Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.ruby > #2107
| From | Vassilis Rizopoulos <eldestdamphyr@gmail.com> |
|---|---|
| Newsgroups | comp.lang.ruby |
| Subject | Re: [ANN] hoe 2.9.2 Released |
| Date | 2011-04-01 08:18 -0500 |
| Organization | Service de news de lacave.net |
| Message-ID | <4D95D090.7000204@gmail.com> (permalink) |
| References | <20110331233633.CC00A170325@envy.zenspider.com> |
Excellent work as always Ryan. One thing: rake package (and by extension rake install_gem, rake release) does not respect the Manifest.txt when it comes to the test/ directory. All test_* files are included in the gem wether or not they are specified in Manifest.txt This is a bit counterintuitive. It might be my personal way, but I have a bunch of tests for functionality that I do not yet want in the gem. This kinda throws a wrench in the works. Cheers, V.- On 01/04/11 02:36 , Ryan Davis wrote: > hoe version 2.9.2 has been released! > > *<http://rubyforge.org/projects/seattlerb/> > *<http://seattlerb.rubyforge.org/hoe/> > *<http://seattlerb.rubyforge.org/hoe/Hoe.pdf> > *<http://github.com/jbarnette/hoe-plugin-examples> > > Hoe is a rake/rubygems helper for project Rakefiles. It helps you > manage and 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, and deployment. > > See class rdoc for help. Hint: `ri Hoe` or any of the plugins listed > below. > > For extra goodness, see: http://seattlerb.rubyforge.org/hoe/Hoe.pdf > > Changes: > > ### 2.9.2 / 2011-03-31 > > * 7 minor enhancements: > > * Added :none as a testlib option to let you do whatever you want. (phiggins) > * Added Hoe#dependency(name, version, type = :runtime) for cleaner hoe specs. > * Added NOSUDO option to `rake gem_install`. (nihildeb) > * Include Rake::DSL to support future versions of rake > * Multiruby now skips mri_trunk if multiruby_skip includes 1.9 > * Test#make_test_cmd now sorts test files (mostly for testing) > * Try using psych before syck. > > * 3 bug fixes: > > * Clean generated extension library too > * Fixed a bug with sow -d or -t > * Fixed plugin activation via ~/.hoerc. (ged) > > -- http://www.ampelofilosofies.gr
Back to comp.lang.ruby | Previous | Next — Next in thread | Find similar | Unroll thread
Re: [ANN] hoe 2.9.2 Released Vassilis Rizopoulos <eldestdamphyr@gmail.com> - 2011-04-01 08:18 -0500
Re: [ANN] hoe 2.9.2 Released Ryan Davis <ryand-ruby@zenspider.com> - 2011-04-01 16:12 -0500
Re: [ANN] hoe 2.9.2 Released Vassilis Rizopoulos <eldestdamphyr@gmail.com> - 2011-04-02 01:28 -0500
csiph-web