lib/spec/rails/version.rb in dchelimsky-rspec-rails-1.1.11 vs lib/spec/rails/version.rb in dchelimsky-rspec-rails-1.1.11.1

- old
+ new

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