alpha_omega 0.0.34 → 0.0.35
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 +3 -1
- data/recipes/alpha_omega/version.rb +1 -1
- metadata +23 -23
data/Gemfile.lock
CHANGED
|
@@ -44,6 +44,8 @@ Capistrano::Configuration.instance(:must_exist).load do |config|
|
|
|
44
44
|
_cset :ruby_env, false
|
|
45
45
|
_cset :ruby_rvm, false
|
|
46
46
|
|
|
47
|
+
_cset :bundler_options, "--deployment --without development test"
|
|
48
|
+
|
|
47
49
|
# =========================================================================
|
|
48
50
|
# These variables should NOT be changed unless you are very confident in
|
|
49
51
|
# what you are doing. Make sure you understand all the implications of your
|
|
@@ -501,7 +503,7 @@ end
|
|
|
501
503
|
end
|
|
502
504
|
|
|
503
505
|
run_script += <<-SCRIPT
|
|
504
|
-
bundle check 2>&1 > /dev/null || { bundle install --
|
|
506
|
+
bundle check 2>&1 > /dev/null || { bundle install --quiet --local #{bundler_options} && bundle check; };
|
|
505
507
|
SCRIPT
|
|
506
508
|
|
|
507
509
|
run run_script.gsub(/[\n\r]+[ \t]+/, " ")
|
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: 89
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 35
|
|
10
|
+
version: 0.0.35
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- David Nghiem
|
|
@@ -20,9 +20,9 @@ date: 2011-08-31 00:00:00 +00:00
|
|
|
20
20
|
default_executable:
|
|
21
21
|
dependencies:
|
|
22
22
|
- !ruby/object:Gem::Dependency
|
|
23
|
-
|
|
23
|
+
prerelease: false
|
|
24
24
|
type: :runtime
|
|
25
|
-
|
|
25
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
|
26
26
|
none: false
|
|
27
27
|
requirements:
|
|
28
28
|
- - ">="
|
|
@@ -31,12 +31,12 @@ dependencies:
|
|
|
31
31
|
segments:
|
|
32
32
|
- 0
|
|
33
33
|
version: "0"
|
|
34
|
-
|
|
35
|
-
|
|
34
|
+
version_requirements: *id001
|
|
35
|
+
name: grit
|
|
36
36
|
- !ruby/object:Gem::Dependency
|
|
37
|
-
|
|
37
|
+
prerelease: false
|
|
38
38
|
type: :runtime
|
|
39
|
-
|
|
39
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
|
40
40
|
none: false
|
|
41
41
|
requirements:
|
|
42
42
|
- - ">="
|
|
@@ -45,12 +45,12 @@ dependencies:
|
|
|
45
45
|
segments:
|
|
46
46
|
- 0
|
|
47
47
|
version: "0"
|
|
48
|
-
|
|
49
|
-
|
|
48
|
+
version_requirements: *id002
|
|
49
|
+
name: HeSYINUvSBZfxqA-foreman
|
|
50
50
|
- !ruby/object:Gem::Dependency
|
|
51
|
-
|
|
51
|
+
prerelease: false
|
|
52
52
|
type: :runtime
|
|
53
|
-
|
|
53
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
|
54
54
|
none: false
|
|
55
55
|
requirements:
|
|
56
56
|
- - ">="
|
|
@@ -59,12 +59,12 @@ dependencies:
|
|
|
59
59
|
segments:
|
|
60
60
|
- 0
|
|
61
61
|
version: "0"
|
|
62
|
-
|
|
63
|
-
|
|
62
|
+
version_requirements: *id003
|
|
63
|
+
name: HeSYINUvSBZfxqA-capistrano
|
|
64
64
|
- !ruby/object:Gem::Dependency
|
|
65
|
-
|
|
65
|
+
prerelease: false
|
|
66
66
|
type: :runtime
|
|
67
|
-
|
|
67
|
+
requirement: &id004 !ruby/object:Gem::Requirement
|
|
68
68
|
none: false
|
|
69
69
|
requirements:
|
|
70
70
|
- - ">="
|
|
@@ -73,12 +73,12 @@ dependencies:
|
|
|
73
73
|
segments:
|
|
74
74
|
- 0
|
|
75
75
|
version: "0"
|
|
76
|
-
|
|
77
|
-
|
|
76
|
+
version_requirements: *id004
|
|
77
|
+
name: HeSYINUvSBZfxqA-capistrano_colors
|
|
78
78
|
- !ruby/object:Gem::Dependency
|
|
79
|
-
|
|
79
|
+
prerelease: false
|
|
80
80
|
type: :runtime
|
|
81
|
-
|
|
81
|
+
requirement: &id005 !ruby/object:Gem::Requirement
|
|
82
82
|
none: false
|
|
83
83
|
requirements:
|
|
84
84
|
- - ">="
|
|
@@ -87,8 +87,8 @@ dependencies:
|
|
|
87
87
|
segments:
|
|
88
88
|
- 0
|
|
89
89
|
version: "0"
|
|
90
|
-
|
|
91
|
-
|
|
90
|
+
version_requirements: *id005
|
|
91
|
+
name: HeSYINUvSBZfxqA-capistrano_log
|
|
92
92
|
description: Common reciples for persistent capistrano releases
|
|
93
93
|
email:
|
|
94
94
|
- nghidav@gmail.com
|