capistrano-foreman-systemd 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 20f43f605bd054bd0b93f27ed3a489dfa3196472
4
- data.tar.gz: 8372b1200313fadf256ac4c47b9d708a65e8a437
3
+ metadata.gz: a12ad4934fe8677be0accaa7eadea09a35db9aa9
4
+ data.tar.gz: adade7f34825fff1ecca01e4a7c10a1fd2bf56df
5
5
  SHA512:
6
- metadata.gz: a5d9425c6c5376250d56dda5755a16f3575a69d5c3f8388782df7e68e84aa2ec0b98d9ac7cad9afd2a3c02e83e7b3756a1b5b3b83b0d6c943b73b71aef94c9aa
7
- data.tar.gz: b9d42e2b9849aca49bc09d01cb3dbc4538c004fd7a2ea1051ecbde4f01061470fb2ef415cdcfe9bfac34c264c6881966eaea6f4d6ebc6a303541ce3fea7bbfa7
6
+ metadata.gz: 900200d96945628018aee8f9c8960699b69220376a370c97469816e98e890a25566bebb24932510cf50becb0441b131b950488f7117e8f0b235cc832158652cc
7
+ data.tar.gz: fb629eb1dc347c670c5c8c7d323b4017cd475898ab4f6fd588c10b400aa114fdfaa48fe4baef41669174ce348f88d8ad38fb972c2094af1328f0a2cf7813002f
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = 'capistrano-foreman-systemd'
7
- spec.version = '0.0.4'
7
+ spec.version = '0.0.5'
8
8
  spec.authors = ['Adrian Serafin']
9
9
  spec.email = ['adrian@softmad.pl']
10
10
  spec.description = %q{Foreman and systemd tasks for Capistrano 3.x}
@@ -52,7 +52,7 @@ namespace :foreman do
52
52
  options[:port] = fetch(:foreman_port) if fetch(:foreman_port)
53
53
  options[:user] = fetch(:foreman_user) if fetch(:foreman_user)
54
54
 
55
- execute :foreman, 'export', fetch(:foreman_export_format), fetch(:foreman_export_path),
55
+ sudo :foreman, 'export', fetch(:foreman_export_format), fetch(:foreman_export_path),
56
56
  options.map{ |k, v| "--#{k}='#{v}'" }, fetch(:foreman_flags)
57
57
  end
58
58
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-foreman-systemd
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adrian Serafin