2020-06-14 18:12:09 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
devel/hoe: add USE_LANGUAGES
Add "USE_LANGUAGES= # none".
|
2020-03-08 14:25:19 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/hoe: update to 3.22.1
Update hoe to 3.22.1.
=== 3.22.1 / 2020-02-12
* 1 bug fix:
* Avoid calling parse_urls if URL metadata are already set. (flavorjones)
|
2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981) |
Log message:
all: migrate homepages from http to https
pkglint -r --network --only "migrate"
As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
|
2020-01-16 16:21:51 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/hoe: update to 3.21.0
Update hoe to 3.21.0.
=== 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 <test>:isolated task that runs tests in parallel. Replaces \
<test>:dep task.
* Bumped rake dependency to be < 15.
|
2019-11-18 17:20:23 by Takahiro Kambe | Files touched by this commit (6) |
Log message:
Remove USE_RAKE
Remove USE_RAKE. It was used to control dependency to ruby-rake package
befor ruby 2.0 days. Now all ruby*-base package contains rake command and
USE_RAKE is already not used in any where.
|
2019-11-03 11:39:32 by Roland Illig | Files touched by this commit (274) |
Log message:
devel: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
|
2019-11-02 15:27:46 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/hoe: update to 3.19.0
Update hoe to 3.19.0.
=== 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)
|
2019-10-23 18:16:33 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/hoe: update to 3.18.1
Update hoe to 3.18.1.
=== 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.
|
2019-09-13 17:37:04 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
devel/hoe: update to 3.18.0
=== 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)
|
2019-05-06 07:17:15 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/hoe: update to 3.17.2
=== 3.17.2 / 2019-03-13
* 1 bug fix:
* Fixed gem sign breakage caused by rubygems update. Tested against rubygems 3.0.2
|