uffizzi_core 0.4.0 → 0.4.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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5a6a5a5e07ef682bca2fc1b22a628cc093282f720f3a98a18ee290d84a05c5fc
|
|
4
|
+
data.tar.gz: 50e1ec427b2cd4227f357b57707f9151edb2e2db62a77ee8e7f149652bd66e7d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0b69cbdcaa12a2800e80f5f6784813333b88fffbc1df28792cbc1c07ed78a6ba6e4ee0d7a38372db46ae99d22be36d2ef88377158145829ea2153901542f5f00
|
|
7
|
+
data.tar.gz: e121d4b060d698b4d3e07256ce7a977ec14d62a727ebd5ed9127b66d4a74ee4d29bf22327084573ae13b6d25d9a2111276610644d1f61fbb078dfa4ef01859a3
|
|
@@ -33,7 +33,7 @@ class UffizziCore::ComposeFile::Parsers::Services::ImageParserService
|
|
|
33
33
|
when 1
|
|
34
34
|
image_path_parts[0]
|
|
35
35
|
when 2
|
|
36
|
-
uri_pattern = /\A\w[\w.-]+:\d
|
|
36
|
+
uri_pattern = /\A\w[\w.-]+:\d+\//
|
|
37
37
|
tag_pattern = /:\w[\w.-]*\z/
|
|
38
38
|
if uri_pattern.match?(value)
|
|
39
39
|
"#{image_path_parts[0]}:#{image_path_parts[1]}"
|
|
@@ -21,3 +21,7 @@ en:
|
|
|
21
21
|
containers:
|
|
22
22
|
max_memory_limit_error: 'Memory limit of containers must be less than %{max}'
|
|
23
23
|
max_memory_request_error: 'Memory request of containers must be less than %{max}'
|
|
24
|
+
uffizzi_core/user:
|
|
25
|
+
attributes:
|
|
26
|
+
email:
|
|
27
|
+
invalid: Invalid email address
|
data/lib/uffizzi_core/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: uffizzi_core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Josh Thurman
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2022-08-
|
|
12
|
+
date: 2022-08-09 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: aasm
|