Skip to content

Commit

Permalink
Merge branch 'master' of github.com:tdtds/kindlegen
Browse files Browse the repository at this point in the history
  • Loading branch information
tdtds committed Dec 17, 2019
2 parents 6a77925 + ccdaaed commit 38b5e05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ language: ruby
sudo: false
cache: bundler
rvm:
- 2.3.8
- 2.4.5
- 2.5.3
- 2.6.0
- 2.4.7
- 2.5.7
- 2.6.5
- ruby-head
# NOTE the build step is required to run the tests
script: bundle exec rake build test
2 changes: 1 addition & 1 deletion kindlegen.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.name = "kindlegen"
s.version = Kindlegen::VERSION
s.platform = Gem::Platform::RUBY
s.required_ruby_version = '>= 2.0.0'
s.required_ruby_version = '>= 2.4.0'

s.authors = ["TADA Tadashi"]
s.email = ["t@tdtds.jp"]
Expand Down

0 comments on commit 38b5e05

Please sign in to comment.