lib/rspec/expectations/version.rb in rspec-expectations-2.0.1 vs lib/rspec/expectations/version.rb in rspec-expectations-2.1.0
- old
+ new
@@ -1,7 +1,7 @@
module RSpec # :nodoc:
module Expectations # :nodoc:
module Version # :nodoc:
- STRING = '2.0.1'
+ STRING = '2.1.0'
end
end
end