dip 8.2.2 → 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 +14 -2
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 80875b630f23c78d3358e7574bfedb2ce6fb9d9c5c02d61487e4097f8c9f801a
4
- data.tar.gz: 82ac0e4034ef125d477a5e696035f3dd49b08a541d240a9d556b9ea947c3fac9
3
+ metadata.gz: 517d3e67f9ef9adb70103d135dd6569b2adcc95f8b47c2263ff24627b9b0af87
4
+ data.tar.gz: 223107379a499fcd0724d30b4cab55336a84d1c196f33d71895d9459411fce24
5
5
  SHA512:
6
- metadata.gz: 17b348c267b0d55b95cf1050a77e0b2c66a828e48745c2e6aa3c6ceb8f12df4f460e0df982d2f301426745cd7135fce33c40f1dcd5a54a5bef1ff7c8e07cf713
7
- data.tar.gz: 513bcbd9476a500dbeaa6d633ed88657e4209c9725be78e868be5c7d1ef039433f644b852cd99f9862fdd7f481f55cea2f674be1a4983f1dce86d19bedc7d9e8
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.2"
4
+ VERSION = "8.2.4"
5
5
  end
data/schema.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "type": "object",
10
10
  "description": "Defines environment variables",
11
11
  "additionalProperties": {
12
- "type": "string"
12
+ "type": ["string", "boolean", "number"]
13
13
  },
14
14
  "examples": [
15
15
  { "RAILS_ENV": "development" },
@@ -90,6 +90,18 @@
90
90
  "type": "string",
91
91
  "description": "Specifies the runner (e.g., docker_compose, kubectl)"
92
92
  },
93
+ "pod": {
94
+ "type": "string",
95
+ "description": "Specifies the pod for the kubectl runner"
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
+ },
93
105
  "subcommands": {
94
106
  "type": "object",
95
107
  "description": "Contains subcommands with the same structure as main commands",
@@ -213,7 +225,7 @@
213
225
  }
214
226
  },
215
227
  "oneOf": [
216
- { "required": ["git", "ref"] },
228
+ { "required": ["git"] },
217
229
  { "required": ["path"] }
218
230
  ]
219
231
  }
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.2
4
+ version: 8.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - bibendi