dip 8.2.0 → 8.2.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/dip/version.rb +1 -1
  3. data/schema.json +5 -5
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f0797622a68dc23c6c015addd9a97dfe57d9c5cca6b4981054dbac9f5f7602c9
4
- data.tar.gz: bdb1277acfa498846fdd737a13058dc1dfc272fbd7196d21e4cbfeefaf13b3a6
3
+ metadata.gz: 80875b630f23c78d3358e7574bfedb2ce6fb9d9c5c02d61487e4097f8c9f801a
4
+ data.tar.gz: 82ac0e4034ef125d477a5e696035f3dd49b08a541d240a9d556b9ea947c3fac9
5
5
  SHA512:
6
- metadata.gz: 826f6e63b2cd65d20f6bfc00b545a7b5f60d6068786df01f841d92de1179d69fcced9605f65a3e4bfbcace583e5a20e7e8a660359ff2922685a02fae60c8c5c3
7
- data.tar.gz: 5e583069000503b70df8a8466605d905c4937b931b53734de57486662a93a1f1991a51363e46687eeb4664879ece0ae1c9db56f9a76b57a6e5c478fa5e8d4ee9
6
+ metadata.gz: 17b348c267b0d55b95cf1050a77e0b2c66a828e48745c2e6aa3c6ceb8f12df4f460e0df982d2f301426745cd7135fce33c40f1dcd5a54a5bef1ff7c8e07cf713
7
+ data.tar.gz: 513bcbd9476a500dbeaa6d633ed88657e4209c9725be78e868be5c7d1ef039433f644b852cd99f9862fdd7f481f55cea2f674be1a4983f1dce86d19bedc7d9e8
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.0"
4
+ VERSION = "8.2.2"
5
5
  end
data/schema.json CHANGED
@@ -94,7 +94,7 @@
94
94
  "type": "object",
95
95
  "description": "Contains subcommands with the same structure as main commands",
96
96
  "patternProperties": {
97
- "^[a-zA-Z0-9_]+$": {
97
+ "^[\\w\\-.:/\\s]+$": {
98
98
  "$ref": "#/definitions/interaction_command"
99
99
  }
100
100
  },
@@ -142,7 +142,7 @@
142
142
  "type": "object",
143
143
  "description": "Defines the commands and their configurations",
144
144
  "patternProperties": {
145
- "^[a-zA-Z0-9_]+$": {
145
+ "^[\\w\\-.:/\\s]+$": {
146
146
  "$ref": "#/definitions/interaction_command"
147
147
  }
148
148
  },
@@ -191,13 +191,13 @@
191
191
  "description": "Contains infrastructure services configuration",
192
192
  "additionalProperties": false,
193
193
  "patternProperties": {
194
- "^[a-zA-Z0-9_]+$": {
194
+ "^[\\w\\-.:/\\s]+$": {
195
195
  "type": "object",
196
196
  "additionalProperties": false,
197
197
  "properties": {
198
198
  "git": {
199
199
  "type": "string",
200
- "pattern": "^(git@|git://|https?://)[\\w\\d\\.@:\\-/]+$",
200
+ "pattern": "^(git@|git://|https?://)[\\w\\d.@:/\\-]+$",
201
201
  "description": "Git repository URL for the infrastructure component",
202
202
  "examples": ["https://github.com/mycompany/redis-config.git"]
203
203
  },
@@ -220,5 +220,5 @@
220
220
  }
221
221
  }
222
222
  },
223
- "required": ["version", "interaction"]
223
+ "required": ["version"]
224
224
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dip
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.2.0
4
+ version: 8.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - bibendi
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-11-25 00:00:00.000000000 Z
11
+ date: 2024-11-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor