Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.ruby > #3353
| From | Suraj Kurapati <sunaku@gmail.com> |
|---|---|
| Newsgroups | comp.lang.ruby |
| Subject | [ANN] Inochi 6.0.0 |
| Date | 2011-04-21 21:14 -0500 |
| Organization | Service de news de lacave.net |
| Message-ID | <02abac66a6e789633f5defa40908560c@ruby-forum.com> (permalink) |
`
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/.
Back to comp.lang.ruby | Previous | Next | Find similar | Unroll thread
[ANN] Inochi 6.0.0 Suraj Kurapati <sunaku@gmail.com> - 2011-04-21 21:14 -0500
csiph-web