Skip to content

Commit

Permalink
Add license to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Jan 5, 2013
1 parent 3e5fbe6 commit 4ce6e21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions girl_friday.gemspec
Expand Up @@ -11,6 +11,7 @@ Gem::Specification.new do |spec|
spec.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } spec.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
spec.files = `git ls-files`.split("\n").reject { |path| path =~ /rails_app/} spec.files = `git ls-files`.split("\n").reject { |path| path =~ /rails_app/}
spec.homepage = "https://github.com/mperham/girl_friday" spec.homepage = "https://github.com/mperham/girl_friday"
spec.licenses = ['MIT']
spec.name = "girl_friday" spec.name = "girl_friday"
spec.platform = Gem::Platform::RUBY spec.platform = Gem::Platform::RUBY
spec.require_paths = ["lib"] spec.require_paths = ["lib"]
Expand Down

0 comments on commit 4ce6e21

Please sign in to comment.