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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '0889d29fc2e002b9183fef5943de872699603c5b42deeb4f932fefd8b123a76e'
4
- data.tar.gz: 8f6857bcc87f3ee10d684182981fc1874480036fe24e4ea695132af58e55576e
3
+ metadata.gz: 80709cdc69f74af0b169a217deec417f107c90baf9d64bc46ee762e6f110bd95
4
+ data.tar.gz: ebbf9eb6bdb3250cc7acd4a95081e6c395406fb096b9307fd6c2801e2adcc0aa
5
5
  SHA512:
6
- metadata.gz: 445ec2095bde6974d26a473d069fd4307633b2c5732780c4bdc9010b2ac838c104efee1205440ebb59465c9c8cbb54046c4d35f8fea2a280549f4cd90bad4467
7
- data.tar.gz: '028a3c2cbd04049f6ca2d6b9c8f16ac22e9a7cc5a0b5e4e66c8b4064548284331d7c09efd0449f65f84b46b78f8400121ad7b43a913025149d8b1030e35849cf'
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Version
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
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.0
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: 2024-11-29 00:00:00.000000000 Z
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: []