Skip to content

Commit 532fa14

Browse files
committed
Skip 1.8.4
1 parent 18e432c commit 532fa14

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.4
1+
1.8.5

json.gemspec

0 Bytes
Binary file not shown.

json_pure.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# -*- encoding: utf-8 -*-
2-
# stub: json_pure 1.8.4 ruby lib
2+
# stub: json_pure 1.8.5 ruby lib
33

44
Gem::Specification.new do |s|
55
s.name = "json_pure"
6-
s.version = "1.8.4"
6+
s.version = "1.8.5"
77

88
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
99
s.require_paths = ["lib"]
1010
s.authors = ["Florian Frank"]
11-
s.date = "2015-09-11"
11+
s.date = "2015-10-20"
1212
s.description = "This is a JSON implementation in pure Ruby."
1313
s.email = "[email protected]"
1414
s.extra_rdoc_files = ["README.rdoc"]

lib/json/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module JSON
22
# JSON version
3-
VERSION = '1.8.4'
3+
VERSION = '1.8.5'
44
VERSION_ARRAY = VERSION.split(/\./).map { |x| x.to_i } # :nodoc:
55
VERSION_MAJOR = VERSION_ARRAY[0] # :nodoc:
66
VERSION_MINOR = VERSION_ARRAY[1] # :nodoc:

0 commit comments

Comments
 (0)