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 CHANGED
@@ -1 +1 @@
1
- 0.3.17
1
+ 0.3.18
data/fdlcap.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{fdlcap}
8
- s.version = "0.3.17"
8
+ s.version = "0.3.18"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Factory Design Labs"]
@@ -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
- invoke_command "/usr/bin/geminstaller -s -c #{current_path}/config/geminstaller.yml --geminstaller-output=all --rubygems-output=all", :via => via, :as => as
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.17
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.3.5
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