Skip to content

Commit

Permalink
Merge pull request fishbrain#8 from fishbrain/support-administrate-0.5.0
Browse files Browse the repository at this point in the history
Support Administrate < 0.6.0
  • Loading branch information
klaseskilson authored Mar 29, 2017
2 parents ae9bf3e + b34ee38 commit 9730f9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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
5 changes: 3 additions & 2 deletions 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 All @@ -15,7 +16,7 @@ Gem::Specification.new do |gem|
gem.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(spec)/}) }
gem.test_files = `git ls-files -z -- {spec}/*`.split("\x0")

gem.add_dependency 'administrate', '>= 0.3', '< 0.5'
gem.add_dependency 'administrate', '>= 0.3', '< 0.6'
gem.add_dependency 'rails', '>= 4.2', '< 5.1'
gem.add_dependency 'selectize-rails', '~> 0.6'

Expand All @@ -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 9730f9a

Please sign in to comment.