Updated to RSpec 2.0.0.rc

This commit is contained in:
Thibaud Guillaume-Gentil 2010-10-05 09:03:07 +02:00
parent 8a502b563b
commit 64d7dd1ae9
2 changed files with 12 additions and 10 deletions

View File

@ -20,16 +20,18 @@ GEM
rake (0.8.7)
rb-inotify (0.8.1)
ffi (>= 0.5.0)
rspec (2.0.0.beta.19)
rspec-core (= 2.0.0.beta.19)
rspec-expectations (= 2.0.0.beta.19)
rspec-mocks (= 2.0.0.beta.19)
rspec-core (2.0.0.beta.19)
rspec-expectations (2.0.0.beta.19)
rspec (2.0.0.rc)
rspec-core (= 2.0.0.rc)
rspec-expectations (= 2.0.0.rc)
rspec-mocks (= 2.0.0.rc)
rspec-core (2.0.0.rc)
rspec-expectations (2.0.0.rc)
diff-lcs (>= 1.1.2)
rspec-mocks (2.0.0.beta.19)
rspec-mocks (2.0.0.rc)
rspec-core (= 2.0.0.rc)
rspec-expectations (= 2.0.0.rc)
sys-uname (0.8.4)
thor (0.14.2)
thor (0.14.3)
PLATFORMS
ruby
@ -40,6 +42,6 @@ DEPENDENCIES
guard!
libnotify (~> 0.1.3)
rb-inotify (~> 0.8.1)
rspec (~> 2.0.0.beta.22)
rspec (~> 2.0.0.rc)
sys-uname (~> 0.8.4)
thor (~> 0.14.2)

View File

@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.rubyforge_project = 'guard'
s.add_development_dependency 'bundler', '~> 1.0.2'
s.add_development_dependency 'rspec', '~> 2.0.0.beta.22'
s.add_development_dependency 'rspec', '~> 2.0.0.rc'
s.add_dependency 'thor', '~> 0.14.2'
s.add_dependency 'sys-uname', '~> 0.8.4'