eycap 0.5.20 → 0.5.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,6 @@
1
+ == 0.5.21 / 2011-11-29
2
+ * merged pull request #26 - symlink ey_bundler_binstubs to bin
3
+
1
4
  == 0.5.20 / 2011-07-21
2
5
  * merged pull request #25 - added :except clause for non-nginx app servers
3
6
  * merged pull request #24 - exclude 'test' and 'development' in bundler
@@ -1,3 +1,3 @@
1
1
  module Eycap
2
- VERSION = '0.5.18'
2
+ VERSION = '0.5.21'
3
3
  end
@@ -4,6 +4,7 @@ Capistrano::Configuration.instance(:must_exist).load do
4
4
  task :bundle_gems do
5
5
  run "mkdir -p #{shared_path}/bundled_gems"
6
6
  run "if [ -f #{release_path}/Gemfile ]; then cd #{release_path} && bundle install --without=test development --binstubs #{release_path}/bin --path #{shared_path}/bundled_gems; fi"
7
+ run "ln -nfs #{release_path}/bin #{release_path}/ey_bundler_binstubs"
7
8
  end
8
9
  after "deploy:symlink_configs","bundler:bundle_gems"
9
10
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eycap
3
3
  version: !ruby/object:Gem::Version
4
- hash: 35
4
+ hash: 33
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 20
10
- version: 0.5.20
9
+ - 21
10
+ version: 0.5.21
11
11
  platform: ruby
12
12
  authors:
13
13
  - Engine Yard
@@ -15,7 +15,8 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-07-19 00:00:00 Z
18
+ date: 2011-07-19 00:00:00 -04:00
19
+ default_executable:
19
20
  dependencies:
20
21
  - !ruby/object:Gem::Dependency
21
22
  name: capistrano
@@ -93,6 +94,7 @@ files:
93
94
  - lib/eycap/recipes/resque.rb
94
95
  - test/test_eycap.rb
95
96
  - test/test_helper.rb
97
+ has_rdoc: true
96
98
  homepage: http://github.com/engineyard/eycap
97
99
  licenses: []
98
100
 
@@ -123,7 +125,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
123
125
  requirements: []
124
126
 
125
127
  rubyforge_project: eycap
126
- rubygems_version: 1.8.5
128
+ rubygems_version: 1.6.2
127
129
  signing_key:
128
130
  specification_version: 2
129
131
  summary: Capistrano tasks for Engine Yard private cloud.