config 5.5.0 → 5.5.1

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: c8c55570ed35c36e29bb0e7fd02b4aa449fb1edf17b5c43739526d33c68bc67b
4
- data.tar.gz: 0cdf118110c9761a24944e2cb810123ec26242efc820e8b47545ff2cc6219f86
3
+ metadata.gz: 7d45b7406d553675ee52e72b0844d60c2bf2f1f27bc8c29fb1833cbe86ca92d3
4
+ data.tar.gz: 234c1d664bc25031df364c3a8a3384544862cfb39b838c6c1b39e5d28687ea70
5
5
  SHA512:
6
- metadata.gz: f698950933d9c7830b10d6849c8b249df8ea63ef2b8ddc6111c5dfc5f47f7173ef3049744cbbf30c95660b5b3caa98ababd61f269f1bc74be7227a15be244797
7
- data.tar.gz: 6078e1863615b7115af836136dc3759cc62815a85ea23a3a8f9a9ff671f2246b5059bcec0549ed61398c863ea834d861741890c55fac5e31f091d3c3ab438af5
6
+ metadata.gz: a107c67a53f64d1a4af4694d38355a028af0caee739ea640f32f03343f06a850b70bb64a580dcfdae2576e413cc83898f613fe196e8065ec36edc40712e02cf6
7
+ data.tar.gz: 2a24721b6a2e355c482659a6d76d657fc1b67fb3390fabffafeb9433bceb80423e0254aa972052a237f4f277815ea17442fa3ab86b3ce9521953c8ffab277de8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 5.5.1
4
+
5
+ ### Documentation
6
+
7
+ * Fix funding_url to funding_uri in gemspec ([#361](https://github.com/rubyconfig/config/pull/361))
8
+
3
9
  ## 5.5.0
4
10
 
5
11
  ### New features
data/config.gemspec CHANGED
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
17
17
 
18
18
  s.metadata = {
19
19
  'changelog_uri' => "https://github.com/rubyconfig/config/blob/master/CHANGELOG.md",
20
- 'funding_url' => 'https://opencollective.com/rubyconfig/donate',
20
+ 'funding_uri' => 'https://opencollective.com/rubyconfig/donate',
21
21
  'source_code_uri' => 'https://github.com/rubyconfig/config',
22
22
  'bug_tracker_uri' => 'https://github.com/rubyconfig/config/issues'
23
23
  }
@@ -1,3 +1,3 @@
1
1
  module Config
2
- VERSION = '5.5.0'.freeze
2
+ VERSION = '5.5.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: config
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.5.0
4
+ version: 5.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Piotr Kuczynski
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2024-05-28 00:00:00.000000000 Z
13
+ date: 2024-05-30 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: deep_merge
@@ -264,7 +264,7 @@ licenses:
264
264
  - MIT
265
265
  metadata:
266
266
  changelog_uri: https://github.com/rubyconfig/config/blob/master/CHANGELOG.md
267
- funding_url: https://opencollective.com/rubyconfig/donate
267
+ funding_uri: https://opencollective.com/rubyconfig/donate
268
268
  source_code_uri: https://github.com/rubyconfig/config
269
269
  bug_tracker_uri: https://github.com/rubyconfig/config/issues
270
270
  post_install_message: