anyway_config 2.6.3 → 2.6.4
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/CHANGELOG.md +5 -0
- data/lib/anyway/version.rb +1 -1
- metadata +7 -7
- /data/sig/{manifest.yml → manifest.yaml} +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c7cfb06bc950fa9f4c16b771509fc8e88cbe1481ea82a145c2fae80fca80b57b
|
|
4
|
+
data.tar.gz: fdbd419a8ff57a7fbbb4e887381048e68d830d4927761ec420706e8add146e3a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b7dd1abbf6411c416571ac67c127b0f0e365c73689d96d094289ab0ede4c494bd56f4246848431a689b2292a2903cea74b918e11569d89423c21e11f2dc3e9ca
|
|
7
|
+
data.tar.gz: 4d8f2aecbbe6e79314a81d47f4fb92b3dcaba42a656387fbb24dd7c0dc051f3cae0b98de84f797cb48bc3fb9055bf59fd32c128ad4ee979e60eb3a71935a5e5a
|
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
## master
|
|
4
4
|
|
|
5
|
+
## 2.6.4 (2024-04-30)
|
|
6
|
+
|
|
7
|
+
- Fix RBS manifest file name (`.yml` -> `.yaml`). ([@carlqt][])
|
|
8
|
+
|
|
5
9
|
## 2.6.3 (2024-02-06)
|
|
6
10
|
|
|
7
11
|
- Add `permitted_classes` configuration for YAML loaders. ([@palkan][])
|
|
@@ -574,3 +578,4 @@ No we're dependency-free!
|
|
|
574
578
|
[@inner-whisper]: https://github.com/inner-whisper
|
|
575
579
|
[@tagirahmad]: https://github.com/tagirahmad
|
|
576
580
|
[@bessey]: https://github.com/bessey
|
|
581
|
+
[@carlqt]: https://github.com/carlqt
|
data/lib/anyway/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: anyway_config
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.6.
|
|
4
|
+
version: 2.6.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Vladimir Dementyev
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-04-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: ruby-next-core
|
|
@@ -195,7 +195,7 @@ files:
|
|
|
195
195
|
- lib/generators/anyway/install/templates/application_config.rb.tt
|
|
196
196
|
- lib/rails/commands/local_credentials/local_credentials_command.rb
|
|
197
197
|
- sig/anyway_config.rbs
|
|
198
|
-
- sig/manifest.
|
|
198
|
+
- sig/manifest.yaml
|
|
199
199
|
homepage: http://github.com/palkan/anyway_config
|
|
200
200
|
licenses:
|
|
201
201
|
- MIT
|
|
@@ -206,7 +206,7 @@ metadata:
|
|
|
206
206
|
homepage_uri: http://github.com/palkan/anyway_config
|
|
207
207
|
source_code_uri: http://github.com/palkan/anyway_config
|
|
208
208
|
funding_uri: https://github.com/sponsors/palkan
|
|
209
|
-
post_install_message:
|
|
209
|
+
post_install_message:
|
|
210
210
|
rdoc_options: []
|
|
211
211
|
require_paths:
|
|
212
212
|
- lib
|
|
@@ -221,8 +221,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
221
221
|
- !ruby/object:Gem::Version
|
|
222
222
|
version: '0'
|
|
223
223
|
requirements: []
|
|
224
|
-
rubygems_version: 3.4.
|
|
225
|
-
signing_key:
|
|
224
|
+
rubygems_version: 3.4.19
|
|
225
|
+
signing_key:
|
|
226
226
|
specification_version: 4
|
|
227
227
|
summary: Configuration DSL for Ruby libraries and applications
|
|
228
228
|
test_files: []
|
|
File without changes
|