Updated to RSpec 2.0.0.rc
This commit is contained in:
parent
8a502b563b
commit
64d7dd1ae9
20
Gemfile.lock
20
Gemfile.lock
@ -20,16 +20,18 @@ GEM
|
|||||||
rake (0.8.7)
|
rake (0.8.7)
|
||||||
rb-inotify (0.8.1)
|
rb-inotify (0.8.1)
|
||||||
ffi (>= 0.5.0)
|
ffi (>= 0.5.0)
|
||||||
rspec (2.0.0.beta.19)
|
rspec (2.0.0.rc)
|
||||||
rspec-core (= 2.0.0.beta.19)
|
rspec-core (= 2.0.0.rc)
|
||||||
rspec-expectations (= 2.0.0.beta.19)
|
rspec-expectations (= 2.0.0.rc)
|
||||||
rspec-mocks (= 2.0.0.beta.19)
|
rspec-mocks (= 2.0.0.rc)
|
||||||
rspec-core (2.0.0.beta.19)
|
rspec-core (2.0.0.rc)
|
||||||
rspec-expectations (2.0.0.beta.19)
|
rspec-expectations (2.0.0.rc)
|
||||||
diff-lcs (>= 1.1.2)
|
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)
|
sys-uname (0.8.4)
|
||||||
thor (0.14.2)
|
thor (0.14.3)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
@ -40,6 +42,6 @@ DEPENDENCIES
|
|||||||
guard!
|
guard!
|
||||||
libnotify (~> 0.1.3)
|
libnotify (~> 0.1.3)
|
||||||
rb-inotify (~> 0.8.1)
|
rb-inotify (~> 0.8.1)
|
||||||
rspec (~> 2.0.0.beta.22)
|
rspec (~> 2.0.0.rc)
|
||||||
sys-uname (~> 0.8.4)
|
sys-uname (~> 0.8.4)
|
||||||
thor (~> 0.14.2)
|
thor (~> 0.14.2)
|
||||||
|
@ -16,7 +16,7 @@ Gem::Specification.new do |s|
|
|||||||
s.rubyforge_project = 'guard'
|
s.rubyforge_project = 'guard'
|
||||||
|
|
||||||
s.add_development_dependency 'bundler', '~> 1.0.2'
|
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 'thor', '~> 0.14.2'
|
||||||
s.add_dependency 'sys-uname', '~> 0.8.4'
|
s.add_dependency 'sys-uname', '~> 0.8.4'
|
||||||
|
Loading…
Reference in New Issue
Block a user