Skip to content

Commit f7074a1

Browse files
add license information to gemspec
This way it can be used with the rubygems.org API
1 parent fd36a1e commit f7074a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

prototype-rails.gemspec

+1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ Gem::Specification.new do |spec|
1010

1111
spec.add_dependency('rails', '~> 3.2')
1212
spec.add_development_dependency('mocha')
13+
spec.license = "MIT"
1314
end

0 commit comments

Comments
 (0)