dislogger 0.1.2 → 0.1.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/dislogger.gemspec +4 -4
- data/lib/dislogger/version.rb +2 -2
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 68999016d4bdfa0436b75a70149e7a6f4b9643a4f2277fcf6a720a324dcfebbf
|
4
|
+
data.tar.gz: 66ea5ef0d7e5bbfa17016aefe4da05e701219b5ea8bdc0731e145e693ab0c310
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d5b3dbb2aaa1aa967abbd49aa1a4e66a85cf7d76406d54bb47f9d29f3efca8a493915153045e4203ad93f90556693bbc2073fd708c656289b6158848c82d4fc2
|
7
|
+
data.tar.gz: 67affcd9886734dee1ef2913d6efe5d4b800f506c84ba3087dde657155504c8a04e3bac209379bcf152e2fa8bf416ae3d47a572e5f83f471db385ee40e7ce07a
|
data/dislogger.gemspec
CHANGED
@@ -10,15 +10,15 @@ Gem::Specification.new do |spec|
|
|
10
10
|
|
11
11
|
spec.summary = "A Rails gem for standardized error handling with Discord notifications"
|
12
12
|
spec.description = "DisLogger provides a robust error handling system for Rails applications with automatic Discord notifications and standardized JSON responses"
|
13
|
-
spec.homepage = "https://github.com/
|
13
|
+
spec.homepage = "https://github.com/nduartex/dislogger"
|
14
14
|
spec.license = "MIT"
|
15
15
|
spec.required_ruby_version = ">= 2.7.0"
|
16
16
|
|
17
17
|
spec.metadata["allowed_push_host"] = "https://rubygems.org"
|
18
18
|
|
19
19
|
spec.metadata["homepage_uri"] = spec.homepage
|
20
|
-
spec.metadata["source_code_uri"] = "https://github.com/
|
21
|
-
spec.metadata["changelog_uri"] = "https://github.com/
|
20
|
+
spec.metadata["source_code_uri"] = "https://github.com/nduartex/dislogger"
|
21
|
+
spec.metadata["changelog_uri"] = "https://github.com/nduartex/dislogger/blob/main/CHANGELOG.md"
|
22
22
|
|
23
23
|
# Specify which files should be added to the gem when it is released.
|
24
24
|
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
@@ -48,4 +48,4 @@ Gem::Specification.new do |spec|
|
|
48
48
|
|
49
49
|
# For more information and examples about making a new gem, check out our
|
50
50
|
# guide at: https://bundler.io/guides/creating_gem.html
|
51
|
-
end
|
51
|
+
end
|
data/lib/dislogger/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dislogger
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nelson
|
@@ -193,14 +193,14 @@ files:
|
|
193
193
|
- lib/dislogger/railtie.rb
|
194
194
|
- lib/dislogger/version.rb
|
195
195
|
- sig/dislogger.rbs
|
196
|
-
homepage: https://github.com/
|
196
|
+
homepage: https://github.com/nduartex/dislogger
|
197
197
|
licenses:
|
198
198
|
- MIT
|
199
199
|
metadata:
|
200
200
|
allowed_push_host: https://rubygems.org
|
201
|
-
homepage_uri: https://github.com/
|
202
|
-
source_code_uri: https://github.com/
|
203
|
-
changelog_uri: https://github.com/
|
201
|
+
homepage_uri: https://github.com/nduartex/dislogger
|
202
|
+
source_code_uri: https://github.com/nduartex/dislogger
|
203
|
+
changelog_uri: https://github.com/nduartex/dislogger/blob/main/CHANGELOG.md
|
204
204
|
post_install_message:
|
205
205
|
rdoc_options: []
|
206
206
|
require_paths:
|