File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 2015-06-01 (1.8.3)
2+ * Fix potential memory leak, thx to nobu.
132015-01-08 (1.8.2)
24 * Some performance improvements by Vipul A M <vipulnsward@gmail.com>.
35 * Fix by Jason R. Clark <jclark@newrelic.com> to avoid mutation of
Original file line number Diff line number Diff line change 1- 1.8.2
1+ 1.8.3
Original file line number Diff line number Diff line change 11# -*- encoding: utf-8 -*-
2- # stub: json_pure 1.8.2 ruby lib
2+ # stub: json_pure 1.8.3 ruby lib
33
44Gem ::Specification . new do |s |
55 s . name = "json_pure"
6- s . version = "1.8.2 "
6+ s . version = "1.8.3 "
77
88 s . required_rubygems_version = Gem ::Requirement . new ( ">= 0" ) if s . respond_to? :required_rubygems_version=
99 s . require_paths = [ "lib" ]
Original file line number Diff line number Diff line change 11module JSON
22 # JSON version
3- VERSION = '1.8.2 '
3+ VERSION = '1.8.3 '
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