uffizzi_core 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d74f053e95889cc81420df79037dae73dfec491ad003336bd483c2a11fd85a54
4
- data.tar.gz: f88cad281aebeff5539974da55309605475611b44334cf8123d02ace07a3a605
3
+ metadata.gz: 5a6a5a5e07ef682bca2fc1b22a628cc093282f720f3a98a18ee290d84a05c5fc
4
+ data.tar.gz: 50e1ec427b2cd4227f357b57707f9151edb2e2db62a77ee8e7f149652bd66e7d
5
5
  SHA512:
6
- metadata.gz: 47e76bf5ed74fdbb986df1400784439ada1bea3a045af398adcfae52bbb7baf7c3b81b5ea5c8c2c31100be30b3b99aea70dcda6a60ab67aecc860685d8b98fce
7
- data.tar.gz: d668aa5535639216a3ad4b6cde717ddc363f3754ae1dd1c1b5d7d43da995c7829f1f14ac1dd496af60f6dc495e11099f2f23769e4aabe7647d3972ce7fdccc15
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module UffizziCore
4
- VERSION = '0.4.0'
4
+ VERSION = '0.4.1'
5
5
  end
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.0
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-08 00:00:00.000000000 Z
12
+ date: 2022-08-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: aasm