dislogger 0.1.1 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 26c6ddb1fa993ec2bcc2e036b1b7784be27e3f2c9a854b27da9e9c0f4ce1bb6b
4
- data.tar.gz: 9c3e6db1b6653bd3e7040e0921509227c68f276e3a130e98f013d129ae5897ef
3
+ metadata.gz: 68999016d4bdfa0436b75a70149e7a6f4b9643a4f2277fcf6a720a324dcfebbf
4
+ data.tar.gz: 66ea5ef0d7e5bbfa17016aefe4da05e701219b5ea8bdc0731e145e693ab0c310
5
5
  SHA512:
6
- metadata.gz: 1f4ce1e2843bed00021fe7c4053cf8b91990349fbe356e732dab74e71440811ba05468f572bd94c3ae9d458724160c006275aaf10b152028a176eb23780f779c
7
- data.tar.gz: dcc749344b32f34ffde7652ad28e227e4c2e938f3cb8d71902494e517e4ef77d46f3998974bcce5380bc34aa67a3379672c53288803be3002d8c7948cbf3c989
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/nelsonduarte/dislogger"
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/nelsonduarte/dislogger"
21
- spec.metadata["changelog_uri"] = "https://github.com/nelsonduarte/dislogger/blob/main/CHANGELOG.md"
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Dislogger
4
- VERSION = "0.1.1"
5
- end
4
+ VERSION = "0.1.4"
5
+ end
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.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/nelsonduarte/dislogger
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/nelsonduarte/dislogger
202
- source_code_uri: https://github.com/nelsonduarte/dislogger
203
- changelog_uri: https://github.com/nelsonduarte/dislogger/blob/main/CHANGELOG.md
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: