Changeset 266

Show
Ignore:
Timestamp:
03/05/08 21:46:08 (6 months ago)
Author:
glenn
Message:

Version 0.4.1

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • rubygems/frozen_gems_generator/trunk/frozen_gems_generator.rb

    r264 r266  
    11class FrozenGemsGenerator < Rails::Generator::Base 
    2   VERSION = '0.4.0
     2  VERSION = '0.4.1
    33   
    44  def manifest 
  • rubygems/frozen_gems_generator/trunk/History.txt

    r256 r266  
     1=== 0.4.1 / 2008-03-05 
     2 
     3* works properly with Rails 2 generator loading 
     4 
    15=== 0.4.0 / 2008-03-03 
    26 
  • rubygems/frozen_gems_generator/trunk/ToDo.txt

    r259 r266  
    1 * handle gems with binary components 
    2 * add --frozen option (analogous to --local) to restrict operations to *only* the frozen repository. 
     1* handle gems with binary components. 
     2* add --frozen option (analogous to --local) to restrict operations  
     3  to *only* the frozen repository. 
     4* Use --frozen by default for certain operations (e.g. uninstall)  
     5  to ensure that you don't accidentally clobber system-wide gems if  
     6  you're mistaken about them being installed in your app. 
     7* Test under Windows to ensure that calling out to the gem command  
     8  works properly there.