gh_issues 0.4.8 → 0.4.9
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/.bumpversion.cfg +1 -2
- data/.github/FUNDING.yml +2 -0
- data/README.md +3 -2
- data/bin/setup +2 -1
- data/gh_issues.gemspec +2 -2
- data/lib/gh_issues/version.rb +1 -1
- metadata +9 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2ed8c9d16f8c541851df319e9a16c126722eea120103c60c03da3fdeb4590107
|
|
4
|
+
data.tar.gz: 7e284b80dcb03fd153f414f1a8a668f989c48541d39e3673893cc0d9fc339a4b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fba4c6428a31e5c8eb81fac677445f1ce01a2a50a02399c7b4bfe32db18ff8d2c923dba52bbc5a2ef3f6a80aeffd04d64f68e76cedfb76a658e8a2fb6db0d763
|
|
7
|
+
data.tar.gz: 757d8cb658385162f9bdf005dcb6d2e243e69e6b76ca772d624d3e6aace5d8c27555e7af5c420824bde83630df3b2ca19e165a635c21a4c4fa36203e12db77b9
|
data/.bumpversion.cfg
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
[bumpversion]
|
|
2
|
-
current_version = 0.4.
|
|
2
|
+
current_version = 0.4.9
|
|
3
3
|
commit = True
|
|
4
4
|
|
|
5
5
|
[bumpversion:file:lib/gh_issues/version.rb]
|
|
@@ -13,4 +13,3 @@ replace = gh_issues --version "{new_version}"
|
|
|
13
13
|
[bumpversion:file:Gemfile.lock]
|
|
14
14
|
search = gh_issues ({current_version})
|
|
15
15
|
replace = gh_issues ({new_version})
|
|
16
|
-
|
data/.github/FUNDING.yml
ADDED
data/README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
[](https://badge.fury.io/rb/gh_issues)
|
|
2
|
-
[](https://travis-ci.org/vigo/gh_issues)
|
|
3
|
+

|
|
3
4
|
|
|
4
5
|
# GitHub Issues
|
|
5
6
|
|
|
@@ -25,7 +26,7 @@ $ gem install gh_issues
|
|
|
25
26
|
or,
|
|
26
27
|
|
|
27
28
|
```bash
|
|
28
|
-
$ gem install gh_issues --version "0.4.
|
|
29
|
+
$ gem install gh_issues --version "0.4.9" --source "https://rubygems.pkg.github.com/vigo"
|
|
29
30
|
```
|
|
30
31
|
|
|
31
32
|
## Usage
|
data/bin/setup
CHANGED
data/gh_issues.gemspec
CHANGED
|
@@ -11,8 +11,8 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{Manage your GitHub issues from command-line.}
|
|
13
13
|
spec.description = %q{Manage your GitHub issues from command-line.}
|
|
14
|
-
spec.homepage = "https://github.com/vigo/
|
|
15
|
-
spec.metadata = {"github_repo" => "ssh://github.com/vigo/
|
|
14
|
+
spec.homepage = "https://github.com/vigo/gh_issues"
|
|
15
|
+
spec.metadata = {"github_repo" => "ssh://github.com/vigo/gh_issues"}
|
|
16
16
|
spec.license = "MIT"
|
|
17
17
|
|
|
18
18
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
data/lib/gh_issues/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gh_issues
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Uğur Özyılmazel
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2024-02-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -183,6 +183,7 @@ extensions: []
|
|
|
183
183
|
extra_rdoc_files: []
|
|
184
184
|
files:
|
|
185
185
|
- ".bumpversion.cfg"
|
|
186
|
+
- ".github/FUNDING.yml"
|
|
186
187
|
- ".gitignore"
|
|
187
188
|
- ".travis.yml"
|
|
188
189
|
- CODE_OF_CONDUCT.md
|
|
@@ -198,12 +199,12 @@ files:
|
|
|
198
199
|
- lib/gh_issues.rb
|
|
199
200
|
- lib/gh_issues/cli.rb
|
|
200
201
|
- lib/gh_issues/version.rb
|
|
201
|
-
homepage: https://github.com/vigo/
|
|
202
|
+
homepage: https://github.com/vigo/gh_issues
|
|
202
203
|
licenses:
|
|
203
204
|
- MIT
|
|
204
205
|
metadata:
|
|
205
|
-
github_repo: ssh://github.com/vigo/
|
|
206
|
-
post_install_message:
|
|
206
|
+
github_repo: ssh://github.com/vigo/gh_issues
|
|
207
|
+
post_install_message:
|
|
207
208
|
rdoc_options: []
|
|
208
209
|
require_paths:
|
|
209
210
|
- lib
|
|
@@ -218,8 +219,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
218
219
|
- !ruby/object:Gem::Version
|
|
219
220
|
version: '0'
|
|
220
221
|
requirements: []
|
|
221
|
-
rubygems_version: 3.
|
|
222
|
-
signing_key:
|
|
222
|
+
rubygems_version: 3.3.26
|
|
223
|
+
signing_key:
|
|
223
224
|
specification_version: 4
|
|
224
225
|
summary: Manage your GitHub issues from command-line.
|
|
225
226
|
test_files: []
|