Skip to content

Commit 6b1e528

Browse files
committed
Bump version to 1.8.4 and add to CHANGES
1 parent 2a6ec15 commit 6b1e528

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGES

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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.
19
2015-06-01 (1.8.3)
210
* Fix potential memory leak, thx to nobu.
311
2015-01-08 (1.8.2)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.3
1+
1.8.4

lib/json/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module 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:

0 commit comments

Comments
 (0)