1.4.1 / 2019-05-06¶ ↑
Bug fix:
-
Workaround
Hoe::Package#install_gem
not working with RubyGems 3 until github.com/seattlerb/hoe/pull/89 is released.
1.4 / 2019-05-06¶ ↑
Minor enhancement:
-
Works with modern RubyGems after –no-rdoc and –no-ri were removed
1.3.1 / 2016-10-04¶ ↑
Bug fixes:
-
Changed travis:before to not try to use dependencies it has installed
1.3 / 2016-04-08¶ ↑
Minor enhancement:
-
check_manifest is run after tests now, so missing files cause travis failures. Pull request #1 by Samuel Giddins.
-
Updated default ruby versions to currently supported versions.
1.2 / 2012-10-24¶ ↑
-
Minor enhancement
-
hoe-travis now depends on hoe ~> 3.0
-
1.1.1 / 2012-05-17¶ ↑
-
Bug fix
-
Updated hoe dependency to work with hoe 3
-
1.1 / 2012-03-11¶ ↑
-
Minor enhancement
-
Added after_script support to .travis.yml and a travis:after task to check it manually.
-
-
Bug fix
-
The check_manifest task is now run separately as an after_script to avoid pollution from generated files. Run
rake travis:generate
to replace your generated .travis.yml.
-
1.0 / 2012-03-02¶ ↑
-
Major enhancements
-
Birthday!
-