im-lost 1.2.2 → 1.2.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/lib/im-lost/version.rb +1 -1
  4. metadata +6 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6a11bb08b82dde3d4d56939a25d4898c77ef75ce9e82659511f8a47e6b1d0b9d
4
- data.tar.gz: 073e42d29b09cd54db36a39d12e334d7cc2a5b9fbd5d2f3447265cd84cc278da
3
+ metadata.gz: 796abdca36d4d079d74289f0634dc097d346accafc3a57bdc67134bb92e6b6e7
4
+ data.tar.gz: a996b51a85a883f39becc17271ec0e079a64b51f3e5a187deffc1a0b18b6cd66
5
5
  SHA512:
6
- metadata.gz: eb4ee264f51b598b2b086033958a6eb587934a8d2be08c009f6c6d4c9991b84fd0657b5b691cdde7e50a2fb662316a81b6b38a5d7ada949277c14da99d12021a
7
- data.tar.gz: 8b183a0464fb8a64a238792347ae697e557440b3cfc58bb26251f7b23ce2ef7ee766f2ca02fd0382ff449f3c17244c45dbfee494122bd6f28efd97f9e1b80e89
6
+ metadata.gz: d69fccba333bb177eae38483db1a4edfda2b3b2ec3ca5e7efe59701bfaa9ab0cda1ddd0d01339e8f3124330ccad73bce148de8054914e55af8e5880db650242d
7
+ data.tar.gz: 51b9f2f387f0e93309ce2fd7677627d0b1eb2b3764437a216441f1947e710d6646d519c6e0e1358a93c78709553fd385e71151dafc62f39a07f41b82ae5f056b
data/README.md CHANGED
@@ -5,8 +5,8 @@ If you have overlooked something again and don't really understand what your cod
5
5
  ImLost helps you by analyzing function calls of objects, informing you about exceptions and logging your way through your code. In short, ImLost is your debugging helper!
6
6
 
7
7
  - Gem: [rubygems.org](https://rubygems.org/gems/im-lost)
8
- - Source: [github.com](https://github.com/mblumtritt/im-lost)
9
- - Help: [rubydoc.info](https://rubydoc.info/gems/im-lost/ImLost)
8
+ - Source: [codeberg.org](https://codeberg.org/mblumtritt/im-lost)
9
+ - Help: [rubydoc.info](https://rubydoc.info/gems/im-lost)
10
10
 
11
11
  ## Description
12
12
 
@@ -2,5 +2,5 @@
2
2
 
3
3
  module ImLost
4
4
  # The version number of the gem.
5
- VERSION = '1.2.2'
5
+ VERSION = '1.2.3'
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: im-lost
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Blumtritt
@@ -32,14 +32,14 @@ files:
32
32
  - lib/im-lost.rb
33
33
  - lib/im-lost/version.rb
34
34
  - lib/im_lost.rb
35
- homepage: https://github.com/mblumtritt/im-lost
35
+ homepage: https://codeberg.org/mblumtritt/im-lost
36
36
  licenses:
37
37
  - MIT
38
38
  metadata:
39
- source_code_uri: https://github.com/mblumtritt/im-lost
40
- bug_tracker_uri: https://github.com/mblumtritt/im-lost/issues
41
- documentation_uri: https://rubydoc.info/gems/im-lost
42
39
  rubygems_mfa_required: 'true'
40
+ source_code_uri: https://codeberg.org/mblumtritt/im-lost
41
+ bug_tracker_uri: https://codeberg.org/mblumtritt/im-lost/issues
42
+ documentation_uri: https://rubydoc.info/gems/im-lost
43
43
  rdoc_options: []
44
44
  require_paths:
45
45
  - lib
@@ -54,7 +54,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
54
54
  - !ruby/object:Gem::Version
55
55
  version: '0'
56
56
  requirements: []
57
- rubygems_version: 3.6.8
57
+ rubygems_version: 3.7.1
58
58
  specification_version: 4
59
59
  summary: Your debugging helper.
60
60
  test_files: []