Skip to content

Commit

Permalink
Merge pull request #29 from luislavena/tweak-deps-and-ci
Browse files Browse the repository at this point in the history
Minor tweaks to test matrix and packaging
  • Loading branch information
luislavena authored Oct 2, 2017
2 parents bf4b904 + 0e77a76 commit 05d6fde
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ sudo: false
language: ruby
cache: bundler
rvm:
- 2.1.9
- 2.2.7
- 2.3.4
- 2.4.1
- 2.1.10
- 2.2.8
- 2.3.5
- 2.4.2
- ruby-head
matrix:
allow_failures:
Expand All @@ -22,7 +22,7 @@ deploy:
on:
tags: true
repo: luislavena/gem-compiler
rvm: 2.1.9
rvm: 2.1.10
- provider: releases
api_key:
secure: XahX146zzKPJHx7KlsI3pFNC201wuw3Az6+3eP62NdV6MVqjuazZ0XQZjUlemMSHhnpdk1MC7llqkwrl3Xvk2+WvpMMgvfnUNRP/ND+bjGfX/O/VjnG6PAjshGEI6UT+QfeIxglMVvYX7u1e4NWH3BzIUixoHulx6kRffuq+yz0=
Expand All @@ -31,4 +31,4 @@ deploy:
on:
tags: true
repo: luislavena/gem-compiler
rvm: 2.1.9
rvm: 2.1.10
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ upgrading.

### Changed
- Introduce `Makefile` for local development
- CI: Update Travis test matrix
- Reduce RubyGems warnings during `rake package`

## [0.6.0] - 2017-06-25

Expand Down
2 changes: 1 addition & 1 deletion gem-compiler.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ EOF
spec.required_rubygems_version = ">= 1.8.24"

# development dependencies
spec.add_development_dependency "rake", ">= 0.9.2.2"
spec.add_development_dependency "rake", "~> 12.0", ">= 12.0.0"
spec.add_development_dependency "minitest", "~> 4.7"
end

0 comments on commit 05d6fde

Please sign in to comment.