Skip to content

Commit

Permalink
Add config/routes.rb to files list in gem spec. Fixes jejacks0n#233
Browse files Browse the repository at this point in the history
  • Loading branch information
gvarela committed Jun 13, 2012
1 parent 4725e02 commit 9f20937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mercury-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Gem::Specification.new do |s|
# Gem Files
s.extra_rdoc_files = %w(LICENSE POST_INSTALL)
# = MANIFEST =
s.files = Dir['lib/**/*', 'vendor/assets/**/*', 'app/**/*', 'db/migrate/*', 'config/engine.rb']
s.files = Dir['lib/**/*', 'vendor/assets/**/*', 'app/**/*', 'db/migrate/*', 'config/engine.rb', 'config/routes.rb']
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
# = MANIFEST =
Expand Down

0 comments on commit 9f20937

Please sign in to comment.