public
Rubygem
Description: Engine Yard specific capistrano recipes
Clone URL: git://github.com/engineyard/eycap.git
Search Repo:
Add the juggernaut recipes to the main loading script and fix the gemspec
halorgium (author)
Sun May 11 20:29:10 -0700 2008
commit  c4543b9bb5f013d72556ce4e5876f4718a9f1c16
tree    789aa4a8efba2915a6b43e5a5b3c67f9f2344d2b
parent  06599a2a454f6640d932053f7720ec45584edb44
...
1
2
3
4
...
 
1
2
3
0
@@ -1,4 +1,3 @@
0
-(in /Volumes/CaseSensitive2/Projects/eycap)
0
 Gem::Specification.new do |s|
0
   s.name = %q{eycap}
0
   s.version = "0.3.3"
...
12
13
14
 
15
16
17
...
12
13
14
15
16
17
18
0
@@ -12,6 +12,7 @@
0
 require 'eycap/recipes/solr'
0
 require 'eycap/recipes/monit'
0
 require 'eycap/recipes/tomcat'
0
+require 'eycap/recipes/juggernaut'
0
 
0
 Capistrano::Configuration.instance(:must_exist).load do
0
   

Comments

    No one has commented yet.