mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
fixes gemspec
This commit is contained in:
parent
a1945cb0b9
commit
0513f6ca9c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ Gem::Specification.new do |s|
|
|||
s.email = 'david@loudthinking.com'
|
||||
s.homepage = 'http://www.rubyonrails.org'
|
||||
|
||||
s.files = ['README.rdoc'] + Dir['guides/**/*']
|
||||
s.files = ['README.md'] + Dir['guides/**/*']
|
||||
|
||||
s.add_dependency 'activesupport', version
|
||||
s.add_dependency 'actionpack', version
|
||||
|
|
Loading…
Reference in a new issue