-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Hello Ryan,
just a question. Is the
already up-to-date?
Because afaik Rubyforge isn't available anymore. Or can hoe used with
rubygems too?
Greetings Sascha
hoe version 3.14.1 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.14.1 / 2015-09-13
* 1 bug fix:
* *sigh* fixed bug setting up extensions data for spec.
- --
Yours sincerly
Sascha Manns
Maifeldstraße 10
56727 Mayen
Phone: +49-1573-9242730
Email: Sascha.Manns@directbox.com
Web: http://saigkill.github.io
Jabber: saigkill@jabber.org
···
Am 13.09.2015 um 11:38 schrieb Ryan Davis:
just a question. Is the
http://docs.seattlerb.org/hoe/Hoe.pdf
already up-to-date?
No, it's obviously gotten a bit stale. I can update that.
Because afaik Rubyforge isn't available anymore. Or can hoe used with
rubygems too?
Well, how do you think I released this gem? 
Obviously hoe works well for gems as I'm steadily approaching my 1000th gem release (currently ~950).
···
On Sep 13, 2015, at 09:28, Sascha Manns <Sascha.Manns@directbox.com> wrote:
Updated. Sorry about the confusion.
···
On Sep 13, 2015, at 13:53, Ryan Davis <ryand-ruby@zenspider.com> wrote:
On Sep 13, 2015, at 09:28, Sascha Manns <Sascha.Manns@directbox.com> wrote:
just a question. Is the
http://docs.seattlerb.org/hoe/Hoe.pdf
already up-to-date?
No, it's obviously gotten a bit stale. I can update that.
Hello,
FYI: I've written a tutorial for Hoe a couple of months ago titled
"Build, Package and Publish Gems with Hoe Rake Tasks" [1].
Can definitely recommend the Hoe rake tasks. Hoe works great. Just
my two cents. Cheers.
[1] http://planetruby.github.io/gems/hoe.html
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Hi Ryan,
just a question. Is the
http://docs.seattlerb.org/hoe/Hoe.pdf
already up-to-date?
No, it's obviously gotten a bit stale. I can update that.
Because afaik Rubyforge isn't available anymore. Or can hoe used with
rubygems too?
Well, how do you think I released this gem? 
Oh yes my error 
Obviously hoe works well for gems as I'm steadily approaching my 1000th gem release (currently ~950).
Yeah it works very well there. Thanks for this really good gem.
BTW: Should/can the Hoe.spec contain the same stuff as that one placed
in the gemspec? So far i have understood this so.
Greetings
Sascha
- --
Yours sincerly
Sascha Manns
Maifeldstraße 10
56727 Mayen
Phone: +49-1573-9242730
Email: Sascha.Manns@directbox.com
Web: http://saigkill.github.io
Jabber: saigkill@jabber.org
GPG: hkp://keys.gnupg.net
···
Am 13.09.2015 um 22:53 schrieb Ryan Davis:
On Sep 13, 2015, at 09:28, Sascha Manns <Sascha.Manns@directbox.com> wrote:
Mostly. Hoe infers a lot from the Manifest.txt file, from the README file, etc. to fill in a lot of slots you'd normally do manually in a gemspec. You wind up with a Hoe.spec block that's usually 2-3 lines long most of the time. Use `rake debug_gem` to see what it generates.
···
On Sep 14, 2015, at 14:51, Sascha Manns <Sascha.Manns@directbox.com> wrote:
BTW: Should/can the Hoe.spec contain the same stuff as that one placed
in the gemspec? So far i have understood this so.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Hi Gerald,
Hello,
FYI: I've written a tutorial for Hoe a couple of months ago titled
"Build, Package and Publish Gems with Hoe Rake Tasks" [1].
Can definitely recommend the Hoe rake tasks. Hoe works great. Just
my two cents. Cheers.
[1] http://planetruby.github.io/gems/hoe.html
i tried it out, and i'm impressed about the easy handling, the
customizing and so on. Tomorrow i'll try out the rest of it.
Greetings
Sascha
- --
Yours sincerly
Sascha Manns
Maifeldstraße 10
56727 Mayen
Phone: +49-1573-9242730
Email: Sascha.Manns@directbox.com
Web: http://saigkill.github.io
Jabber: saigkill@jabber.org
GPG: hkp://keys.gnupg.net
···
Am 13.09.2015 um 21:16 schrieb Gerald Bauer: