lib/addressable/version.rb in addressable-2.2.1 vs lib/addressable/version.rb in addressable-2.2.2
- old
+ new
@@ -26,10 +26,10 @@
if !defined?(Addressable::VERSION)
module Addressable
module VERSION #:nodoc:
MAJOR = 2
MINOR = 2
- TINY = 1
+ TINY = 2
STRING = [MAJOR, MINOR, TINY].join('.')
end
end
end