We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 967bc9b commit fd36a1eCopy full SHA for fd36a1e
prototype-rails.gemspec
@@ -6,7 +6,7 @@ Gem::Specification.new do |spec|
6
spec.author = 'Xavier Noria'
7
spec.email = '[email protected]'
8
9
- spec.files = %w(README Rakefile Gemfile) + Dir['lib/**/*', 'vendor/**/*', 'test/**/*']
+ spec.files = %w(README Rakefile Gemfile MIT-LICENSE) + Dir['lib/**/*', 'vendor/**/*', 'test/**/*']
10
11
spec.add_dependency('rails', '~> 3.2')
12
spec.add_development_dependency('mocha')
0 commit comments