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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9272986ff4c206ffad5c0877ca80e7506568f37ec5bce4d2d21de72c4892780e
4
- data.tar.gz: b2437f38022bb345cee5d4d92f482ff3ca0e4789420c68a8f8c3121b27e92403
3
+ metadata.gz: c7cfb06bc950fa9f4c16b771509fc8e88cbe1481ea82a145c2fae80fca80b57b
4
+ data.tar.gz: fdbd419a8ff57a7fbbb4e887381048e68d830d4927761ec420706e8add146e3a
5
5
  SHA512:
6
- metadata.gz: b2081d401c0f624420ee215c3d5941e17c2e7a0180e8e803830442ed284e5316631be8f458f903a61c6c234e94d05c1a4fb9c3e6f52f9e03435cea4db466806d
7
- data.tar.gz: 36cff9c0ad7a1c0f6c5a5ff9b601f31dd559936fdb6edcbd50457f3c65a8337e5dc68c185e7888a46e7ae89909aab9d2aa3cc3ef7fe1949d6d21057bcc731584
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Anyway # :nodoc:
4
- VERSION = "2.6.3"
4
+ VERSION = "2.6.4"
5
5
  end
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.3
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-02-06 00:00:00.000000000 Z
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.yml
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.20
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