fulmar 1.4.1 → 1.4.2
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 838899dcc08ac147dd594bc64d102c36c23202a4
|
|
4
|
+
data.tar.gz: b90b0af757fd3e0c1e4d5c73f9eeddfbdca3408a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a92526dd266e9b820fb48e0e384103746b8e5b61473a7e9dd0eddbd30fdef7e811261fdf039e142334488bd86418123a45db50ffdf60baa21b5a53e5f97cf7b8
|
|
7
|
+
data.tar.gz: ea91d52ccec62ba8beabb5e68acd5d2e703b79005cfcf90743e986c59444c0bf87943ca3e0a62b75b4c68f274d1e762e561bf0845ad7f35129ff6eea6bd44005
|
|
@@ -13,7 +13,7 @@ module Fulmar
|
|
|
13
13
|
shell = Fulmar::Infrastructure::Service::ShellService.new(@config[:local_path])
|
|
14
14
|
@config.dependencies(env).each_pair do |_key, data|
|
|
15
15
|
next unless data[:type].blank? || data[:type] == 'git'
|
|
16
|
-
shell.run "git clone #{data[:source]} #{data[:path]}"
|
|
16
|
+
shell.run "git clone #{data[:source]} #{data[:path]} -q"
|
|
17
17
|
end
|
|
18
18
|
end
|
|
19
19
|
|
|
@@ -14,7 +14,7 @@ namespace :versions do
|
|
|
14
14
|
unless @versioned_servers.empty?
|
|
15
15
|
|
|
16
16
|
@versioned_servers.each_key do |env|
|
|
17
|
-
target_count = @versioned_servers.keys.reduce(0) { |sum, target|
|
|
17
|
+
target_count = @versioned_servers.keys.reduce(0) { |sum, target| target.split(':').first == env.split(':').first ? sum + 1 : sum }
|
|
18
18
|
namespace :list do
|
|
19
19
|
|
|
20
20
|
# Count of there are multiple targets within the environment
|
data/lib/fulmar/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fulmar
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.4.
|
|
4
|
+
version: 1.4.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jonas Siegl
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2015-04-
|
|
12
|
+
date: 2015-04-15 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|