Skip to content

Commit

Permalink
minor: use consistent style with %w for arrays of strings
Browse files Browse the repository at this point in the history
  • Loading branch information
estolfo committed Aug 5, 2013
1 parent 0583092 commit d7fddfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |s|
end

s.files = Dir.glob('{bin,lib,spec}/**/*')
s.files += %w(mongo.gemspec LICENSE README.md CONTRIBUTING.md Rakefile)
s.files += %w[mongo.gemspec LICENSE README.md CONTRIBUTING.md Rakefile]
s.test_files = Dir.glob('spec/**/*')

s.require_paths = ['lib']
Expand Down

0 comments on commit d7fddfd

Please sign in to comment.