lib/active_support/version.rb in activesupport-4.0.8 vs lib/active_support/version.rb in activesupport-4.0.9
- old
+ new
@@ -1,8 +1,8 @@
module ActiveSupport
# Returns the version of the currently loaded ActiveSupport as a Gem::Version
def self.version
- Gem::Version.new "4.0.8"
+ Gem::Version.new "4.0.9"
end
module VERSION #:nodoc:
MAJOR, MINOR, TINY, PRE = ActiveSupport.version.segments
STRING = ActiveSupport.version.to_s