Skip to content

Commit

Permalink
Specify license in gemspec
Browse files Browse the repository at this point in the history
Makes it easy to see what license it uses via the `bundle license` command.
  • Loading branch information
pwim authored Aug 13, 2021
1 parent c8d528c commit c5973d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parseconfig.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ require 'version'
Gem::Specification.new do |s|
s.name = 'parseconfig'
s.version = ParseConfig::VERSION
s.licenses = ["MIT"]
s.date = '2020-09-28'
s.authors = ['BJ Dierkes']
s.email = 'derks@datafolklabs.com'
Expand Down

0 comments on commit c5973d9

Please sign in to comment.