Skip to content

Commit

Permalink
Adding MIT as license in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
czarneckid committed Jul 12, 2013
1 parent b16f80a commit 23c5e0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bracket_tree.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Gem::Specification.new do |s|
s.homepage = "https://github.com/agoragames/bracket_tree"
s.summary = %q{Binary Tree based bracketing system}
s.description = %q{Binary Tree based bracketing system}
s.license = 'MIT'

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down

0 comments on commit 23c5e0d

Please sign in to comment.