File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ 2010-08-09 (1.4.6)
2+ * Fixed oversight reported in http://github.com/flori/json/issues/closed#issue/23,
3+ always create a new object from the state prototype.
4+ * Made pure and ext api more similar again.
152010-08-07 (1.4.5)
26 * Manage data structure nesting depth in state object during generation. This
37 should reduce problems with to_json method definіtions that only have one
Original file line number Diff line number Diff line change 1- 1.4.5
1+ 1.4.6
Original file line number Diff line number Diff line change 11module JSON
22 # JSON version
3- VERSION = '1.4.5 '
3+ VERSION = '1.4.6 '
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