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 560af15 commit fc159e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions caxlsx_rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ require "axlsx_rails/version"
Gem::Specification.new do |s|
s.name = "caxlsx_rails"
s.version = AxlsxRails::VERSION
s.licenses = ['MIT']
s.authors = ["Noel Peden"]
s.email = ["noel@peden.biz"]
s.homepage = "https://github.com/caxlsx/caxlsx_rails"
Expand Down

0 comments on commit fc159e6

Please sign in to comment.