lib/spec/rails/version.rb in dchelimsky-rspec-rails-1.1.99.1 vs lib/spec/rails/version.rb in dchelimsky-rspec-rails-1.1.99.2

- old
+ new

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