Skip to content

Commit 9b9ac60

Browse files
committed
Add 'vendor' directory to gemspec
1 parent a148927 commit 9b9ac60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rails_admin.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
2222
spec.authors = ['Erik Michaels-Ober', 'Bogdan Gaza', 'Petteri Kaapa', 'Benoit Benezech', 'Mitsuhiro Shibuya']
2323
spec.description = 'RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data.'
2424
spec.email = ['sferik@gmail.com', 'bogdan@cadmio.org', 'petteri.kaapa@gmail.com']
25-
spec.files = Dir['Gemfile', 'LICENSE.md', 'README.md', 'Rakefile', 'app/**/*', 'config/**/*', 'lib/**/*', 'public/**/*']
25+
spec.files = Dir['Gemfile', 'LICENSE.md', 'README.md', 'Rakefile', 'app/**/*', 'config/**/*', 'lib/**/*', 'public/**/*', 'vendor/**/*']
2626
spec.licenses = %w(MIT)
2727
spec.homepage = 'https://github.com/sferik/rails_admin'
2828
spec.name = 'rails_admin'

0 commit comments

Comments
 (0)