orchparty 1.1.1 → 1.2.0

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: f77aa3dc24996926cad5c0a5d3283b6bfb69c244
4
- data.tar.gz: 4f081319f7f7845cd09bfc3e28d4d8be07fbce46
3
+ metadata.gz: 7f74508ff820e0b932d58aae5d6c8b3cfc41aa5e
4
+ data.tar.gz: d3043e2090e4558b10143b3c6a1f610725e17a43
5
5
  SHA512:
6
- metadata.gz: 50906a7757be08b7f816816b306b67c55652440154959f693caedc51b466fb61775fcf99927932657610801402c8f4c73364fa73a668fa9f6121e3cda8a074e9
7
- data.tar.gz: 0049a6badc9953ee9d2cb206272d87624cb4f97943702213e20fc9a8beab1a9b8bddb6c93e79428f6d754081d1d732c42decac4149b870588b59fa7e20bed582
6
+ metadata.gz: 6077deb22a2937260918f0cd91e909c2afd47a04f4ac119f22ff2cd0213bc66d2e488ff25cd17ebfd2aa399a3c9e2cb5e5122a30e8150c20fee1d7c806999f4a
7
+ data.tar.gz: 7f9796ec7cab612a71c7519800077bd093d61a75e80d360957493eda79b9c677abcc4136eab94f4bbeafef58780616680b8f50645729d33740d5de866875b608
@@ -24,7 +24,7 @@ module Orchparty
24
24
  service = service.to_h
25
25
  service.delete(:mix)
26
26
  [service.delete(:name), HashUtils.deep_stringify_keys(service.to_h)]
27
- end.to_h.to_yaml
27
+ end.to_h.to_yaml(line_width: -1)
28
28
  end
29
29
 
30
30
  end
@@ -35,7 +35,7 @@ module Orchparty
35
35
  }
36
36
  output_hash["volumes"] = transform_to_yaml(application.volumes) if application.volumes && !application.volumes.empty?
37
37
  output_hash["networks"] = transform_to_yaml(application.networks) if application.networks && !application.networks.empty?
38
- output_hash.to_yaml
38
+ output_hash.to_yaml(line_width: -1)
39
39
  end
40
40
  end
41
41
  end
@@ -1,3 +1,3 @@
1
1
  module Orchparty
2
- VERSION = "1.1.1"
2
+ VERSION = "1.2.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: orchparty
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jannis Huebl
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-08-14 00:00:00.000000000 Z
11
+ date: 2017-09-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: hashie
@@ -143,7 +143,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
143
143
  version: '0'
144
144
  requirements: []
145
145
  rubyforge_project:
146
- rubygems_version: 2.6.11
146
+ rubygems_version: 2.6.13
147
147
  signing_key:
148
148
  specification_version: 4
149
149
  summary: Write your orchestration configuration with a Ruby DSL that allows you to