json 1.1.5 → 1.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. data/CHANGES +5 -0
  2. data/VERSION +1 -1
  3. data/lib/json/version.rb +1 -1
  4. metadata +1 -1
data/CHANGES CHANGED
@@ -1,3 +1,8 @@
1
+ 2009-05-10 (1.1.6)
2
+ * No changes. І tested native linux gems in the last release and they don't
3
+ play well with different ruby versions other than the one the gem was built
4
+ with. This release is just to bump the version number in order to skip the
5
+ native gem on rubyforge.
1
6
  2009-05-10 (1.1.5)
2
7
  * Started to build gems with rake-compiler gem.
3
8
  * Applied patch object/array class patch from Brian Candler
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.5
1
+ 1.1.6
@@ -1,6 +1,6 @@
1
1
  module JSON
2
2
  # JSON version
3
- VERSION = '1.1.5'
3
+ VERSION = '1.1.6'
4
4
  VERSION_ARRAY = VERSION.split(/\./).map { |x| x.to_i } # :nodoc:
5
5
  VERSION_MAJOR = VERSION_ARRAY[0] # :nodoc:
6
6
  VERSION_MINOR = VERSION_ARRAY[1] # :nodoc:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: json
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.5
4
+ version: 1.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Florian Frank