json 1.6.4-java → 1.6.5-java

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of json might be problematic. Click here for more details.

Binary file
Binary file
@@ -1,6 +1,6 @@
1
1
  module JSON
2
2
  # JSON version
3
- VERSION = '1.6.4'
3
+ VERSION = '1.6.5'
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
@@ -2,7 +2,7 @@
2
2
  name: json
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.6.4
5
+ version: 1.6.5
6
6
  platform: java
7
7
  authors:
8
8
  - Daniel Luz
@@ -10,8 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-12-24 00:00:00 +01:00
14
- default_executable:
13
+ date: 2012-01-15 00:00:00 Z
15
14
  dependencies: []
16
15
 
17
16
  description: A JSON implementation as a JRuby extension.
@@ -84,7 +83,6 @@ files:
84
83
  - tests/fixtures/fail22.json
85
84
  - tests/fixtures/fail27.json
86
85
  - tests/fixtures/fail19.json
87
- has_rdoc: true
88
86
  homepage: http://json-jruby.rubyforge.org/
89
87
  licenses: []
90
88
 
@@ -98,17 +96,23 @@ required_ruby_version: !ruby/object:Gem::Requirement
98
96
  requirements:
99
97
  - - ">="
100
98
  - !ruby/object:Gem::Version
99
+ hash: 2
100
+ segments:
101
+ - 0
101
102
  version: "0"
102
103
  required_rubygems_version: !ruby/object:Gem::Requirement
103
104
  none: false
104
105
  requirements:
105
106
  - - ">="
106
107
  - !ruby/object:Gem::Version
108
+ hash: 2
109
+ segments:
110
+ - 0
107
111
  version: "0"
108
112
  requirements: []
109
113
 
110
114
  rubyforge_project: json-jruby
111
- rubygems_version: 1.5.1
115
+ rubygems_version: 1.8.9
112
116
  signing_key:
113
117
  specification_version: 3
114
118
  summary: JSON implementation for JRuby