public
Fork of mbailey/deprec
Description: master respository for deprec - deployment recipes for capistrano
Homepage: http://www.deprec.org/
Clone URL: git://github.com/paulreimer/deprec.git
Search Repo:
removed empty test dir


git-svn-id: svn://scm.deprecated.org/deprec/trunk@441 
479ab18a-db23-0410-b897-fa3724b950b0
mbailey (author)
Wed Mar 26 06:53:10 -0700 2008
commit  91e81de188e3f62a8679fd5054a99c5faeb7d1eb
tree    e565a3e99b1cc8b30e7df7148389850508571b29
parent  7f16bfcb35c1afc9605a98095d1c7e9ea4051c0b
...
1
2
 
 
 
 
3
4
5
...
1
2
3
4
5
6
7
8
9
0
@@ -1,5 +1,9 @@
0
 == SVN
0
 
0
+== 1.99.15 (Mar 27, 2008)
0
+
0
+* moved vmbuilder_plugins out of deprec dir
0
+
0
 == 1.99.14 (Feb 21, 2008)
0
 
0
 * monit template now uses :mongrel_port instead of 8000
...
1
2
3
4
5
6
7
8
9
10
11
 
12
13
14
...
16
17
18
19
20
21
22
23
24
...
1
2
 
 
3
4
5
6
7
8
 
9
10
11
12
...
14
15
16
 
 
 
17
18
19
0
@@ -1,14 +1,12 @@
0
 require 'rubygems'
0
 
0
-# TODO We should use Hoe to make this easier: http://rubyforge.org/projects/seattlerb -- topfunky
0
-
0
 SPEC = Gem::Specification.new do |spec|
0
   spec.name = 'deprec'
0
   spec.author = 'Mike Bailey'
0
   spec.email = 'mike@bailey.net.au'
0
   spec.homepage = 'http://www.deprec.org/'
0
   spec.rubyforge_project = 'deprec'
0
- spec.version = '1.99.14'
0
+ spec.version = '1.99.15'
0
   spec.summary = 'deployment recipes for capistrano'
0
   spec.description = <<-EOF
0
       This project provides libraries of Capistrano tasks and extensions to
0
@@ -16,9 +14,6 @@ SPEC = Gem::Specification.new do |spec|
0
       on linux servers.
0
   EOF
0
   spec.require_path = 'lib'
0
- # spec.autorequire = 'deprec/recipes.rb'
0
- # spec.platform = Gem::Platform::Ruby
0
- # spec.required_ruby_version = '>= 1.6.8' # I don't know
0
   spec.add_dependency('capistrano', '> 2.0.0')
0
   candidates = Dir.glob("{bin,docs,lib,test,resources}/**/*")
0
   candidates.concat(%w(COPYING LICENSE README.txt THANKS))

Comments

    No one has commented yet.