Skip to content

Commit

Permalink
Merge pull request #20 from jordimassaguerpla/master
Browse files Browse the repository at this point in the history
add LICENSE file to gemspec
  • Loading branch information
rafaelfranca committed Jan 8, 2014
2 parents 3f512ec + f7074a1 commit 7d4c86f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion prototype-rails.gemspec
Expand Up @@ -6,8 +6,9 @@ Gem::Specification.new do |spec|
spec.author = 'Xavier Noria'
spec.email = 'fxn@hashref.com'

spec.files = %w(README Rakefile Gemfile) + Dir['lib/**/*', 'vendor/**/*', 'test/**/*']
spec.files = %w(README Rakefile Gemfile MIT-LICENSE) + Dir['lib/**/*', 'vendor/**/*', 'test/**/*']

spec.add_dependency('rails', '~> 4.0')
spec.add_development_dependency('mocha')
spec.license = "MIT"
end

0 comments on commit 7d4c86f

Please sign in to comment.