Changeset 441
- Timestamp:
- 03/27/08 00:53:10 (10 months ago)
- Files:
-
- trunk/CHANGELOG (modified) (1 diff)
- trunk/deprec.gemspec (modified) (3 diffs)
- trunk/test (deleted)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/CHANGELOG
r439 r441 1 1 == SVN 2 3 == 1.99.15 (Mar 27, 2008) 4 5 * moved vmbuilder_plugins out of deprec dir 2 6 3 7 == 1.99.14 (Feb 21, 2008) trunk/deprec.gemspec
r437 r441 1 1 require 'rubygems' 2 3 # TODO We should use Hoe to make this easier: http://rubyforge.org/projects/seattlerb -- topfunky4 2 5 3 SPEC = Gem::Specification.new do |spec| … … 9 7 spec.homepage = 'http://www.deprec.org/' 10 8 spec.rubyforge_project = 'deprec' 11 spec.version = '1.99.1 4'9 spec.version = '1.99.15' 12 10 spec.summary = 'deployment recipes for capistrano' 13 11 spec.description = <<-EOF … … 17 15 EOF 18 16 spec.require_path = 'lib' 19 # spec.autorequire = 'deprec/recipes.rb'20 # spec.platform = Gem::Platform::Ruby21 # spec.required_ruby_version = '>= 1.6.8' # I don't know22 17 spec.add_dependency('capistrano', '> 2.0.0') 23 18 candidates = Dir.glob("{bin,docs,lib,test,resources}/**/*")
