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.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/lib/im-lost/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 796abdca36d4d079d74289f0634dc097d346accafc3a57bdc67134bb92e6b6e7
|
4
|
+
data.tar.gz: a996b51a85a883f39becc17271ec0e079a64b51f3e5a187deffc1a0b18b6cd66
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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: [
|
9
|
-
- Help: [rubydoc.info](https://rubydoc.info/gems/im-lost
|
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
|
|
data/lib/im-lost/version.rb
CHANGED
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.
|
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://
|
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.
|
57
|
+
rubygems_version: 3.7.1
|
58
58
|
specification_version: 4
|
59
59
|
summary: Your debugging helper.
|
60
60
|
test_files: []
|