diff options
| author | Kevin Newton <kddnewton@gmail.com> | 2024-02-23 11:05:32 -0500 |
|---|---|---|
| committer | Kevin Newton <kddnewton@gmail.com> | 2024-02-23 13:25:31 -0500 |
| commit | a38cc177d29e13cf8116f7c08b408717a4edced1 (patch) | |
| tree | f9e4adbc351126c67155e6ee20a02bf92b4fd6d2 /lib | |
| parent | d1ce989829927a4215952983babadfd1df1b505f (diff) | |
[ruby/prism] Duplicated when clauses
https://github.com/ruby/prism/commit/865b0d5fbe
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/prism/prism.gemspec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/prism/prism.gemspec b/lib/prism/prism.gemspec index 5017d671ae..ac4bdddc21 100644 --- a/lib/prism/prism.gemspec +++ b/lib/prism/prism.gemspec @@ -54,6 +54,7 @@ Gem::Specification.new do |spec| "include/prism/parser.h", "include/prism/prettyprint.h", "include/prism/regexp.h", + "include/prism/static_literals.h", "include/prism/util/pm_buffer.h", "include/prism/util/pm_char.h", "include/prism/util/pm_constant_pool.h", @@ -104,6 +105,7 @@ Gem::Specification.new do |spec| "src/prettyprint.c", "src/regexp.c", "src/serialize.c", + "src/static_literals.c", "src/token_type.c", "src/util/pm_buffer.c", "src/util/pm_char.c", |
