lib/rspec/expectations/version.rb in rspec-expectations-2.4.0 vs lib/rspec/expectations/version.rb in rspec-expectations-2.5.0

- old
+ new

@@ -1,7 +1,7 @@ module RSpec # :nodoc: module Expectations # :nodoc: module Version # :nodoc: - STRING = '2.4.0' + STRING = '2.5.0' end end end