uffizzi-cli 2.4.11 → 2.4.12
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 +4 -4
- data/lib/uffizzi/services/env_variables_service.rb +1 -1
- data/lib/uffizzi/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fa50e209ee9414f0a1c978580419bebfc0a4b7bf708caae3ed0a3d0de6f6fcbe
|
4
|
+
data.tar.gz: '09539ddf6332d0c0ec8b2d3d6a88dddc3fb3212930a2e9d3ab26f16603c69b5e'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 596a54a49aa5bf51fc5dcc9ef69bde3fade802e33096c01f5420d2b6f9f0e7be7a9da594e59c61598442d39ed8029cc0dc6168e47294c1b6df09b56ca53957f6
|
7
|
+
data.tar.gz: 79ee7a703def19f480511a39388d4f89ff1d711ef25176118d444548bec21a94933018a6dd37cbb3948efc362e73188dd8637ea1d6bd44a254a421e315252606
|
@@ -7,7 +7,7 @@ require 'base64'
|
|
7
7
|
class EnvVariablesService
|
8
8
|
class << self
|
9
9
|
def substitute_env_variables(compose_file_data)
|
10
|
-
compose_file_data.gsub(
|
10
|
+
compose_file_data.gsub(/(?<![^ \t\n])\${1,2}\{?([?:\-_A-Za-z0-9]+)\}?/) do |variable|
|
11
11
|
next variable if variable.start_with?('$$')
|
12
12
|
|
13
13
|
variable_content = variable.match(/[?:\-_A-Za-z0-9]+/).to_s
|
data/lib/uffizzi/version.rb
CHANGED
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: uffizzi-cli
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.4.
|
4
|
+
version: 2.4.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Josh Thurman
|
8
8
|
- Grayson Adkins
|
9
|
-
autorequire:
|
9
|
+
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2025-02-25 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activesupport
|
@@ -621,7 +621,7 @@ metadata:
|
|
621
621
|
homepage_uri: https://uffizzi.com
|
622
622
|
source_code_uri: https://github.com/UffizziCloud/uffizzi_cli
|
623
623
|
changelog_uri: https://github.com/UffizziCloud/uffizzi_cli/blob/master/CHANGELOG.md
|
624
|
-
post_install_message:
|
624
|
+
post_install_message:
|
625
625
|
rdoc_options: []
|
626
626
|
require_paths:
|
627
627
|
- lib
|
@@ -636,8 +636,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
636
636
|
- !ruby/object:Gem::Version
|
637
637
|
version: '0'
|
638
638
|
requirements: []
|
639
|
-
rubygems_version: 3.
|
640
|
-
signing_key:
|
639
|
+
rubygems_version: 3.4.20
|
640
|
+
signing_key:
|
641
641
|
specification_version: 4
|
642
642
|
summary: uffizzi-cli
|
643
643
|
test_files: []
|