lib/rspec/expectations/version.rb in rspec-expectations-2.1.0 vs lib/rspec/expectations/version.rb in rspec-expectations-2.2.0

- old
+ new

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