Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ sudo: false
language: ruby
# Limit ruby versions to currently supported versions to avoid a big build matrix
rvm:
- 2.2.7
- 2.3.4
- 2.4.1
- 2.2.9
- 2.3.6
- 2.4.3
# Load database schema before rake
before_script: bundle exec rake db:schema:load
# Test on all supported rails versions
Expand Down
6 changes: 3 additions & 3 deletions activeadmin-globalize.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ Gem::Specification.new do |s|
s.email = ['stefano.verna@gmail.com', 'f.napoleoni@gmail.com']
s.homepage = 'http://github.com/fabn/activeadmin-globalize'
s.summary = 'Handles globalize translations'
s.description = 'Handles globalize translations in ActiveAdmin 1.0 and Rails 4.x-5.x'
s.description = 'Handles globalize translations in ActiveAdmin 1.x and Rails 4.x-5.x'

s.files = Dir['{app,config,db,lib}/**/*'] + %w(MIT-LICENSE README.md)

s.add_dependency 'activeadmin', '>= 1.0', '< 1.2'
# Try to support rails from 3.2 up to 4.2.x
s.add_dependency 'activeadmin', '>= 1.0', '< 1.3'
# Try to support rails from 3.2 up to 5.x
s.add_dependency 'globalize', '>= 3.1.0', '< 6.0'

# development dependencies
Expand Down