Skip to content

Commit

Permalink
Merge pull request #223 from bastelfreak/license
Browse files Browse the repository at this point in the history
Add license to gemspec file
  • Loading branch information
TwP committed Jun 8, 2024
2 parents 3e00560 + aaa296f commit 2495bd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions logging.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Gem::Specification.new do |s|
s.name = "logging".freeze
s.version = "2.3.1"

s.license = "MIT"
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
s.authors = ["Tim Pease".freeze]
Expand Down

0 comments on commit 2495bd8

Please sign in to comment.