new gems + rspec in colour
This commit is contained in:
parent
f4d9acd282
commit
b00c84019c
4
Gemfile
4
Gemfile
@ -4,7 +4,7 @@ source :rubygems
|
|||||||
|
|
||||||
gem 'rake', '0.8.7'
|
gem 'rake', '0.8.7'
|
||||||
|
|
||||||
gem 'rails', '>= 3.0.8'
|
gem 'rails', '3.0.9'
|
||||||
|
|
||||||
gem 'warden'
|
gem 'warden'
|
||||||
gem 'devise', '1.3.4'
|
gem 'devise', '1.3.4'
|
||||||
@ -64,7 +64,7 @@ group :test do
|
|||||||
gem 'rspec-rails', '2.3.1'
|
gem 'rspec-rails', '2.3.1'
|
||||||
gem 'factory_girl_rails'
|
gem 'factory_girl_rails'
|
||||||
gem 'pickle'
|
gem 'pickle'
|
||||||
gem 'xpath', :git => 'https://github.com/wunderbread/xpath.git'
|
gem 'xpath', '0.1.3' # :git => 'https://github.com/wunderbread/xpath.git'
|
||||||
gem 'capybara'
|
gem 'capybara'
|
||||||
|
|
||||||
gem 'database_cleaner'
|
gem 'database_cleaner'
|
||||||
|
79
Gemfile.lock
79
Gemfile.lock
@ -11,13 +11,6 @@ GIT
|
|||||||
specs:
|
specs:
|
||||||
mocha (0.9.12.20110213002255)
|
mocha (0.9.12.20110213002255)
|
||||||
|
|
||||||
GIT
|
|
||||||
remote: https://github.com/wunderbread/xpath.git
|
|
||||||
revision: d04da707886287e7dfe82705fda5b3d4f65e94c3
|
|
||||||
specs:
|
|
||||||
xpath (0.1.2)
|
|
||||||
nokogiri (~> 1.4)
|
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: http://rubygems.org/
|
remote: http://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
@ -29,14 +22,14 @@ GEM
|
|||||||
SystemTimer (1.2.3)
|
SystemTimer (1.2.3)
|
||||||
ZenTest (4.5.0)
|
ZenTest (4.5.0)
|
||||||
abstract (1.0.0)
|
abstract (1.0.0)
|
||||||
actionmailer (3.0.8)
|
actionmailer (3.0.9)
|
||||||
actionpack (= 3.0.8)
|
actionpack (= 3.0.9)
|
||||||
mail (~> 2.2.19)
|
mail (~> 2.2.19)
|
||||||
actionmailer-with-request (0.3.0)
|
actionmailer-with-request (0.3.0)
|
||||||
rails (>= 3)
|
rails (>= 3)
|
||||||
actionpack (3.0.8)
|
actionpack (3.0.9)
|
||||||
activemodel (= 3.0.8)
|
activemodel (= 3.0.9)
|
||||||
activesupport (= 3.0.8)
|
activesupport (= 3.0.9)
|
||||||
builder (~> 2.1.2)
|
builder (~> 2.1.2)
|
||||||
erubis (~> 2.6.6)
|
erubis (~> 2.6.6)
|
||||||
i18n (~> 0.5.0)
|
i18n (~> 0.5.0)
|
||||||
@ -44,19 +37,19 @@ GEM
|
|||||||
rack-mount (~> 0.6.14)
|
rack-mount (~> 0.6.14)
|
||||||
rack-test (~> 0.5.7)
|
rack-test (~> 0.5.7)
|
||||||
tzinfo (~> 0.3.23)
|
tzinfo (~> 0.3.23)
|
||||||
activemodel (3.0.8)
|
activemodel (3.0.9)
|
||||||
activesupport (= 3.0.8)
|
activesupport (= 3.0.9)
|
||||||
builder (~> 2.1.2)
|
builder (~> 2.1.2)
|
||||||
i18n (~> 0.5.0)
|
i18n (~> 0.5.0)
|
||||||
activerecord (3.0.8)
|
activerecord (3.0.9)
|
||||||
activemodel (= 3.0.8)
|
activemodel (= 3.0.9)
|
||||||
activesupport (= 3.0.8)
|
activesupport (= 3.0.9)
|
||||||
arel (~> 2.0.10)
|
arel (~> 2.0.10)
|
||||||
tzinfo (~> 0.3.23)
|
tzinfo (~> 0.3.23)
|
||||||
activeresource (3.0.8)
|
activeresource (3.0.9)
|
||||||
activemodel (= 3.0.8)
|
activemodel (= 3.0.9)
|
||||||
activesupport (= 3.0.8)
|
activesupport (= 3.0.9)
|
||||||
activesupport (3.0.8)
|
activesupport (3.0.9)
|
||||||
archive-tar-minitar (0.5.2)
|
archive-tar-minitar (0.5.2)
|
||||||
arel (2.0.10)
|
arel (2.0.10)
|
||||||
autotest (4.4.6)
|
autotest (4.4.6)
|
||||||
@ -65,11 +58,11 @@ GEM
|
|||||||
bson (1.3.1)
|
bson (1.3.1)
|
||||||
bson_ext (1.3.1)
|
bson_ext (1.3.1)
|
||||||
builder (2.1.2)
|
builder (2.1.2)
|
||||||
bushido (0.0.25)
|
bushido (0.0.27)
|
||||||
highline (>= 1.6.1)
|
highline (>= 1.6.1)
|
||||||
json (>= 1.4.6)
|
json (>= 1.4.6)
|
||||||
rest-client (>= 1.6.1)
|
rest-client (>= 1.6.1)
|
||||||
capybara (0.4.0)
|
capybara (0.4.1.2)
|
||||||
celerity (>= 0.7.9)
|
celerity (>= 0.7.9)
|
||||||
culerity (>= 0.2.4)
|
culerity (>= 0.2.4)
|
||||||
mime-types (>= 1.16)
|
mime-types (>= 1.16)
|
||||||
@ -77,12 +70,12 @@ GEM
|
|||||||
rack (>= 1.0.0)
|
rack (>= 1.0.0)
|
||||||
rack-test (>= 0.5.4)
|
rack-test (>= 0.5.4)
|
||||||
selenium-webdriver (>= 0.0.27)
|
selenium-webdriver (>= 0.0.27)
|
||||||
xpath (~> 0.1.2)
|
xpath (~> 0.1.3)
|
||||||
celerity (0.8.9)
|
celerity (0.8.9)
|
||||||
childprocess (0.1.9)
|
childprocess (0.1.9)
|
||||||
ffi (~> 1.0.6)
|
ffi (~> 1.0.6)
|
||||||
columnize (0.3.3)
|
columnize (0.3.3)
|
||||||
configuration (1.2.0)
|
configuration (1.3.1)
|
||||||
crack (0.1.8)
|
crack (0.1.8)
|
||||||
cucumber (0.8.5)
|
cucumber (0.8.5)
|
||||||
builder (~> 2.1.2)
|
builder (~> 2.1.2)
|
||||||
@ -96,7 +89,7 @@ GEM
|
|||||||
custom_fields (1.0.0.beta.17)
|
custom_fields (1.0.0.beta.17)
|
||||||
activesupport (>= 3.0.7)
|
activesupport (>= 3.0.7)
|
||||||
mongoid (= 2.0.2)
|
mongoid (= 2.0.2)
|
||||||
daemons (1.1.3)
|
daemons (1.1.4)
|
||||||
database_cleaner (0.6.7)
|
database_cleaner (0.6.7)
|
||||||
delayed_job (2.1.4)
|
delayed_job (2.1.4)
|
||||||
activesupport (~> 3.0)
|
activesupport (~> 3.0)
|
||||||
@ -151,9 +144,9 @@ GEM
|
|||||||
responders (~> 0.6.0)
|
responders (~> 0.6.0)
|
||||||
jammit (0.6.3)
|
jammit (0.6.3)
|
||||||
yui-compressor (>= 0.9.3)
|
yui-compressor (>= 0.9.3)
|
||||||
json (1.5.1)
|
json (1.5.3)
|
||||||
json_pure (1.4.6)
|
json_pure (1.4.6)
|
||||||
kgio (2.4.1)
|
kgio (2.5.0)
|
||||||
launchy (0.3.7)
|
launchy (0.3.7)
|
||||||
configuration (>= 0.0.5)
|
configuration (>= 0.0.5)
|
||||||
rake (>= 0.8.1)
|
rake (>= 0.8.1)
|
||||||
@ -184,7 +177,7 @@ GEM
|
|||||||
mongo (~> 1.3)
|
mongo (~> 1.3)
|
||||||
tzinfo (~> 0.3.22)
|
tzinfo (~> 0.3.22)
|
||||||
net-ssh (2.1.4)
|
net-ssh (2.1.4)
|
||||||
nokogiri (1.4.4)
|
nokogiri (1.4.6)
|
||||||
open4 (1.0.1)
|
open4 (1.0.1)
|
||||||
orm_adapter (0.0.5)
|
orm_adapter (0.0.5)
|
||||||
pickle (0.4.7)
|
pickle (0.4.7)
|
||||||
@ -199,20 +192,22 @@ GEM
|
|||||||
rack (>= 1.0.0)
|
rack (>= 1.0.0)
|
||||||
rack-test (0.5.7)
|
rack-test (0.5.7)
|
||||||
rack (>= 1.0)
|
rack (>= 1.0)
|
||||||
rails (3.0.8)
|
rails (3.0.9)
|
||||||
actionmailer (= 3.0.8)
|
actionmailer (= 3.0.9)
|
||||||
actionpack (= 3.0.8)
|
actionpack (= 3.0.9)
|
||||||
activerecord (= 3.0.8)
|
activerecord (= 3.0.9)
|
||||||
activeresource (= 3.0.8)
|
activeresource (= 3.0.9)
|
||||||
activesupport (= 3.0.8)
|
activesupport (= 3.0.9)
|
||||||
bundler (~> 1.0)
|
bundler (~> 1.0)
|
||||||
railties (= 3.0.8)
|
railties (= 3.0.9)
|
||||||
railties (3.0.8)
|
railties (3.0.9)
|
||||||
actionpack (= 3.0.8)
|
actionpack (= 3.0.9)
|
||||||
activesupport (= 3.0.8)
|
activesupport (= 3.0.9)
|
||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
|
rdoc (~> 3.4)
|
||||||
thor (~> 0.14.4)
|
thor (~> 0.14.4)
|
||||||
rake (0.8.7)
|
rake (0.8.7)
|
||||||
|
rdoc (3.6.1)
|
||||||
responders (0.6.4)
|
responders (0.6.4)
|
||||||
rest-client (1.6.3)
|
rest-client (1.6.3)
|
||||||
mime-types (>= 1.16)
|
mime-types (>= 1.16)
|
||||||
@ -268,6 +263,8 @@ GEM
|
|||||||
warden (1.0.4)
|
warden (1.0.4)
|
||||||
rack (>= 1.0)
|
rack (>= 1.0)
|
||||||
will_paginate (2.3.15)
|
will_paginate (2.3.15)
|
||||||
|
xpath (0.1.3)
|
||||||
|
nokogiri (~> 1.3)
|
||||||
yui-compressor (0.9.6)
|
yui-compressor (0.9.6)
|
||||||
POpen4 (>= 0.1.4)
|
POpen4 (>= 0.1.4)
|
||||||
|
|
||||||
@ -311,7 +308,7 @@ DEPENDENCIES
|
|||||||
mongoid (~> 2.0.2)
|
mongoid (~> 2.0.2)
|
||||||
pickle
|
pickle
|
||||||
rack-cache
|
rack-cache
|
||||||
rails (>= 3.0.8)
|
rails (= 3.0.9)
|
||||||
rake (= 0.8.7)
|
rake (= 0.8.7)
|
||||||
rmagick (= 2.12.2)
|
rmagick (= 2.12.2)
|
||||||
rspec-rails (= 2.3.1)
|
rspec-rails (= 2.3.1)
|
||||||
@ -323,4 +320,4 @@ DEPENDENCIES
|
|||||||
unicorn
|
unicorn
|
||||||
warden
|
warden
|
||||||
will_paginate
|
will_paginate
|
||||||
xpath!
|
xpath (= 0.1.3)
|
||||||
|
Loading…
Reference in New Issue
Block a user