gh_issues 0.4.8 → 0.4.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f116f9aa17103ebb0e6e481a14f6cc1e5f98224cd19071be9eaf5d5613007262
4
- data.tar.gz: 6c7b3434630c8b94832454a568538e97f346b9ea6dabbb59ea5866ba2cd3e7ea
3
+ metadata.gz: 749501cde4d99754972f03ae4e3cf4d3e01654f19f855d80ccfea0a6345ab17e
4
+ data.tar.gz: 1c7abd83e661f8d7cbf5c5b12920a210264c7a17c01c1a483fbedebc2dac2b55
5
5
  SHA512:
6
- metadata.gz: 32e221cd7babd2a987c207e42d4c8117623b68cabecf4658ae52c7d88a6dda53364cb895aa5f91c548adbc3866a01d0c480c352f9ec31908948f465e02d29ca3
7
- data.tar.gz: a179422ccb6ada5ba6b250cde5c451da5226ea0d43876313dae555849cea07716146790208952c6174e14d9e16b58a7404f5ad2dcb7e47d23afe52f026af0ae9
6
+ metadata.gz: 7d2a0a47d272e3bad4da52100701038675bcb65b5f741e99f4be17b6dd53efa5dcb649a0cfc8c305c9c4eee1d2e485ce3bc8851bc6dec4f7a4fd09b3bf9203cf
7
+ data.tar.gz: 7aabeb9458beec754e647e254e4cff55861dfdd056690f201f619e211345744b25e9384ba509a91468505354c92a829166c2e856272c65d36c00aa732b664f98
data/.bumpversion.cfg CHANGED
@@ -1,5 +1,5 @@
1
1
  [bumpversion]
2
- current_version = 0.4.8
2
+ current_version = 0.4.10
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
-
@@ -0,0 +1,2 @@
1
+ github: vigo
2
+ patreon: vigoo
data/README.md CHANGED
@@ -1,5 +1,6 @@
1
1
  [![Gem Version](https://badge.fury.io/rb/gh_issues.svg)](https://badge.fury.io/rb/gh_issues)
2
- [![Build Status](https://travis-ci.org/vigo/gh-issues.svg?branch=master)](https://travis-ci.org/vigo/gh-issues)
2
+ [![Build Status](https://travis-ci.org/vigo/gh_issues.svg?branch=master)](https://travis-ci.org/vigo/gh_issues)
3
+ ![Powered by Rake](https://img.shields.io/badge/powered_by-rake-blue?logo=ruby)
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.8" --source "https://rubygems.pkg.github.com/vigo"
29
+ $ gem install gh_issues --version "0.4.10" --source "https://rubygems.pkg.github.com/vigo"
29
30
  ```
30
31
 
31
32
  ## Usage
data/bin/setup CHANGED
@@ -3,6 +3,7 @@ set -euo pipefail
3
3
  IFS=$'\n\t'
4
4
  set -vx
5
5
 
6
- bundle install --path=vendor/bundle
6
+ bundle config set --local path 'vendor/bundle'
7
+ bundle
7
8
 
8
9
  # Do any other automated setup that you need to do here
data/gh_issues.gemspec CHANGED
@@ -11,8 +11,12 @@ 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/gh-issues"
15
- spec.metadata = {"github_repo" => "ssh://github.com/vigo/gh-issues"}
14
+ spec.homepage = "https://github.com/vigo/gh_issues"
15
+
16
+ spec.metadata["homepage_uri"] = spec.homepage
17
+ spec.metadata["source_code_uri"] = "https://github.com/vigo/gh_issues.git"
18
+ spec.metadata["github_repo"] = "ssh://github.com/vigo/gh_issues"
19
+
16
20
  spec.license = "MIT"
17
21
 
18
22
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
@@ -1,3 +1,3 @@
1
1
  module GhIssues
2
- VERSION = "0.4.8"
2
+ VERSION = "0.4.10"
3
3
  end
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.8
4
+ version: 0.4.10
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: 2020-04-03 00:00:00.000000000 Z
11
+ date: 2024-02-24 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,14 @@ 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/gh-issues
202
+ homepage: https://github.com/vigo/gh_issues
202
203
  licenses:
203
204
  - MIT
204
205
  metadata:
205
- github_repo: ssh://github.com/vigo/gh-issues
206
- post_install_message:
206
+ homepage_uri: https://github.com/vigo/gh_issues
207
+ source_code_uri: https://github.com/vigo/gh_issues.git
208
+ github_repo: ssh://github.com/vigo/gh_issues
209
+ post_install_message:
207
210
  rdoc_options: []
208
211
  require_paths:
209
212
  - lib
@@ -218,8 +221,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
218
221
  - !ruby/object:Gem::Version
219
222
  version: '0'
220
223
  requirements: []
221
- rubygems_version: 3.0.3
222
- signing_key:
224
+ rubygems_version: 3.3.26
225
+ signing_key:
223
226
  specification_version: 4
224
227
  summary: Manage your GitHub issues from command-line.
225
228
  test_files: []