Skip to content

Commit

Permalink
update travis config and gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jspizziri committed Apr 3, 2015
1 parent 811a637 commit 5072485
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ before_script:
- "bundle exec rake test_app"
script: "DISPLAY=:99.0 bundle exec rspec spec"
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.2.0
4 changes: 2 additions & 2 deletions spree_active_shipping.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Gem::Specification.new do |s|
s.homepage = 'http://github.com/spree/spree_active_shipping'
s.summary = 'Spree extension for providing shipping methods that wrap the active_shipping plugin.'
s.description = 'Spree extension for providing shipping methods that wrap the active_shipping plugin.'
s.required_ruby_version = '>= 1.9.3'
s.rubygems_version = '1.3.6'
s.required_ruby_version = '>= 2.1.0'
s.rubygems_version = '>= 1.8.23'

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down

0 comments on commit 5072485

Please sign in to comment.