Skip to content

Commit d2624d6

Browse files
author
Sven Fuchs
committed
change to glob in gemspec
1 parent 15c89db commit d2624d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

i18n-active_record.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
1212
s.summary = "[summary]"
1313
s.description = "[description]"
1414

15-
s.files = `git ls-files app lib`.split("\n")
15+
s.files = Dir.glob("{ci,lib,test}/**/**") + %w(MIT-LICENSE README.textile Rakefile)
1616
s.platform = Gem::Platform::RUBY
1717
s.require_path = 'lib'
1818
s.rubyforge_project = '[none]'

0 commit comments

Comments
 (0)