Skip to content

Commit

Permalink
RSpec 2.11 is out.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Jul 9, 2012
1 parent f68425b commit 988530b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 20 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -8,6 +8,5 @@ rvm:
- ruby-head

gemfile:
#- spec/gemfiles/rspec25
#- spec/gemfiles/rspec-latest
- spec/gemfiles/rspec-latest
- spec/gemfiles/rspec-master
3 changes: 0 additions & 3 deletions Gemfile
Expand Up @@ -2,6 +2,3 @@ source :rubygems

gemspec

gem 'rspec'
gem 'rspec-mocks', :git => 'git://github.com/rspec/rspec-mocks.git'

22 changes: 8 additions & 14 deletions Gemfile.lock
@@ -1,32 +1,26 @@
GIT
remote: git://github.com/rspec/rspec-mocks.git
revision: f5c63c3ca49af5b5283e71524d3f9007b82f4a22
specs:
rspec-mocks (2.10.1)

PATH
remote: .
specs:
rspec-fire (0.4.0)
rspec (~> 2.11)

GEM
remote: http://rubygems.org/
specs:
diff-lcs (1.1.3)
rake (0.9.2.2)
rspec (2.10.0)
rspec-core (~> 2.10.0)
rspec-expectations (~> 2.10.0)
rspec-mocks (~> 2.10.0)
rspec-core (2.10.1)
rspec-expectations (2.10.0)
rspec (2.11.0)
rspec-core (~> 2.11.0)
rspec-expectations (~> 2.11.0)
rspec-mocks (~> 2.11.0)
rspec-core (2.11.0)
rspec-expectations (2.11.1)
diff-lcs (~> 1.1.3)
rspec-mocks (2.11.0)

PLATFORMS
ruby

DEPENDENCIES
rake
rspec
rspec-fire!
rspec-mocks!
2 changes: 1 addition & 1 deletion rspec-fire.gemspec
Expand Up @@ -18,6 +18,6 @@ Gem::Specification.new do |s|
rspec-fire.gemspec
)

s.add_dependency 'rspec', '~> 2.11'
s.add_development_dependency 'rake'
s.add_development_dependency 'rspec', '~> 2.5'
end

0 comments on commit 988530b

Please sign in to comment.