Skip to content

Commit

Permalink
Merge pull request #174 from Steap/patch-1
Browse files Browse the repository at this point in the history
Add licensing information to gemspec.
  • Loading branch information
Phil Toland authored Dec 16, 2019
2 parents 4897d1e + 28d4a05 commit 83957e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions patron.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ require 'patron/version'
Gem::Specification.new do |spec|
spec.name = "patron"
spec.version = Patron::VERSION
spec.licenses = ["MIT"]
spec.platform = Gem::Platform::RUBY
spec.authors = ["Phillip Toland"]
spec.email = ["[email protected]"]
Expand Down

0 comments on commit 83957e1

Please sign in to comment.