Skip to content

Commit

Permalink
Added license to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Oct 18, 2013
1 parent f78252d commit ada384e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions split-analytics.gemspec
Expand Up @@ -7,6 +7,7 @@ Gem::Specification.new do |gem|
gem.email = ["andrewnez@gmail.com"]
gem.summary = %q{Split extension to push test data to google analytics}
gem.homepage = "https://github.com/andrew/split-analytics"
gem.license = 'MIT'

gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
gem.files = `git ls-files`.split("\n")
Expand Down

0 comments on commit ada384e

Please sign in to comment.