Skip to content

Commit

Permalink
[rubocop]
Browse files Browse the repository at this point in the history
  • Loading branch information
klaseskilson committed May 3, 2017
1 parent 848a32c commit 445e179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrate-field-belongs_to_search.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |gem|
gem.summary = 'Plugin that adds search capabilities to belongs_to associations for Administrate'
gem.license = 'MIT'

gem.require_paths = %w(lib)
gem.require_paths = %w[lib]
gem.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(spec)/}) }
gem.test_files = `git ls-files -z -- {spec}/*`.split("\x0")

Expand Down

0 comments on commit 445e179

Please sign in to comment.