Changelog for
ruby2.5-rubygem-hoe-3.26.0-lp155.106.4.x86_64.rpm :
* Fri Oct 28 2022 Stephan Kulow
updated to version 3.26.0 see installed History.rdoc === 3.26.0 / 2022-10-20
* 2 minor enhancements:
* Added warning to bundled minitest/test_task.
* Removed dead rcov plugin and added (simple)cov plugin.
* 1 bug fix:
* Fixed test task load path issue, prepend Hoe.include_dirs to ensure they come first.
* Mon Aug 29 2022 Stephan Kulow updated to version 3.25.0 see installed History.rdoc === 3.25.0 / 2022-08-18
* 1 minor enhancement:
* Added otp_command config option for OTP auth on gem push.
* 1 bug fix:
* Use sh instead of system during gem install to raise on error.
* Thu Aug 04 2022 Stephan Kulow updated to version 3.24.0 see installed History.rdoc === 3.24.0 / 2022-06-20
* 3 minor enhancements:
* Add bindir and homepage accessor methods. (dsisnero)
* Don\'t auto-intuit values if they\'re already set. (dsisnero)
* Use bindir to determine executables. (dsisnero)
* Tue Jan 25 2022 Stephan Kulow updated to version 3.23.1 see installed History.rdoc === 3.23.1 / 2022-01-04
* 1 bug fix:
* Fixed loading config files for ruby 3.1\'s now default YAML.safe_load_file.
* Thu Jun 24 2021 Stephan Kulow updated to version 3.23.0 see installed History.rdoc === 3.23.0 / 2021-05-29
* 2 minor enhancements:
* Bump racc (plugin) dependency.
* Removed ruby18! and ruby19! methods. ugh
* Wed Jan 20 2021 Stephan Kulow updated to version 3.22.3 see installed History.rdoc === 3.22.3 / 2021-01-10
* 1 bug fix:
* Bumped ruby version to include < 4 (trunk).
* Fri Sep 25 2020 Stephan Kulow updated to version 3.22.2 see installed History.rdoc === 3.22.2 / 2020-08-31
* 1 bug fix:
* Bumped ruby version to include 3.0 (trunk).
* Thu May 07 2020 Stephan Kulow - updated to version 3.22.1 see installed History.rdoc === 3.22.1 / 2020-02-12
* 1 bug fix:
* Avoid calling parse_urls if URL metadata are already set. (flavorjones)
* Mon Feb 10 2020 Stephan Kulow - updated to version 3.22.0 see installed History.rdoc === 2.22.0 / 2020-02-09
* 4 minor enhancements:
* Added metadate mapping for \'docs\'.
* Added rdoc extension to the history and readme file finder globs.
* Extended readme parsing to more intelligently deal with markup sections.
* Refactored intuit_values to take the file content as an arg.
* 2 bug fixes:
* Fixed ordering of test_prelude vs framework in Minitest::TestTask. (flavorjones)
* Fixed wiring of test_prelude into Minitest::TestTask.create. (flavorjones) === 3.21.0 / 2020-01-11
* 2 minor enhancements:
* Added support for wiki_uri and mailing_list_uri. (JuanitoFatas)
* Load encrypted private key using ENV[\'GEM_PRIVATE_KEY_PASSPHRASE\'] as passphrase. (larskanis)
* 5 bug fixes:
* Add require_ruby_version for 2.1+. (MSP-Greg)
* Fix a ruby 2.7 keyword arg deprecation. (anatol)
* Fix debug_gem task when you have a signing_key and broken rubygems (< 3.1.0).
* Fixed shadowed variable and json output for minitest\'s test:isolated task.
* Minor tweak to make hoe load when openssl isn\'t available. === 3.20.0 / 2019-11-09
* 2 minor enhancements:
* Added :isolated task that runs tests in parallel. Replaces :dep task.
* Bumped rake dependency to be < 15. === 3.19.0 / 2019-10-29
* 4 minor enhancements:
* Added deprecation to parse_urls for ancient url array form.
* Added support for gemspec metadata. (viraptor)
* Hoe#parse_urls now returns a hash no matter what
* Removed looong deprecated Hoe#url/url= methods.
* 1 bug fix:
* Fixed sow for ruby 2.6 deprecations in ERB. (felipec) === 3.18.1 / 2019-09-14
* 1 minor enhancement:
* Added deprecations to minitest/test_task: TESTOPTS, N (for #threads), FILTER.
* 3 bug fixes:
* Fixed one use of Array.prepend on ruby 2.3-2.4.
* Removed FILTER/N/X handling from hoe/test.rb in favor of minitest/test_task.rb.
* Sort globs before shuffling to normalize different file systems.
* Fri Jul 19 2019 Stephan Kulow - updated to version 3.18.0 see installed History.rdoc === 3.18.0 / 2019-05-25
* 1 major enhancement:
* Added Minitest::TestTask (will move to minitest proper soon)
* 8 minor enhancements:
* Added \'multiruby_skip\' config so it can be in global ~/.hoerc.
* Added Hoe.include_dirs to allow tasks to probe directly.
* Added X=exclude_pattern to the test plugin. Can be used in conjunction with N=select_pattern.
* Deprecated Hoe::Test.make_test_cmd (argue with me!)
* Deprecated Hoe::Test.try_loading_rspec (argue with me!)
* Deprecated Hoe::Test.try_loading_rspec2 (argue with me!)
* Deprecated testunit support (argue with me!)
* Switched normally hoe-generated test tasks over to use Minitest::TestTask.
* 1 bug fix:
* Fixed incompatibility with rubygems 3.x. (drbrain)
* Thu Mar 14 2019 Stephan Kulow - updated to version 3.17.2 see installed History.rdoc === 3.17.2 / 2019-03-13
* 1 bug fix:
* Fixed gem sign breakage caused by rubygems update. Tested against rubygems 3.0.2
* Thu Nov 22 2018 Stephan Kulow - updated to version 3.17.1 see installed History.rdoc === 3.17.1 / 2018-09-06
* 1 bug fix:
* Bumped dependencies on rdoc and rake for latest majors.
* Tue Mar 20 2018 factory-autoAATTkulow.org- updated to version 3.17.0 see installed History.rdoc === 3.17.0 / 2018-03-17
* 2 minor enhancements:
* Added task check_key to see if your signing cert is expired or not.
* Bump rdoc dependency to range from 4.x to 5.x.
* 1 bug fix:
* Fixed ridocs rake task.
* Sun Dec 03 2017 cooloAATTsuse.com- updated to version 3.16.2 see installed History.rdoc === 3.16.2 / 2017-11-21
* 2 bug fixes:
* Make missing history/readme situations more resilient and informative. (kemonomachi)
* Make missing urls value just warn.
* Thu Aug 03 2017 cooloAATTsuse.com- updated to version 3.16.1 see installed History.rdoc
* Wed Jan 04 2017 cooloAATTsuse.com- updated to version 3.16.0 see installed History.rdoc === 3.16.0 / YYYY-MM-DD
* 1 minor enhancement:
* Updated compiler plugin dependency for rake-compiler to 1.x.
* 2 bug fixes:
* Fixed rdoc cmd to be more resilient to ruby version changes (w/ isolate)
* Relaxed rake dependency to < 13 to fix against latest release.
* Fri Nov 18 2016 cooloAATTsuse.com- updated to version 3.15.3 see installed History.rdoc === 3.15.3 / 2016-11-17
* 1 bug fix:
* Call Gem::Specification.reset after installing a gem. (segiddins)
* Mon Oct 10 2016 cooloAATTsuse.com- updated to version 3.15.2 see installed History.rdoc === 3.15.2 / 2016-10-09
* 2 bug fixes:
* Add noop clobber_docs and clobber_package tasks in case they are disabled.
* Moved activate_plugin_deps to post_initialize.
* Thu Jun 16 2016 cooloAATTsuse.com- updated to version 3.15.1 see installed History.rdoc === 3.15.1 / 2016-06-15
* 1 bug fix:
* rake newb does a better job of activating gems it had to install. (duckinator)
* Wed Apr 06 2016 cooloAATTsuse.com- updated to version 3.15.0 see installed History.rdoc === 3.15.0 / 2016-03-25
* 1 minor enhancement:
* Added ruby version declarations for hoe-spec. ruby20!
* 2 bug fixes:
* Fixed running rdoc if it was satisfied outside of GEM_HOME.
* Relaxed requirement on rake to include new rake 11.x. (hsbt)
* Tue Sep 15 2015 cooloAATTsuse.com- updated to version 3.14.2 see installed History.rdoc === 3.14.2 / 2015-09-14
* 1 minor enhancement:
* Updated Hoe.pdf to reflect reality (removed all rubyforge references).
* 1 bug fix:
* Fixed extension paths. Again. Damnit. I normally don\'t release after midnight. === 3.14.1 / 2015-09-13
* 1 bug fix:
*
*sigh
* fixed bug setting up extensions data for spec.
* Sun Sep 13 2015 cooloAATTsuse.com- updated to version 3.14.0 see installed History.rdoc === 3.14.0 / 2015-09-12
* 5 minor enhancements:
* Added so_name variable to bin/sow for using hoe w/ c-extensions.
* Default config now excludes tmp, .git, and .bundle.
* Extended :compiler plugin to define #extension for hoe spec decls.
* Failures to detect/load rake-compiler are handled gracefully.
* Removed generation of synthesized .gemtest file. Dead.
* 1 bug fix:
* Fix PRERELEASE= for packaging against newer versions of rubygems. (drbrain)
* Sat Feb 07 2015 cooloAATTsuse.com- updated to version 3.13.1
* 1 bug fix:
* Remove deprecated test_files from spec. (igas)