1
0
Fork 0
mirror of https://github.com/rails/execjs synced 2023-03-27 23:21:20 -04:00

Merge pull request #31 from tricknotes/license

Fix to include license file to gem
This commit is contained in:
Richard Schneeman 2015-12-25 16:36:47 -05:00
commit 00eb2e62f2

View file

@ -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"