Skip to content

Commit

Permalink
Fix gem license version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwestendorf committed Jan 20, 2020
1 parent 7204f3c commit 4e39ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion breezy_pdf_lite.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
spec.email = ["[email protected]"]

spec.summary = "Ruby/rack middleware for BreezyPDF Lite. HTML to PDF."
spec.license = "GPLv3"
spec.license = "GPL-3.0"

spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features)/})
Expand Down

0 comments on commit 4e39ec1

Please sign in to comment.