mirror of
https://github.com/rails/execjs
synced 2023-03-27 23:21:20 -04:00
parent
4fe3fd6df3
commit
5e118916b5
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ Gem::Specification.new do |s|
|
|||
s.summary = "Run JavaScript code from Ruby"
|
||||
s.description = "ExecJS lets you run JavaScript code from Ruby."
|
||||
|
||||
s.files = Dir["README.md", "LICENSE", "lib/**/*"]
|
||||
s.files = Dir["README.md", "MIT-LICENSE", "lib/**/*"]
|
||||
|
||||
s.add_development_dependency "rake"
|
||||
|
||||
|
|
Loading…
Reference in a new issue