eac_ruby_utils 0.131.5 → 0.132.0
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: d495eb9aed9b90a87d50739a32a653e9be6712d5781dbeb846602b73f2f12bf2
|
|
4
|
+
data.tar.gz: 2f63060816193846affe116f06681a755ab581542efbb8df54a83b3c6520fd83
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a54a6340e48024bed79820a9ecaed074d43cdfb585895953bf9e2f4d8591570de76f9d24011fdc8871b6e9802726d059971e9729d8a42d1e77e6130e01baa60e
|
|
7
|
+
data.tar.gz: f110cd9ad44c30732e742c074b098d053af0b38ab9c41df126922e63f8dd6f299efb942b8670377274fd819188805bf599d5b1247761919d9ace40c910506ce7
|
|
@@ -45,7 +45,7 @@ module EacRubyUtils
|
|
|
45
45
|
|
|
46
46
|
# @return [Pathname]
|
|
47
47
|
memoize def target_paths
|
|
48
|
-
return [absolute_path] if %w[* ?].any? { |e| absolute_path.to_path.include?(e) }
|
|
48
|
+
return [absolute_path] if %w[* ?].any? { |e| absolute_path.to_path.include?(e) }
|
|
49
49
|
|
|
50
50
|
r = []
|
|
51
51
|
r << absolute_path if absolute_path.directory?
|
|
@@ -34,9 +34,9 @@ module EacRubyUtils
|
|
|
34
34
|
|
|
35
35
|
private
|
|
36
36
|
|
|
37
|
-
def bundler_with_unbundled_env(&
|
|
37
|
+
def bundler_with_unbundled_env(&)
|
|
38
38
|
with_bundler_modified do
|
|
39
|
-
::Bundler.send(bundler_with_env_method_name, &
|
|
39
|
+
::Bundler.send(bundler_with_env_method_name, &)
|
|
40
40
|
end
|
|
41
41
|
end
|
|
42
42
|
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: eac_ruby_utils
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.132.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Esquilo Azul Company
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: activesupport
|
|
@@ -86,6 +85,20 @@ dependencies:
|
|
|
86
85
|
- - "~>"
|
|
87
86
|
- !ruby/object:Gem::Version
|
|
88
87
|
version: '4.2'
|
|
88
|
+
- !ruby/object:Gem::Dependency
|
|
89
|
+
name: ostruct
|
|
90
|
+
requirement: !ruby/object:Gem::Requirement
|
|
91
|
+
requirements:
|
|
92
|
+
- - ">="
|
|
93
|
+
- !ruby/object:Gem::Version
|
|
94
|
+
version: '0'
|
|
95
|
+
type: :runtime
|
|
96
|
+
prerelease: false
|
|
97
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
98
|
+
requirements:
|
|
99
|
+
- - ">="
|
|
100
|
+
- !ruby/object:Gem::Version
|
|
101
|
+
version: '0'
|
|
89
102
|
- !ruby/object:Gem::Dependency
|
|
90
103
|
name: zeitwerk
|
|
91
104
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -132,16 +145,14 @@ dependencies:
|
|
|
132
145
|
requirements:
|
|
133
146
|
- - "~>"
|
|
134
147
|
- !ruby/object:Gem::Version
|
|
135
|
-
version: '0.
|
|
148
|
+
version: '0.15'
|
|
136
149
|
type: :development
|
|
137
150
|
prerelease: false
|
|
138
151
|
version_requirements: !ruby/object:Gem::Requirement
|
|
139
152
|
requirements:
|
|
140
153
|
- - "~>"
|
|
141
154
|
- !ruby/object:Gem::Version
|
|
142
|
-
version: '0.
|
|
143
|
-
description:
|
|
144
|
-
email:
|
|
155
|
+
version: '0.15'
|
|
145
156
|
executables: []
|
|
146
157
|
extensions: []
|
|
147
158
|
extra_rdoc_files: []
|
|
@@ -348,11 +359,9 @@ files:
|
|
|
348
359
|
- lib/eac_ruby_utils/version.rb
|
|
349
360
|
- lib/eac_ruby_utils/wildcards.rb
|
|
350
361
|
- lib/eac_ruby_utils/yaml.rb
|
|
351
|
-
homepage:
|
|
352
362
|
licenses:
|
|
353
363
|
- MIT
|
|
354
364
|
metadata: {}
|
|
355
|
-
post_install_message:
|
|
356
365
|
rdoc_options: []
|
|
357
366
|
require_paths:
|
|
358
367
|
- lib
|
|
@@ -367,8 +376,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
367
376
|
- !ruby/object:Gem::Version
|
|
368
377
|
version: '0'
|
|
369
378
|
requirements: []
|
|
370
|
-
rubygems_version: 3.
|
|
371
|
-
signing_key:
|
|
379
|
+
rubygems_version: 3.6.9
|
|
372
380
|
specification_version: 4
|
|
373
381
|
summary: Utilities for E.A.C.'s Ruby projects.
|
|
374
382
|
test_files: []
|