Commit graph

4 commits

Author SHA1 Message Date
taca
84fa43801c Update rubigen package to 1.3.4.
Changes from 1.3.2:

== 1.3.4 2008-11-12

* ruby_app: fixed reference to non-existent version.rb [jperkins]

== 1.3.3 2008-10-21

* prepend_sources correctly places arguments at start of sources list
* removed lib/rubigen/version.rb; RubiGen::VERSION is in lib/rubigen.rb now; there is no RubiGen::VERSION::STRING
2008-11-15 08:26:24 +00:00
taca
135e5af98f Update rubigen pacakge to 1.3.2.
== 1.3.2 2008-05-19

* app_gen/bin - includes #!/usr/bin/env ruby
* added examples of file_copy_each and template_copy_each to generators
2008-09-15 09:01:41 +00:00
jlam
897f6e1761 Update devel/rubigen to 1.3.1. Changes from version 1.2.4 include:
* Fixed the require statements in generated tests for rails/merb generators
* Rails::Generator::Base is a valid generator superclass
* Rails generators have alternate template (based on standard NamedBase)
* test helpers define RAILS_ROOT for rails generators
* component_generator: specific subclasses for rails + merb generators,
  not the generic RubiGen::Base
2008-04-29 17:36:18 +00:00
jlam
31043feee5 Initial import of rubigen-1.2.4 as devel/rubigen.
A framework to allow Ruby applications to generate file/folder stubs
(like the rails command does for Ruby on Rails, and the `script/generate'
command within a Rails application during development).
2008-04-04 15:16:28 +00:00