rails_api_logger 0.6.2 → 0.6.3

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: f8a67bf5d7fcb8870d45a30a0112940edb4ec72f5edda7361872ec52b5f03d6d
4
- data.tar.gz: ba68121637c9ee34420f6c8743183cfaf5c0728fa46e16827a22560a136a9d1e
3
+ metadata.gz: a81b65d48bd11340944d7d656808134a8f6ba51d6a8b9a16997e22d68cea2781
4
+ data.tar.gz: b4fe1ffa4236a408177b46346e0491f425e085d22c7e89791ebeb7068ea04f7f
5
5
  SHA512:
6
- metadata.gz: eafedcd8d83dc150d3a22d6dba3152d55a9ac4f32701e7e1dd2b0e3f1eb735a35d89c0cd130c7cd265dc00dac0734c2cd6123c8fd02e438f51576e7a9c37d192
7
- data.tar.gz: ab52418861338ca00c330a7fc561a8fc4113679b80e59e9fc8156a902ece41d94a94b398e51b5848daf12ae403967c716913092549a3bae60b4c9273043876bb
6
+ metadata.gz: cb5a895c1c041f879a7602cfc03d1282146dbd140a2fc6bb48a14c34d682f3e1b99ea887a1aabc75dc764a889e02a9bb6c27d770ae5e048987f114fe9deafe2d
7
+ data.tar.gz: cb631dc32ff4f8595d7953440f27e1600d35f2bc84bff7f5bf3c58171fc6aff2831a1a30cad39ceba14dcd4da40a070d89b459a714ba39955e7c11af07eb31cf
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ # 0.6.3
2
+ * Fix the CHANGELOG path in gemspec.
3
+
4
+ # 0.6.2
5
+ * Fixes Zeitwerk warning.
6
+
1
7
  # 0.6.1
2
8
  * Fixes the loading of concern into controllers.
3
9
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "rails_api_logger"
3
- spec.version = "0.6.2"
3
+ spec.version = "0.6.3"
4
4
  spec.authors = ["Alessandro Rodi"]
5
5
  spec.email = ["alessandro.rodi@renuo.ch"]
6
6
 
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
12
 
13
13
  spec.metadata["homepage_uri"] = spec.homepage
14
14
  spec.metadata["source_code_uri"] = "https://github.com/renuo/rails_api_logger"
15
- spec.metadata["changelog_uri"] = "https://github.com/renuo/rails_api_logger/CHANGELOG.md"
15
+ spec.metadata["changelog_uri"] = "https://github.com/renuo/rails_api_logger/blob/main/CHANGELOG.md"
16
16
 
17
17
  # Specify which files should be added to the gem when it is released.
18
18
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_api_logger
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alessandro Rodi
@@ -185,7 +185,7 @@ licenses:
185
185
  metadata:
186
186
  homepage_uri: https://github.com/renuo/rails_api_logger
187
187
  source_code_uri: https://github.com/renuo/rails_api_logger
188
- changelog_uri: https://github.com/renuo/rails_api_logger/CHANGELOG.md
188
+ changelog_uri: https://github.com/renuo/rails_api_logger/blob/main/CHANGELOG.md
189
189
  post_install_message:
190
190
  rdoc_options: []
191
191
  require_paths: