issue-db 0.1.0 → 0.1.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/lib/issue_db/utils/github_app.rb +1 -1
- data/lib/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: 80709cdc69f74af0b169a217deec417f107c90baf9d64bc46ee762e6f110bd95
|
4
|
+
data.tar.gz: ebbf9eb6bdb3250cc7acd4a95081e6c395406fb096b9307fd6c2801e2adcc0aa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 802cdea6d953dca6526a3bbaf7a13158cb92d527151a43af0ed3437e3c31266950b6366d96ce1591f71aa7e46df9aa5559eacad960800de80528bb8759dc1a62
|
7
|
+
data.tar.gz: 97a4900ee2375db10409af0116dac0f0e95ee153655f8be3ff48d5d0b0b67acda417267a6d0fe9b4ccfce904b221965e6c3269d7e6356056c840aa60878a9dcf
|
@@ -94,7 +94,7 @@ class GitHubApp
|
|
94
94
|
# @param block [Proc] An optional block passed to the method.
|
95
95
|
# @return [Object] The result of the method call on the Octokit client.
|
96
96
|
def method_missing(method, *args, &block)
|
97
|
-
client.send(method, *args, &block)
|
97
|
+
client.send(method, *args, &block) # rubocop:disable GitHub/AvoidObjectSendWithDynamicMethod
|
98
98
|
end
|
99
99
|
|
100
100
|
# This method is called to check if the GitHub class responds to a method.
|
data/lib/version.rb
CHANGED
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: issue-db
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- runwaylab
|
8
8
|
- GrantBirki
|
9
|
-
autorequire:
|
9
|
+
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2025-03-24 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: redacting-logger
|
@@ -102,7 +102,7 @@ dependencies:
|
|
102
102
|
description: 'A Ruby Gem to use GitHub Issues as a NoSQL JSON document db
|
103
103
|
|
104
104
|
'
|
105
|
-
email:
|
105
|
+
email:
|
106
106
|
executables: []
|
107
107
|
extensions: []
|
108
108
|
extra_rdoc_files: []
|
@@ -130,7 +130,7 @@ metadata:
|
|
130
130
|
source_code_uri: https://github.com/runwaylab/issue-db
|
131
131
|
documentation_uri: https://github.com/runwaylab/issue-db
|
132
132
|
bug_tracker_uri: https://github.com/runwaylab/issue-db/issues
|
133
|
-
post_install_message:
|
133
|
+
post_install_message:
|
134
134
|
rdoc_options: []
|
135
135
|
require_paths:
|
136
136
|
- lib
|
@@ -146,7 +146,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
146
146
|
version: '0'
|
147
147
|
requirements: []
|
148
148
|
rubygems_version: 3.5.11
|
149
|
-
signing_key:
|
149
|
+
signing_key:
|
150
150
|
specification_version: 4
|
151
151
|
summary: A Ruby Gem to use GitHub Issues as a NoSQL JSON document db
|
152
152
|
test_files: []
|