Skip to content

Commit d565d80

Browse files
byroothsbt
authored andcommitted
[ruby/json] Release 2.12.2
ruby/json@a29cb77d52
1 parent 54a3142 commit d565d80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/json/generator/extconf.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# The pure-Ruby generator is faster on TruffleRuby, so skip compiling the generator extension
55
File.write('Makefile', dummy_makefile("").join)
66
else
7-
append_cflags("-std=c99 -O0")
7+
append_cflags("-std=c99")
88
$defs << "-DJSON_GENERATOR"
99
$defs << "-DJSON_DEBUG" if ENV["JSON_DEBUG"]
1010

ext/json/lib/json/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module JSON
4-
VERSION = '2.12.1'
4+
VERSION = '2.12.2'
55
end

0 commit comments

Comments
 (0)