Changeset 266
- Timestamp:
- 03/05/08 21:46:08 (6 months ago)
- Files:
-
- rubygems/frozen_gems_generator/trunk/frozen_gems_generator.rb (modified) (1 diff)
- rubygems/frozen_gems_generator/trunk/History.txt (modified) (1 diff)
- rubygems/frozen_gems_generator/trunk/ToDo.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
rubygems/frozen_gems_generator/trunk/frozen_gems_generator.rb
r264 r266 1 1 class FrozenGemsGenerator < Rails::Generator::Base 2 VERSION = '0.4. 0'2 VERSION = '0.4.1' 3 3 4 4 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 1 5 === 0.4.0 / 2008-03-03 2 6 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.
