Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
Closes #40.
  • Loading branch information
georgeclaghorn committed Apr 6, 2021
1 parent e962943 commit a525d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marcel.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
spec.homepage = 'https://github.com/rails/marcel'
spec.licenses = %w[ MIT Apache-2.0 ]

spec.files = Dir['lib/**/*', 'MIT-LICENSE', 'APACHE-LICENSE' 'README.md']
spec.files = Dir['lib/**/*', 'MIT-LICENSE', 'APACHE-LICENSE', 'README.md']
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']
Expand Down

0 comments on commit a525d5b

Please sign in to comment.