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 +3 -0
- data/lib/eycap/{recipe.rb → recipes.rb} +0 -0
- data/lib/eycap/version.rb +1 -1
- metadata +4 -4
data/History.txt
CHANGED
|
File without changes
|
data/lib/eycap/version.rb
CHANGED
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.
|
|
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-
|
|
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/
|
|
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.
|
|
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
|