Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ The following default gems are updated.
* io-console 0.8.1
* io-nonblock 0.3.2
* io-wait 0.3.2
* json 2.13.1
* json 2.13.2
* optparse 0.7.0.dev.2
* prism 1.4.0
* psych 5.2.6
Expand Down
1 change: 0 additions & 1 deletion ext/-test-/namespace/yay1/yay1.def
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
LIBRARY yay1
EXPORTS
Init_yay1
yay_value
2 changes: 1 addition & 1 deletion ext/-test-/namespace/yay1/yay1.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include <ruby.h>
#include "ruby/internal/dllexport.h"

RUBY_EXTERN VALUE yay_value(void);
RUBY_FUNC_EXPORTED VALUE yay_value(void);
1 change: 0 additions & 1 deletion ext/-test-/namespace/yay2/yay2.def
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
LIBRARY yay2
EXPORTS
Init_yay2
yay_value
2 changes: 1 addition & 1 deletion ext/-test-/namespace/yay2/yay2.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include <ruby.h>
#include "ruby/internal/dllexport.h"

RUBY_EXTERN VALUE yay_value(void);
RUBY_FUNC_EXPORTED VALUE yay_value(void);
2 changes: 1 addition & 1 deletion ext/json/lib/json/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module JSON
VERSION = '2.13.1'
VERSION = '2.13.2'
end