File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- 1.8.4
1+ 1.8.5
Original file line number Diff line number Diff line change 11# -*- encoding: utf-8 -*-
2- # stub: json_pure 1.8.4 ruby lib
2+ # stub: json_pure 1.8.5 ruby lib
33
44Gem ::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."
13131414 s . extra_rdoc_files = [ "README.rdoc" ]
Original file line number Diff line number Diff line change 11module 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:
You can’t perform that action at this time.
0 commit comments