./devel/hoe, Rake extension to provide full project automation

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 4.2.0, Package name: ruby31-hoe-4.2.0, Maintainer: minskim

Hoe 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:

Filesize: 187 KB

Version history: (Expand)


CVS history: (Expand)


   2024-02-03 16:05:20 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/hoe: update to 4.2.0

4.2.0 (2024-01-12)

2 minor enhancements:

* Extended hoe/racc to be multitask! ruby_parser goes from 8.5s to 1.2s!
* Extended hoe/racc to build .yy files to allow for multi-file generation.

1 bug fix:

* Fixed missing dep declaration on oedipus_lex.
   2023-12-16 16:41:53 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/hoe: update to 4.1.0

4.1.0 (2023-11-16)

1 minor enhancement:

* Added Hoe::Cov#cov_filter accessor.

2 bug fixes:

* Removed use of Gem.bin_wrapper. rdoc is now just rdoc.
* Removed use of Gem.default_exec_format. gem is now just gem.
   2023-08-06 09:48:10 by Takahiro Kambe | Files touched by this commit (1)
Log message:
devel/hoe: remove comment outed DEPENDS line

Current hoe dose not require ruby-minitest package.
   2023-07-30 05:45:01 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/hoe: update to 4.0.5

4.0.5 (2023-07-25)

1 bug fix:

* sow: Fixed nested module directory creation. (chriscz)
   2023-06-09 15:49:52 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/hoe: update to 4.0.4

4.0.4 (2023-06-06)

1 minor enhancement:

* Bumped minimum ruby to 2.7. So done.

1 bug fix:

* Fixed a readme parsing oddity for section headers w/ multiple words that
  collide.
   2023-05-03 16:24:59 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/hoe: update to 4.0.3

4.0.3 (2023-05-02)

1 bug fix:

* Ensure that license name is a string.
   2023-01-22 06:07:32 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/hoe: update to 4.0.2

4.0.2 (2023-01-21)

1 minor enhancement:

* Bump minimum ruby version to 2.6+. Can't wait to drop 2.6.

1 bug fix:

* Fix for rubygems method error. Version used to respect #=~, now needs to
  #to_s first.
   2022-12-22 02:47:47 by Takahiro Kambe | Files touched by this commit (1)
Log message:
devel/hoe: add missing dependency

hoe implictly assumes that minitest 5.16 and later is available.

Bump PKGREVISION.