diff options
author | Florian Frank <flori@ping.de> | 2011-01-26 02:10:56 +0100 |
---|---|---|
committer | Florian Frank <flori@ping.de> | 2011-01-26 02:14:04 +0100 |
commit | 514d791dd8602ad1d70d45a824927aafe44e838c (patch) | |
tree | af3bfae5698bafd8c3859b237b9cb92a4792be82 /lib/json/version.rb | |
parent | 0b15820e245f4048d1bcd29cd60693e4e211ab43 (diff) | |
download | json-514d791dd8602ad1d70d45a824927aafe44e838c.tar.gz |
Support building of fat binary gemv1.5.1
This should fix issue #51 on Windows
Diffstat (limited to 'lib/json/version.rb')
-rw-r--r-- | lib/json/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/json/version.rb b/lib/json/version.rb index beff08b..86a741a 100644 --- a/lib/json/version.rb +++ b/lib/json/version.rb @@ -1,6 +1,6 @@ module JSON # JSON version - VERSION = '1.5.0' + VERSION = '1.5.1' VERSION_ARRAY = VERSION.split(/\./).map { |x| x.to_i } # :nodoc: VERSION_MAJOR = VERSION_ARRAY[0] # :nodoc: VERSION_MINOR = VERSION_ARRAY[1] # :nodoc: |