summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2015-10-20 17:52:43 +0200
committerFlorian Frank <flori@ping.de>2015-10-20 17:53:45 +0200
commit532fa1430a10acb89e6cd34849e6be7ceaf2f7f2 (patch)
treea14838a7a8908fd90b6f036791f766e7abea7a8f
parent18e432c0a60466fd0326e90c890848739689f26b (diff)
downloadjson-532fa1430a10acb89e6cd34849e6be7ceaf2f7f2.tar.gz
Skip 1.8.4
-rw-r--r--VERSION2
-rw-r--r--json.gemspecbin4736 -> 4736 bytes
-rw-r--r--json_pure.gemspec6
-rw-r--r--lib/json/version.rb2
4 files changed, 5 insertions, 5 deletions
diff --git a/VERSION b/VERSION
index bfa363e..8decb92 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.8.4
+1.8.5
diff --git a/json.gemspec b/json.gemspec
index b000f87..35efb0e 100644
--- a/json.gemspec
+++ b/json.gemspec
Binary files differ
diff --git a/json_pure.gemspec b/json_pure.gemspec
index b72f1a3..3020176 100644
--- a/json_pure.gemspec
+++ b/json_pure.gemspec
@@ -1,14 +1,14 @@
# -*- encoding: utf-8 -*-
-# stub: json_pure 1.8.4 ruby lib
+# stub: json_pure 1.8.5 ruby lib
Gem::Specification.new do |s|
s.name = "json_pure"
- s.version = "1.8.4"
+ s.version = "1.8.5"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Florian Frank"]
- s.date = "2015-09-11"
+ s.date = "2015-10-20"
s.description = "This is a JSON implementation in pure Ruby."
s.email = "flori@ping.de"
s.extra_rdoc_files = ["README.rdoc"]
diff --git a/lib/json/version.rb b/lib/json/version.rb
index a4696d8..2a17091 100644
--- a/lib/json/version.rb
+++ b/lib/json/version.rb
@@ -1,6 +1,6 @@
module JSON
# JSON version
- VERSION = '1.8.4'
+ VERSION = '1.8.5'
VERSION_ARRAY = VERSION.split(/\./).map { |x| x.to_i } # :nodoc:
VERSION_MAJOR = VERSION_ARRAY[0] # :nodoc:
VERSION_MINOR = VERSION_ARRAY[1] # :nodoc: