Skip to content

Commit

Permalink
Rubocop fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
klaseskilson committed Mar 29, 2017
1 parent 574f492 commit b34ee38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ rvm:
cache: bundler
install: bundle install
script:
- bundle exec rubocop
- bundle exec rubocop -D
- bundle exec rake
3 changes: 2 additions & 1 deletion administrate-field-belongs_to_search.gemspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# coding: utf-8

lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Expand Down Expand Up @@ -28,6 +29,6 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'sqlite3', '~> 1.3'

gem.description = <<-DESCRIPTION
Add support to search through (potentially large) belongs_to associations in your Administrate dashboards.
Add support to search through (potentially large) belongs_to associations in your Administrate dashboards.
DESCRIPTION
end

0 comments on commit b34ee38

Please sign in to comment.