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: 52617fe8010bc51b880d65e633ffb5c6c3d3bd98
4
- data.tar.gz: 390d9b696a415bede59ece2b65e7d7eaf64b9aac
3
+ metadata.gz: 838899dcc08ac147dd594bc64d102c36c23202a4
4
+ data.tar.gz: b90b0af757fd3e0c1e4d5c73f9eeddfbdca3408a
5
5
  SHA512:
6
- metadata.gz: 536f2e948fdd848ddf4c8d8ae0f46948aa004fdd34b1f311ef097b24bd5f64ccbc01aa2f3b35944168dcfd658e55c8566a162262aef46a9c9df700b820ed2b56
7
- data.tar.gz: 53fa20f8d0f38ae33ada880764a3d7c99c23dd0876bd11f832d6173b0596a780d86c164a799d99b210ce104a2c9ea97cdd002da08a871991e6cf1596e15e693c
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| sum + 1 if target.split(':').first == env.split(':').first }
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
@@ -1,4 +1,4 @@
1
1
  # Provides a global version number
2
2
  module Fulmar
3
- VERSION = '1.4.1'
3
+ VERSION = '1.4.2'
4
4
  end
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.1
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-14 00:00:00.000000000 Z
12
+ date: 2015-04-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler