new gems + rspec in colour

This commit is contained in:
did 2011-06-20 18:40:18 -07:00
parent f4d9acd282
commit b00c84019c
3 changed files with 41 additions and 43 deletions

1
.rspec Normal file
View File

@ -0,0 +1 @@
--colour

View File

@ -4,7 +4,7 @@ source :rubygems
gem 'rake', '0.8.7'
gem 'rails', '>= 3.0.8'
gem 'rails', '3.0.9'
gem 'warden'
gem 'devise', '1.3.4'
@ -64,7 +64,7 @@ group :test do
gem 'rspec-rails', '2.3.1'
gem 'factory_girl_rails'
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 'database_cleaner'

View File

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