diff options
author | Edouard CHIN <[email protected]> | 2025-01-29 23:27:19 +0100 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2025-01-30 16:56:02 +0900 |
commit | 7f70ef64aff9b22b080690cdf9a725a2acb70f17 (patch) | |
tree | d319f85aa1c7b8116c617827ee324b96184bc006 /ext/json/json.gemspec | |
parent | 2880ec0948bea9d5fffa2395498b91197a62e1fb (diff) |
[ruby/json] Few doc tweaks:
- Also modified the gemspec files' blob as the ragel's `parser.rl`
file was removed in https://github.com/ruby/json/commit/c8d5236a921e
https://github.com/ruby/json/commit/b2b106e314
Diffstat (limited to 'ext/json/json.gemspec')
-rw-r--r-- | ext/json/json.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/json/json.gemspec b/ext/json/json.gemspec index dc39771940..943c78aab9 100644 --- a/ext/json/json.gemspec +++ b/ext/json/json.gemspec @@ -52,7 +52,7 @@ spec = Gem::Specification.new do |s| s.files += Dir["lib/json/ext/**/*.jar"] else s.extensions = Dir["ext/json/**/extconf.rb"] - s.files += Dir["ext/json/**/*.{c,h,rl}"] + s.files += Dir["ext/json/**/*.{c,h}"] end end |