dip 8.2.0 → 8.2.1

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 +3 -3
  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: 7b28b63d4e0070c1034ad950d1266862d2c454e866854f2a976eed4699332d91
4
+ data.tar.gz: 383bfce092620e1c9591e0f312d802d480e759a969701bf68d04933d61a5c30f
5
5
  SHA512:
6
- metadata.gz: 826f6e63b2cd65d20f6bfc00b545a7b5f60d6068786df01f841d92de1179d69fcced9605f65a3e4bfbcace583e5a20e7e8a660359ff2922685a02fae60c8c5c3
7
- data.tar.gz: 5e583069000503b70df8a8466605d905c4937b931b53734de57486662a93a1f1991a51363e46687eeb4664879ece0ae1c9db56f9a76b57a6e5c478fa5e8d4ee9
6
+ metadata.gz: 4381b03ae837b07db75bb867a747c5d2d0ec5a1a6930dff822af84fb2d1bbb779c4eabf51107e737e712c59faf37aac84dd7d7527fc442569504952e840520f4
7
+ data.tar.gz: ae5e0d478a4e6e3d1134ff0ef4b5b7fdce650a3bedfd7f5bf9f9186070d1380666236c10cafc0d6fc2d847fed89109907adf1ce09d98536270b1085a82f86e69
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.1"
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,7 +191,7 @@
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": {
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.1
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