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-06 (1.4.4)
2
+ * Fixes build problem for rubinius under OS X, http://github.com/flori/json/issues/closed#issue/25
3
+ * Fixes crashes described in http://github.com/flori/json/issues/closed#issue/21 and
4
+ http://github.com/flori/json/issues/closed#issue/23
1
5
2010-05-05 (1.4.3)
2
6
* Fixed some test assertions, from Ruby r27587 and r27590, patch by nobu.
3
7
* Fixed issue http://github.com/flori/json/issues/#issue/20 reported by
Original file line number Diff line number Diff line change 1
- 1.4.3
1
+ 1.4.4
Original file line number Diff line number Diff line change 1
1
module JSON
2
2
# JSON version
3
- VERSION = '1.4.3 '
3
+ VERSION = '1.4.4 '
4
4
VERSION_ARRAY = VERSION . split ( /\. / ) . map { |x | x . to_i } # :nodoc:
5
5
VERSION_MAJOR = VERSION_ARRAY [ 0 ] # :nodoc:
6
6
VERSION_MINOR = VERSION_ARRAY [ 1 ] # :nodoc:
You can’t perform that action at this time.
0 commit comments