Skip to content

Commit e26ce04

Browse files
committed
Merge pull request kanwei#16 from amanelis/gemspec-license
Added license in gemspec
2 parents 86b4b70 + 39a198f commit e26ce04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

algorithms.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Gem::Specification.new do |s|
66

77
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
88
s.authors = ["Kanwei Li"]
9+
s.licenses = ['MIT']
910
s.date = "2012-04-25"
1011
s.description = "A library of algorithms and data structures (containers)."
1112
s.email = "[email protected]"

0 commit comments

Comments
 (0)