lib/spec/rails/version.rb in dchelimsky-rspec-rails-1.1.99.8 vs lib/spec/rails/version.rb in dchelimsky-rspec-rails-1.1.99.9
- old
+ new
@@ -3,10 +3,10 @@
module VERSION #:nodoc:
unless defined? MAJOR
MAJOR = 1
MINOR = 1
TINY = 99
- MINESCULE = 8
+ MINESCULE = 9
STRING = [MAJOR, MINOR, TINY, MINESCULE].compact.join('.')
SUMMARY = "rspec-rails #{STRING}"
end
\ No newline at end of file