eac_ruby_utils 0.128.5 → 0.128.6
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/eac_ruby_utils/locales/module_i18n_translate.rb +1 -1
- data/lib/eac_ruby_utils/version.rb +1 -1
- metadata +13 -13
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c83ad74d9c4609750cf4d662d1051b9368f096eaa717b093ed3e32dfe8646ce2
|
|
4
|
+
data.tar.gz: 851fe8bd7b9cf7ab3542b166df009bfc7c646eec8955070568d177270dcc59c9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: da987908895a9b58a84f50374da9d9ff499b8b75dce97a0c8f235dc75a90878fbaf742aef4f3075205ee2fe3e1d74ca988946da9a851615e7d7ae9dcab05b022
|
|
7
|
+
data.tar.gz: c627f877e33a35be76d04eb9d471f25fa6812e228c87fffe321b5f2fb3c0b2dbc76e0e2b0735d398672b451f3ed23aed1ae9a478b2b0c8edce9d9c13f3d732cd
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: eac_ruby_utils
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.128.
|
|
4
|
+
version: 0.128.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Esquilo Azul Company
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2026-01-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -98,20 +98,20 @@ dependencies:
|
|
|
98
98
|
requirements:
|
|
99
99
|
- - "~>"
|
|
100
100
|
- !ruby/object:Gem::Version
|
|
101
|
-
version: '2.
|
|
101
|
+
version: '2.7'
|
|
102
102
|
- - ">="
|
|
103
103
|
- !ruby/object:Gem::Version
|
|
104
|
-
version: 2.
|
|
104
|
+
version: 2.7.4
|
|
105
105
|
type: :runtime
|
|
106
106
|
prerelease: false
|
|
107
107
|
version_requirements: !ruby/object:Gem::Requirement
|
|
108
108
|
requirements:
|
|
109
109
|
- - "~>"
|
|
110
110
|
- !ruby/object:Gem::Version
|
|
111
|
-
version: '2.
|
|
111
|
+
version: '2.7'
|
|
112
112
|
- - ">="
|
|
113
113
|
- !ruby/object:Gem::Version
|
|
114
|
-
version: 2.
|
|
114
|
+
version: 2.7.4
|
|
115
115
|
- !ruby/object:Gem::Dependency
|
|
116
116
|
name: avm-eac_ubuntu_base0
|
|
117
117
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -140,8 +140,8 @@ dependencies:
|
|
|
140
140
|
- - "~>"
|
|
141
141
|
- !ruby/object:Gem::Version
|
|
142
142
|
version: '0.12'
|
|
143
|
-
description:
|
|
144
|
-
email:
|
|
143
|
+
description:
|
|
144
|
+
email:
|
|
145
145
|
executables: []
|
|
146
146
|
extensions: []
|
|
147
147
|
extra_rdoc_files: []
|
|
@@ -347,11 +347,11 @@ files:
|
|
|
347
347
|
- lib/eac_ruby_utils/version.rb
|
|
348
348
|
- lib/eac_ruby_utils/wildcards.rb
|
|
349
349
|
- lib/eac_ruby_utils/yaml.rb
|
|
350
|
-
homepage:
|
|
350
|
+
homepage:
|
|
351
351
|
licenses:
|
|
352
352
|
- MIT
|
|
353
353
|
metadata: {}
|
|
354
|
-
post_install_message:
|
|
354
|
+
post_install_message:
|
|
355
355
|
rdoc_options: []
|
|
356
356
|
require_paths:
|
|
357
357
|
- lib
|
|
@@ -366,8 +366,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
366
366
|
- !ruby/object:Gem::Version
|
|
367
367
|
version: '0'
|
|
368
368
|
requirements: []
|
|
369
|
-
rubygems_version: 3.
|
|
370
|
-
signing_key:
|
|
369
|
+
rubygems_version: 3.4.19
|
|
370
|
+
signing_key:
|
|
371
371
|
specification_version: 4
|
|
372
372
|
summary: Utilities for E.A.C.'s Ruby projects.
|
|
373
373
|
test_files: []
|