File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1+ 2015-09-11 (1.8.4)
2+ * There were still some mentions of dual GPL licensing in the source, but JSON
3+ has just the Ruby license that itself includes an explicit dual-licensing
4+ clause that allows covered software to be distributed under the terms of
5+ the Simplified BSD License instead for all ruby versions >= 1.9.3. This is
6+ however a GPL compatible license according to the Free Software Foundation.
7+ I changed these mentions to be consistent with the Ruby license setting in
8+ the gemspec files which were already correct now.
192015-06-01 (1.8.3)
210 * Fix potential memory leak, thx to nobu.
3112015-01-08 (1.8.2)
Original file line number Diff line number Diff line change 1- 1.8.3
1+ 1.8.4
Original file line number Diff line number Diff line change 11module JSON
22 # JSON version
3- VERSION = '1.8.3 '
3+ VERSION = '1.8.4 '
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