factorylabs-fdlcap 0.3.17 → 0.3.18
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/fdlcap.gemspec +1 -1
- data/lib/fdlcap/recipes/geminstaller.rb +2 -1
- metadata +2 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.3.
|
1
|
+
0.3.18
|
data/fdlcap.gemspec
CHANGED
@@ -20,7 +20,8 @@ Capistrano::Configuration.instance(:must_exist).load do
|
|
20
20
|
task :run, :only => { :geminstaller => true } do
|
21
21
|
as = fetch(:runner, "app")
|
22
22
|
via = fetch(:run_method, :sudo)
|
23
|
-
|
23
|
+
use_geminstaller_sudo = fetch(:geminstaller_sudo, false)
|
24
|
+
invoke_command "/usr/bin/geminstaller #{use_geminstaller_sudo ? '-s' : ''} -c #{current_path}/config/geminstaller.yml --geminstaller-output=all --rubygems-output=all", :via => via, :as => as
|
24
25
|
end
|
25
26
|
|
26
27
|
desc <<-DESC
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: factorylabs-fdlcap
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.18
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Factory Design Labs
|
@@ -108,7 +108,6 @@ files:
|
|
108
108
|
- test/test_helper.rb
|
109
109
|
has_rdoc: false
|
110
110
|
homepage: http://github.com/factorylabs/fdlcap
|
111
|
-
licenses:
|
112
111
|
post_install_message:
|
113
112
|
rdoc_options:
|
114
113
|
- --charset=UTF-8
|
@@ -129,7 +128,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
129
128
|
requirements: []
|
130
129
|
|
131
130
|
rubyforge_project:
|
132
|
-
rubygems_version: 1.
|
131
|
+
rubygems_version: 1.2.0
|
133
132
|
signing_key:
|
134
133
|
specification_version: 3
|
135
134
|
summary: a set of capistrano recipies we use regularly at Factory Design Labs
|