Skip to content

Commit 3193e99

Browse files
committed
Merge pull request #11 from bbonamin/patch-1
Specify license on gemspec
2 parents 47a1cf3 + 37f4ba7 commit 3193e99

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)