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 +4 -4
- data/capistrano-foreman.gemspec +1 -1
- data/lib/capistrano/tasks/foreman.rake +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a12ad4934fe8677be0accaa7eadea09a35db9aa9
|
4
|
+
data.tar.gz: adade7f34825fff1ecca01e4a7c10a1fd2bf56df
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 900200d96945628018aee8f9c8960699b69220376a370c97469816e98e890a25566bebb24932510cf50becb0441b131b950488f7117e8f0b235cc832158652cc
|
7
|
+
data.tar.gz: fb629eb1dc347c670c5c8c7d323b4017cd475898ab4f6fd588c10b400aa114fdfaa48fe4baef41669174ce348f88d8ad38fb972c2094af1328f0a2cf7813002f
|
data/capistrano-foreman.gemspec
CHANGED
@@ -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.
|
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
|
-
|
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
|