orchparty 2.0.2 → 2.0.3

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
  SHA256:
3
- metadata.gz: '094942f103771b85c3ddb7268baecd6c4b70becc95c78650052ef3a35ce37db7'
4
- data.tar.gz: 8d0bdaf761f6715801ecfce8663688e2cabad6e58c1584db9a2fd8c3d1154934
3
+ metadata.gz: 81cbf4dee8cf2042995f19b85c90e26f7f40eb73522901c6047fa5a6d0a57ce2
4
+ data.tar.gz: 8dfe9bfbcbd929b9be9e474e5766dee950e2fdd2dc0dc27e8035d10eebb24b69
5
5
  SHA512:
6
- metadata.gz: 68afad75c4294c80f6730835d554824679dd8151c0269abc35d8c0e8c4343ddb13f40d7d5575edd915d05dac7ceecbcbcf090acd0d5f44557d5d4c4fc95c7537
7
- data.tar.gz: 1e527f6cccb2b8b352f6885a112113f14c0d526ec1393eae3ae75008aebbf4cb5382ca5c14bc5010d1c3a945ac8eeb98ef7ef9c99cd9fe4b825f16417f0451d1
6
+ metadata.gz: 14d764436e9341c27d103ec925380b0bfc327c98a415dbbbb8f9f1b40ac841fa1de0a99ec8a755aa28c99229cc94dba78ed85376d04909f6a8ea0a0840108541
7
+ data.tar.gz: 5504256f032f38c2334958b1591dd5c51b063b4c27d597cd938eb06766c72eb12f6eb3a58bb831cb893ecd024feb57d526f7f8588a81674ec92c3236b4d667a3
@@ -1,3 +1,3 @@
1
1
  module Orchparty
2
- VERSION = "2.0.2"
2
+ VERSION = "2.0.3"
3
3
  end
data/orchparty.gemspec CHANGED
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
14
14
  With this gem you can write docker-compose like orchestration configuration with a Ruby DSL, that supports mixins, imports and variables.!
15
15
  Out of this you can generate docker-compose.yml v1 or v2.
16
16
  EOF
17
- spec.homepage = "https://orch.party"
17
+ spec.homepage = "https://github.com/jannishuebl/orchparty"
18
18
  spec.license = "LGPL-3.0"
19
19
 
20
20
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: orchparty
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
4
+ version: 2.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jannis Huebl
@@ -153,7 +153,7 @@ files:
153
153
  - lib/orchparty/transformations/variable.rb
154
154
  - lib/orchparty/version.rb
155
155
  - orchparty.gemspec
156
- homepage: https://orch.party
156
+ homepage: https://github.com/jannishuebl/orchparty
157
157
  licenses:
158
158
  - LGPL-3.0
159
159
  metadata: {}