From c37bb5cd494d75e348acf666ecd70b4eb628bffe Mon Sep 17 00:00:00 2001 From: Florian Frank Date: Thu, 8 Jan 2015 22:41:25 +0100 Subject: Bump version number to 1.8.2 --- VERSION | 2 +- json.gemspec | Bin 5008 -> 5008 bytes json_pure.gemspec | 6 +++--- lib/json/version.rb | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index a8fdfda..53adb84 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.8.1 +1.8.2 diff --git a/json.gemspec b/json.gemspec index 9fbc284..61f1c54 100644 Binary files a/json.gemspec and b/json.gemspec differ diff --git a/json_pure.gemspec b/json_pure.gemspec index 9847e5e..f66bde5 100644 --- a/json_pure.gemspec +++ b/json_pure.gemspec @@ -1,14 +1,14 @@ # -*- encoding: utf-8 -*- -# stub: json_pure 1.8.1 ruby lib +# stub: json_pure 1.8.2 ruby lib Gem::Specification.new do |s| s.name = "json_pure" - s.version = "1.8.1" + s.version = "1.8.2" 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-01-02" + s.date = "2015-01-08" 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 47cdcd6..4549f5f 100644 --- a/lib/json/version.rb +++ b/lib/json/version.rb @@ -1,6 +1,6 @@ module JSON # JSON version - VERSION = '1.8.1' + VERSION = '1.8.2' VERSION_ARRAY = VERSION.split(/\./).map { |x| x.to_i } # :nodoc: VERSION_MAJOR = VERSION_ARRAY[0] # :nodoc: VERSION_MINOR = VERSION_ARRAY[1] # :nodoc: -- cgit v1.2.1