dip 8.2.3 → 8.2.4

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/dip/version.rb +1 -1
  3. data/schema.json +8 -8
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cef4c76593a2af78a46a3e9fb36d642f912b87dc8b939e1e0a580f62c3f5d33b
4
- data.tar.gz: e2afdd5cfb201523ad972b6cc41997eba442818613aa1ced80fe05e70e57d43b
3
+ metadata.gz: 517d3e67f9ef9adb70103d135dd6569b2adcc95f8b47c2263ff24627b9b0af87
4
+ data.tar.gz: 223107379a499fcd0724d30b4cab55336a84d1c196f33d71895d9459411fce24
5
5
  SHA512:
6
- metadata.gz: 54352e613f428a907d2ba006cadac8ec34272830986724a91a80ca733bda2f08321d77bc64320c5912fd2242d2f9dbb7b4a1db962cf56230f36c9883f74571e9
7
- data.tar.gz: ce55bf08b13e369da2189d9e416249a5cb7421edc44066eae3c87645f6a373af92ea498aa3a24323f588e492701769ae6a555a4911f465b3f0e647eea28384d4
6
+ metadata.gz: 1347cebef78a36db54d5842376755eb3329021dbe780c1ba7fdde0bc2662b796ffbcbc731c4472ba83bb3dd5f67175d1351aea9970397c40fcae346265ac783c
7
+ data.tar.gz: 4b4cd090e8b944a0cba7b98f0ffd422cc6bfb0e1e53bc25339ded9a4924884321206c30fc4862e3bcddbf87b9790e317b9c718aa36d3d4d4c678a16ae38d9f2a
data/lib/dip/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Dip
4
- VERSION = "8.2.3"
4
+ VERSION = "8.2.4"
5
5
  end
data/schema.json CHANGED
@@ -68,14 +68,6 @@
68
68
  "description": "Options to pass to the 'docker-compose run' command",
69
69
  "examples": [["service-ports", "rm"]]
70
70
  },
71
- "compose_run_options": {
72
- "type": "array",
73
- "items": {
74
- "type": "string"
75
- },
76
- "description": "DEPRECATED: Options to pass to the 'docker-compose run' command",
77
- "examples": [["service-ports", "rm"]]
78
- },
79
71
  "profiles": {
80
72
  "type": "array",
81
73
  "items": {
@@ -102,6 +94,14 @@
102
94
  "type": "string",
103
95
  "description": "Specifies the pod for the kubectl runner"
104
96
  },
97
+ "compose_run_options": {
98
+ "type": "array",
99
+ "items": {
100
+ "type": "string"
101
+ },
102
+ "description": "DEPRECATED: Options to pass to the 'docker-compose run' command",
103
+ "examples": [["service-ports", "rm"]]
104
+ },
105
105
  "subcommands": {
106
106
  "type": "object",
107
107
  "description": "Contains subcommands with the same structure as main commands",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dip
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.2.3
4
+ version: 8.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - bibendi