Skip to content

Commit

Permalink
bump version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Oct 19, 2010
1 parent 98d979c commit 17bb9b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/rspec/expectations/version.rb
@@ -1,7 +1,7 @@
module RSpec # :nodoc:
module Expectations # :nodoc:
module Version # :nodoc:
STRING = '2.0.1.pre'
STRING = '2.0.1'
end
end
end
4 changes: 2 additions & 2 deletions rspec-expectations.gemspec
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'diff-lcs', '>= 1.1.2'
s.add_development_dependency 'cucumber', ">= 0.6.2"
s.add_development_dependency 'aruba', ">= 0.1.1"
s.add_development_dependency 'rspec-core', "~> 2.0.0"
s.add_development_dependency 'rspec-mocks', "~> 2.0.0"
s.add_development_dependency 'rspec-core', "~> 2.0.1"
s.add_development_dependency 'rspec-mocks', "~> 2.0.1"
end

0 comments on commit 17bb9b9

Please sign in to comment.