Skip to content

Commit

Permalink
Add licenses to gemspec
Browse files Browse the repository at this point in the history
This should make it show up on rubygems.
  • Loading branch information
coreyhaines committed May 30, 2014
1 parent d80a326 commit c884ff7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Rakefile
Expand Up @@ -12,10 +12,14 @@ This.ruby_gemspec do |spec|
spec.add_development_dependency( 'rake' , '~> 10.1')
spec.add_development_dependency( 'minitest' , '~> 5.0' )
spec.add_development_dependency( 'rdoc' , '~> 4.1' )

spec.licenses = ['ISC']
end

This.java_gemspec( This.ruby_gemspec ) do |spec|
spec.add_dependency( 'spoon', '~> 0.0.1' )

spec.licenses = ['ISC']
end

load 'tasks/default.rake'

0 comments on commit c884ff7

Please sign in to comment.