lib/addressable/version.rb in honkster-addressable-2.1.2 vs lib/addressable/version.rb in honkster-addressable-2.2.3

- old
+ new

@@ -1,8 +1,8 @@ # encoding:utf-8 #-- -# Addressable, Copyright (c) 2006-2008 Bob Aman +# Addressable, Copyright (c) 2006-2010 Bob Aman # # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associated documentation files (the # "Software"), to deal in the Software without restriction, including # without limitation the rights to use, copy, modify, merge, publish, @@ -25,11 +25,11 @@ # Used to prevent the class/module from being loaded more than once if !defined?(Addressable::VERSION) module Addressable module VERSION #:nodoc: MAJOR = 2 - MINOR = 1 - TINY = 2 + MINOR = 2 + TINY = 5 STRING = [MAJOR, MINOR, TINY].join('.') end end end