Skip to content

Commit

Permalink
include vendor with gem
Browse files Browse the repository at this point in the history
  • Loading branch information
mejackreed committed Jul 11, 2016
1 parent 016b90b commit 34e2853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blacklight_heatmaps.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.description = 'Search and view Blacklight resources on a map.'
s.license = 'Apache'

s.files = Dir['{app,config,db,lib}/**/*', 'LICENSE.txt', 'Rakefile', 'README.md']
s.files = Dir['{app,config,db,lib,vendor}/**/*', 'LICENSE.txt', 'Rakefile', 'README.md']
s.test_files = Dir['spec/**/*']

s.add_dependency 'rails', '~> 4.2.6'
Expand Down

0 comments on commit 34e2853

Please sign in to comment.