NOTICE: This package has been removed from pkgsrc

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

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 4.2.1, Package name: ruby32-hoe-4.2.1, 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-06-30 08:37:41 by Takahiro Kambe | Files touched by this commit (5) | Package removed
Log message:
devel/hoe: moved to devel/ruby-hoe
   2024-05-26 16:37:44 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/hoe: update to 4.2.1

4.2.1 (2024-05-21)

1 minor enhancement:

* Raise error if readme file is improperly structured.

1 bug fix:

* Fix NoMethodError: undefined method `verbose'. (adangel)
   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.