rails-pretty-logger 0.3.0 → 0.3.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 +4 -4
- data/README.md +1 -1
- data/lib/rails/pretty/logger/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f2cb88e35c694d3f4856d10caa4fc6cff8729520e3be446ff0a8df5e63d5e6f0
|
|
4
|
+
data.tar.gz: f26a88f687889761baf6faf10645dea1398b257f9465fc823da7c7a93cce3f6f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '0838cf66502af53d02a31dc86d14d771a9666e48364ba64e001e257138fe1134521ca8fc3a08289dca0f018620855685576b1d7afdc3f96bba10a3a43b869d86'
|
|
7
|
+
data.tar.gz: b24dca9612dc84204553190ce5f0cfb6f7509c2faf6fcee235bf5472752741041fcd935ea700e337c40dda2eb8163e123966fa698ceeef90f1b5747b6c6cd4ec
|
data/README.md
CHANGED
|
@@ -252,7 +252,7 @@ GitHub Actions runs on pull requests and pushes to `main` or `master`. The CI ma
|
|
|
252
252
|
|
|
253
253
|
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
|
254
254
|
|
|
255
|
-
[repo]: https://github.com/
|
|
255
|
+
[repo]: https://github.com/kekik/rails-pretty-logger/tree/master
|
|
256
256
|
[fork]: https://help.github.com/articles/fork-a-repo/
|
|
257
257
|
[branch]: https://help.github.com/articles/creating-and-deleting-branches-within-your-repository/
|
|
258
258
|
[pr]: https://help.github.com/articles/using-pull-requests/
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails-pretty-logger
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Cem Baykam
|
|
@@ -149,12 +149,12 @@ files:
|
|
|
149
149
|
- lib/rails/pretty/logger/rails_logger.rb
|
|
150
150
|
- lib/rails/pretty/logger/version.rb
|
|
151
151
|
- lib/tasks/rails/pretty/logger_tasks.rake
|
|
152
|
-
homepage: https://github.com/
|
|
152
|
+
homepage: https://github.com/kekik/rails-pretty-logger
|
|
153
153
|
licenses:
|
|
154
154
|
- MIT
|
|
155
155
|
metadata:
|
|
156
|
-
source_code_uri: https://github.com/
|
|
157
|
-
changelog_uri: https://github.com/
|
|
156
|
+
source_code_uri: https://github.com/kekik/rails-pretty-logger
|
|
157
|
+
changelog_uri: https://github.com/kekik/rails-pretty-logger/releases
|
|
158
158
|
rdoc_options: []
|
|
159
159
|
require_paths:
|
|
160
160
|
- lib
|