alpha_omega 0.0.36 → 0.0.37
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/Gemfile.lock +1 -1
- data/recipes/alpha_omega/deploy.rb +19 -0
- data/recipes/alpha_omega/version.rb +1 -1
- metadata +17 -15
data/Gemfile.lock
CHANGED
|
@@ -304,6 +304,25 @@ end
|
|
|
304
304
|
task :restart, :roles => :app, :except => { :no_release => true } do
|
|
305
305
|
end
|
|
306
306
|
|
|
307
|
+
desc <<-DESC
|
|
308
|
+
Builds binaries (like assets, jars, format conversions for distribution
|
|
309
|
+
by deploy:dist.
|
|
310
|
+
DESC
|
|
311
|
+
task :build, :roles => :build, :except => { :no_release => true } do
|
|
312
|
+
end
|
|
313
|
+
|
|
314
|
+
desc <<-DESC
|
|
315
|
+
Distribute binaries built in deploy:build.
|
|
316
|
+
DESC
|
|
317
|
+
task :dist, :roles => :app, :except => { :no_release => true } do
|
|
318
|
+
end
|
|
319
|
+
|
|
320
|
+
desc <<-DESC
|
|
321
|
+
Apply microwave tvdinners to a release directory.
|
|
322
|
+
DESC
|
|
323
|
+
task :cook, :roles => :app, :except => { :no_release => true } do
|
|
324
|
+
end
|
|
325
|
+
|
|
307
326
|
desc <<-DESC
|
|
308
327
|
Compares your application.
|
|
309
328
|
DESC
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: alpha_omega
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 85
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 37
|
|
10
|
+
version: 0.0.37
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- David Nghiem
|
|
@@ -16,9 +16,12 @@ autorequire:
|
|
|
16
16
|
bindir: bin
|
|
17
17
|
cert_chain: []
|
|
18
18
|
|
|
19
|
-
date: 2011-08-31 00:00:00
|
|
19
|
+
date: 2011-08-31 00:00:00 +00:00
|
|
20
|
+
default_executable:
|
|
20
21
|
dependencies:
|
|
21
22
|
- !ruby/object:Gem::Dependency
|
|
23
|
+
name: grit
|
|
24
|
+
prerelease: false
|
|
22
25
|
requirement: &id001 !ruby/object:Gem::Requirement
|
|
23
26
|
none: false
|
|
24
27
|
requirements:
|
|
@@ -29,10 +32,10 @@ dependencies:
|
|
|
29
32
|
- 0
|
|
30
33
|
version: "0"
|
|
31
34
|
type: :runtime
|
|
32
|
-
prerelease: false
|
|
33
|
-
name: grit
|
|
34
35
|
version_requirements: *id001
|
|
35
36
|
- !ruby/object:Gem::Dependency
|
|
37
|
+
name: HeSYINUvSBZfxqA-foreman
|
|
38
|
+
prerelease: false
|
|
36
39
|
requirement: &id002 !ruby/object:Gem::Requirement
|
|
37
40
|
none: false
|
|
38
41
|
requirements:
|
|
@@ -43,10 +46,10 @@ dependencies:
|
|
|
43
46
|
- 0
|
|
44
47
|
version: "0"
|
|
45
48
|
type: :runtime
|
|
46
|
-
prerelease: false
|
|
47
|
-
name: HeSYINUvSBZfxqA-foreman
|
|
48
49
|
version_requirements: *id002
|
|
49
50
|
- !ruby/object:Gem::Dependency
|
|
51
|
+
name: HeSYINUvSBZfxqA-capistrano
|
|
52
|
+
prerelease: false
|
|
50
53
|
requirement: &id003 !ruby/object:Gem::Requirement
|
|
51
54
|
none: false
|
|
52
55
|
requirements:
|
|
@@ -57,10 +60,10 @@ dependencies:
|
|
|
57
60
|
- 0
|
|
58
61
|
version: "0"
|
|
59
62
|
type: :runtime
|
|
60
|
-
prerelease: false
|
|
61
|
-
name: HeSYINUvSBZfxqA-capistrano
|
|
62
63
|
version_requirements: *id003
|
|
63
64
|
- !ruby/object:Gem::Dependency
|
|
65
|
+
name: HeSYINUvSBZfxqA-capistrano_colors
|
|
66
|
+
prerelease: false
|
|
64
67
|
requirement: &id004 !ruby/object:Gem::Requirement
|
|
65
68
|
none: false
|
|
66
69
|
requirements:
|
|
@@ -71,10 +74,10 @@ dependencies:
|
|
|
71
74
|
- 0
|
|
72
75
|
version: "0"
|
|
73
76
|
type: :runtime
|
|
74
|
-
prerelease: false
|
|
75
|
-
name: HeSYINUvSBZfxqA-capistrano_colors
|
|
76
77
|
version_requirements: *id004
|
|
77
78
|
- !ruby/object:Gem::Dependency
|
|
79
|
+
name: HeSYINUvSBZfxqA-capistrano_log
|
|
80
|
+
prerelease: false
|
|
78
81
|
requirement: &id005 !ruby/object:Gem::Requirement
|
|
79
82
|
none: false
|
|
80
83
|
requirements:
|
|
@@ -85,8 +88,6 @@ dependencies:
|
|
|
85
88
|
- 0
|
|
86
89
|
version: "0"
|
|
87
90
|
type: :runtime
|
|
88
|
-
prerelease: false
|
|
89
|
-
name: HeSYINUvSBZfxqA-capistrano_log
|
|
90
91
|
version_requirements: *id005
|
|
91
92
|
description: Common reciples for persistent capistrano releases
|
|
92
93
|
email:
|
|
@@ -1210,6 +1211,7 @@ files:
|
|
|
1210
1211
|
- website/vendor/cache/showoff-0.4.2.gem
|
|
1211
1212
|
- website/vendor/cache/sinatra-1.2.6.gem
|
|
1212
1213
|
- website/vendor/cache/tilt-1.3.2.gem
|
|
1214
|
+
has_rdoc: true
|
|
1213
1215
|
homepage: https://github.com/HeSYINUvSBZfxqA/alpha_omega
|
|
1214
1216
|
licenses: []
|
|
1215
1217
|
|
|
@@ -1239,7 +1241,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
1239
1241
|
requirements: []
|
|
1240
1242
|
|
|
1241
1243
|
rubyforge_project:
|
|
1242
|
-
rubygems_version: 1.
|
|
1244
|
+
rubygems_version: 1.5.3
|
|
1243
1245
|
signing_key:
|
|
1244
1246
|
specification_version: 3
|
|
1245
1247
|
summary: alpha_omega capistrano recipes
|