Skip to content

Commit

Permalink
Add license to gemspec
Browse files Browse the repository at this point in the history
I noticed this was missing while running an automated licensing audit for a project I'm working on that may use this gem.
  • Loading branch information
kerrizor authored and lawrencepit committed Nov 7, 2017
1 parent 167fc65 commit 728fd8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ruby-saml-idp.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Gem::Specification.new do |s|
s.homepage = %q{http://github.com/lawrencepit/ruby-saml-idp}
s.summary = %q{SAML Indentity Provider in ruby}
s.description = %q{SAML IdP (Identity Provider) library in ruby}
s.license = "MIT"

s.date = Time.now.utc.strftime("%Y-%m-%d")
s.files = Dir.glob("app/**/*") + Dir.glob("lib/**/*") + [
"MIT-LICENSE",
Expand Down

0 comments on commit 728fd8b

Please sign in to comment.