Skip to content

Commit 37f4ba7

Browse files
committed
Specify license on gemspec
Hey there, We're using an automated tool called License Finder (https://github.com/pivotal/LicenseFinder) and your gem comes up as "Unknown". By adding the license to the gemspec file you would help immensely users of this and other automated tools to figure out whether a gem can be used inside another project. Thanks!
1 parent 47a1cf3 commit 37f4ba7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ng-rails-csrf.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Gem::Specification.new do |gem|
88
gem.version = Ng::Rails::Csrf::VERSION
99
gem.authors = ["Chris Dawson"]
1010
gem.email = ["[email protected]"]
11+
gem.license = "MIT"
1112
gem.description = %q{AngularJS for using CSRF token with http requests}
1213
gem.summary = %q{AngularJS rails gem which you can load into any rails project to make sure CSRF token is used with Angular http requests}
1314
gem.homepage = ""

0 commit comments

Comments
 (0)