[ANN] hoe 3.17.2 Released

hoe version 3.17.2 has been released!

* home: <http://www.zenspider.com/projects/hoe.html>
* code: <https://github.com/seattlerb/hoe>
* bugs: <https://github.com/seattlerb/hoe/issues>
* rdoc: <http://docs.seattlerb.org/hoe/>
* doco: <http://docs.seattlerb.org/hoe/Hoe.pdf>
* other: <http://github.com/jbarnette/hoe-plugin-examples>

Hoe is a rake/rubygems helper for project Rakefiles. It helps you
manage, maintain, and release your project and includes a dynamic
plug-in system allowing for easy extensibility. Hoe ships with
plug-ins for all your usual project tasks including rdoc generation,
testing, packaging, deployment, and announcement..

See class rdoc for help. Hint: `ri Hoe` or any of the plugins listed
below.

For extra goodness, see: http://docs.seattlerb.org/hoe/Hoe.pdf

Changes:

### 3.17.2 / 2019-03-13

* 1 bug fix:

  * Fixed gem sign breakage caused by rubygems update. Tested against rubygems 3.0.2

Hello,

    I'm a big fan (and user 100+ gems managed by hoe rake tasks). FYI:
You can find a free online booklet titled "Hoe Developer's Guide -
Build, Package and Publish Gems with Rake Tasks - Ready-to-Use Build
Scripts" [1] at the Yuki & Moto Bookshelf.

   Happy coding with ruby. Cheers. Prost.

[1] http://yukimotopress.github.io/gem-tasks

Does anyone know if there is a similar-in-philosophy project for Rails? Something that gets you 90% of the way there with custom dependencies that you just always use? I do know about Rails templates and the -m flag, looking for something with more tooling around it than that.

Thanks,

Walter

···

On Mar 15, 2019, at 11:19 AM, Gerald Bauer <gerald.bauer@gmail.com> wrote:

Hello,

   I'm a big fan (and user 100+ gems managed by hoe rake tasks). FYI:
You can find a free online booklet titled "Hoe Developer's Guide -
Build, Package and Publish Gems with Rake Tasks - Ready-to-Use Build
Scripts" [1] at the Yuki & Moto Bookshelf.

  Happy coding with ruby. Cheers. Prost.

[1] Hoe Developer's Guide - Build, Package and Publish Gems with Rake Tasks - Ready-to-Use Build Scripts (Book Edition)

Unsubscribe: <mailto:ruby-talk-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk&gt;

Hello,

Does anyone know if there is a similar-in-philosophy project for Rails?
Something that gets you 90% of the way there with custom dependencies that you just always use? I do know about Rails templates and the -m flag, looking for something with more tooling around it than that.

    Are you looking for rake automation tasks? Or are you looking for
something else? If you're looking for a project scaffolder / quick
starter you might try quik [1] that lets you turn any github repo into
a quick starter (project) template, for example.

    Cheers. Prost.

[1] GitHub - quikstart/quik: quik gem - ruby quick starter template script wizard .:. the missing code generator - Gem / Command Line Tool
[2] talks/quik.md at master · geraldb/talks · GitHub - Why Quik? Intro