Release Name: 1.0.4
Notes:
Quickly bundle any Ruby libraries into a RubyGem and share it with the world, your colleagues, or perhaps just with yourself amongst your projects.
RubyGems are centrally stored, versioned, and support dependencies between other gems, so they are the ultimate way to bundle libraries, executables, associated tests, examples, and more.
Within this gem, you get one thing - <code>newgem</code> - an executable to create your own gems. Your new gems will include designated folders for Ruby code, test files, executables, and even a default website page for you to explain your project, and which instantly uploads to RubyForge website (which looks just like this one by default)
Changes:
== 1.0.4 2008-11-01
* Hard-coded cucumber >= 0.1.8 dependency to avoid accidently requiring unreleased versions that are only in development
* local tasks/*.rake are loaded in generated gems
* install_cucumber: adds a development.feature to check that gem building can succeed
* cleaned up some require statements to explicitly load code from local src not an installed gem
* rake default => [:test, :features] - for continuous integration via runcoderun.com
|