From: Suraj Kurapati Newsgroups: comp.lang.ruby Subject: [ANN] Inochi 6.0.0 Date: Thu, 21 Apr 2011 21:14:04 -0500 Organization: Service de news de lacave.net Lines: 64 Message-ID: <02abac66a6e789633f5defa40908560c@ruby-forum.com> NNTP-Posting-Host: bristol.highgroove.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: talisker.lacave.net 1303438459 25904 65.111.164.187 (22 Apr 2011 02:14:19 GMT) X-Complaints-To: abuse@lacave.net NNTP-Posting-Date: Fri, 22 Apr 2011 02:14:19 +0000 (UTC) X-Received-From: This message has been automatically forwarded from the ruby-talk mailing list by a gateway at comp.lang.ruby. If it is SPAM, it did not originate at comp.lang.ruby. Please report the original sender, and not us. Thanks! For more details about this gateway, please visit: http://blog.grayproductions.net/categories/the_gateway X-Mail-Count: 382040 X-Ml-Name: ruby-talk X-Rubymirror: Yes X-Ruby-Talk: <02abac66a6e789633f5defa40908560c@ruby-forum.com> Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.stben.net!talisker.lacave.net!lacave.net!not-for-mail Xref: x330-a1.tempe.blueboxinc.net comp.lang.ruby:3353 ` Inochi Gives life to Ruby projects http://snk.tuxfamily.org/lib/inochi/ Inochi is an infrastructure that helps you create, test, document, package, publish, and announce your [Ruby] projects. Version 6.0.0 (2011-04-21) This release adopts some common Rails testing and development conventions, drops runtime gem version dependency establishment in favor of [1][Bundler], produces a gemspec file for greater interoperability, and improves merging. Incompatible changes * Remove runtime gem version dependency establishment from lib/*/inochi.rb. * Replace DEVTIME constant in lib/*/inochi.rb with [2][Bundler]'s Gemfile. * Rename RUNTIME constant to GEMDEPS in lib/*/inochi.rb. * Rename test/helper.rb to test/test_helper.rb per Rails convention. New features * Add gem:spec task to generate a gemspec file for your project. * Allow gem package to be built via gem build *.gemspec as [3]Yehuda Katz suggests. Bug fixes * Make old and new files read-only before merging. Documentation * Add diffuse tool to the example merge2 script. * Reduce font size to accomodate small screens. Housekeeping * Omit CREDITS file from gem: help manual already includes it. References 1. http://gembundler.com/ 2. http://snk.tuxfamily.org/lib/inochi/#Bundler 3. http://yehudakatz.com/2010/04/02/using-gemspecs-as-intended/ -- Posted via http://www.ruby-forum.com/.