eycap 0.6.3 → 0.6.4

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.
data/History.txt CHANGED
@@ -1,3 +1,6 @@
1
+ == 0.6.4 / 2012-10-04
2
+ * Fix the incorrect pluralization of "eycap/recipes" file because eycap would not include itself anymore.
3
+
1
4
  == 0.6.3 / 2012-09-21
2
5
  * Changing all /engineyard/bin/unicorn tasks in unicorn recipe to run.
3
6
 
File without changes
data/lib/eycap/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Eycap
2
- VERSION = '0.6.3'
2
+ VERSION = '0.6.4'
3
3
  end
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eycap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.3
4
+ version: 0.6.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-09-21 00:00:00.000000000 Z
13
+ date: 2012-10-04 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: capistrano
@@ -96,7 +96,7 @@ files:
96
96
  - lib/eycap.rb
97
97
  - lib/eycap/lib/ey_logger.rb
98
98
  - lib/eycap/lib/ey_logger_hooks.rb
99
- - lib/eycap/recipe.rb
99
+ - lib/eycap/recipes.rb
100
100
  - lib/eycap/recipes/apache.rb
101
101
  - lib/eycap/recipes/backgroundrb.rb
102
102
  - lib/eycap/recipes/bundler.rb
@@ -142,7 +142,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
142
142
  version: '0'
143
143
  requirements: []
144
144
  rubyforge_project:
145
- rubygems_version: 1.8.24
145
+ rubygems_version: 1.8.23
146
146
  signing_key:
147
147
  specification_version: 3
148
148
  summary: Recipes that help automate the processes of the Engine Yard stack for users