lib/spec/rails/version.rb in dchelimsky-rspec-rails-1.1.11.2 vs lib/spec/rails/version.rb in dchelimsky-rspec-rails-1.1.11.3

- old
+ new

@@ -3,10 +3,10 @@ module VERSION #:nodoc: unless defined? MAJOR MAJOR = 1 MINOR = 1 TINY = 11 - MINESCULE = 2 + MINESCULE = 3 STRING = [MAJOR, MINOR, TINY, MINESCULE].join('.') SUMMARY = "rspec-rails #{STRING}" end \ No newline at end of file