Skip to content

Commit 9a7825b

Browse files
committedNov 14, 2013
Add license metadata to the gemspec file
fixes #439
1 parent c682171 commit 9a7825b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

Diff for: ‎opal.gemspec

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Gem::Specification.new do |s|
1111
s.homepage = 'http://opalrb.org'
1212
s.summary = 'Ruby runtime and core library for javascript'
1313
s.description = 'Ruby runtime and core library for javascript.'
14+
s.license = 'MIT'
1415

1516
s.files = `git ls-files`.split("\n")
1617
s.executables = ['opal']

0 commit comments

Comments
 (0)
Please sign in to comment.