Skip to content

Commit

Permalink
Define license in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
kinnell committed Oct 13, 2019
1 parent ac9e61a commit 63ec2b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions groupme-api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Gem::Specification.new do |spec|
spec.name = 'groupme-api'
spec.version = GroupMe::VERSION
spec.summary = 'A Ruby wrapper for GroupMe REST API (v3)'
spec.license = 'MIT'

spec.author = 'Kinnell Shah'
spec.email = 'kinnell@gmail.com'
Expand Down

0 comments on commit 63ec2b7

Please sign in to comment.