Skip to content

Commit

Permalink
Adding the license information to the .gemspec (#45)
Browse files Browse the repository at this point in the history
Tools like VersionEye are using this for license compliance analysis.
  • Loading branch information
reiz authored Apr 19, 2021
1 parent dfaa957 commit 96b2879
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prawn-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Gem::Specification.new do |s|
s.homepage = "https://github.com/cortiz/prawn-rails"
s.summary = "Prawn Handler for Rails"
s.description = "Prawn Handler for Rails. Handles and registers pdf formats."
s.license = "MIT"

s.files = Dir["{lib}/**/*"] + ["LICENSE", "Rakefile", "README.md", "CHANGELOG.md"]

Expand Down

0 comments on commit 96b2879

Please sign in to comment.