Skip to content

Commit

Permalink
add license to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
andypiper committed Aug 7, 2013
1 parent 2836809 commit 11e6abf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cf-uaac.gemspec
Expand Up @@ -26,6 +26,7 @@ Gem::Specification.new do |s|

s.rubyforge_project = "cf-uaac"

s.license = "Apache 2.0"
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
Expand Down

0 comments on commit 11e6abf

Please sign in to comment.