Skip to content

Commit

Permalink
Add license to the gem spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
jarib committed Sep 4, 2013
1 parent e03ee47 commit 4ea7d71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions rake-tasks/crazy_fun/mappings/ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ def gemspec(args)
s.email = args[:email]
s.homepage = args[:homepage]
s.files = Dir[*args[:files]]
s.license = args[:license]

args[:gemdeps].each { |dep| s.add_dependency(*dep.shift) }
args[:devdeps].each { |dep| s.add_development_dependency(*dep.shift) }
Expand Down
1 change: 1 addition & 0 deletions rb/build.desc
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ rubygem(
author = ["Jari Bakken"],
email = "[email protected]",
homepage = "http://selenium.googlecode.com",
license = "Apache",
files = [
"lib/**/*",
"CHANGES",
Expand Down

0 comments on commit 4ea7d71

Please sign in to comment.