Path to this page:
./
devel/hoe,
Rake extension to provide full project automation
Branch: CURRENT,
Version: 3.22.3,
Package name: ruby26-hoe-3.22.3,
Maintainer: minskimHoe is a simple rake/rubygems helper for project Rakefiles. It
generates all the usual tasks for projects including rdoc generation,
testing, packaging, and deployment.
Required to run:[
lang/ruby26-base]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: 5aa2977c2c0251ddc66080e173e70f3f88d04954
RMD160: 5db3a8adc456ce3b20bee0b3a33bf9890ef6d07d
Filesize: 189.5 KB
Version history: (Expand)
- (2021-01-13) Updated to version: ruby26-hoe-3.22.3
- (2020-09-13) Updated to version: ruby26-hoe-3.22.2
- (2020-03-08) Updated to version: ruby26-hoe-3.22.1
- (2020-01-16) Updated to version: ruby26-hoe-3.21.0
- (2019-11-02) Updated to version: ruby24-hoe-3.19.0
- (2019-10-23) Updated to version: ruby24-hoe-3.18.1
CVS history: (Expand)
2021-01-13 15:27:00 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
devel/hoe: update to 3.22.3
=== 3.22.3 / 2021-01-10
* 1 bug fix:
* Bumped ruby version to include < 4 (trunk).
|
2020-09-13 17:14:41 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
devel/hoe: update to 3.22.2
Update hoe to 3.22.2.
=== 3.22.2 / 2020-08-31
* 1 bug fix:
* Bumped ruby version to include 3.0 (trunk).
|
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.
|