Upgraded Rails and RSpec
[monkeycharger.git] / vendor / rails / activesupport / lib / active_support / version.rb
blob503294bbaf2c0ef99f84c9de32fb9932525702e6
1 module ActiveSupport
2   module VERSION #:nodoc:
3     MAJOR = 1
4     MINOR = 99
5     TINY  = 0
7     STRING = [MAJOR, MINOR, TINY].join('.')
8   end
9 end