summaryrefslogtreecommitdiff
path: root/devel/rubigen
AgeCommit message (Collapse)AuthorFilesLines
2010-09-13* Add two CONFLICTS patterns:taca1-1/+4
- matches previous package name without "${RUBY_PKGPREFIX}-" - matches current "ruby18-" and "ruby19-" packages Bump PKGREVISION because addition of latter pattern.
2010-09-10Update devel/rubigen to 1.5.5.taca2-10/+9
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Update HOMEPAGE. * Add LICENSE. * Remove default value of GEM_BUILD. == 1.5.5 2010-05-25 * Allow activesupport 2.3.5+
2010-03-08Updated devel/rubigen to 1.5.4.fhajny3-17/+25
1.5.4 - mocha, cucumber and shoulda are development dependencies (fixes requirement for thoughtbot-shoulda too) 1.5.3 - Forced rubigen to use activesupport 2.3.5 (as the last < 3.0 version). It will upgrade to use 3.0.0 when it is released. 1.5.2 - Trying to remove a circular rubigen->newgem->rubigen dependency issue 1.5.1 - Return #write_manifest which was accidently removed - Moved website into gh-pages branch 1.5.0 - Preparation for integration back into Rails - --git/-g option for generated files to be added via git commands - after_generate hook for generators (used as rails' templates mechanism) - bumped activesupport requirement to 2.2.2 - upgraded internal files to support latest newgem (removed config/ folder, moved config to Rakefile) - support for RAILS_ROOT as a destination root - removed references to Merb which now has its own generator system; can access any merb generators via 'rubigen' helper app - RubiGen::Base.active can be changed to a RubiGen::Base subclass that will be used for lookups (e.g. RubiGen::Base.active = Rails::Generator::Base) 1.4.0 - rubigen tests now pass against ruby 1.9.0 and ruby 1.9.1(prerelease 2) - puts are sent to an explicit #stdout which can be STDOUT or a StringIO passed from tests; test output is now clean!
2009-06-14Remove @dirrm entries from PLISTsjoerg1-31/+1
2008-11-15Update rubigen package to 1.3.4.taca3-13/+7
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-09-15Update rubigen pacakge to 1.3.2.taca2-7/+6
== 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-04-29Update devel/rubigen to 1.3.1. Changes from version 1.2.4 include:jlam3-12/+10
* 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-04Initial import of rubigen-1.2.4 as devel/rubigen.jlam4-0/+146
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).