ghcurl 0.9.0 → 0.9.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/README.md +3 -1
  4. data/lib/ghcurl.rb +3 -2
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: edbcc9cb12f78e6ee6c9ca4e5c169394d023f186e0264cf4fbdca25451e6c4d9
4
- data.tar.gz: 2d9995452fdb4ba0d9571167575e9883019f5b53472fb966555d8fabef6b7aaf
3
+ metadata.gz: 66d379bffcc0e6eb6439349e0a0e7b738c8b23f2a752d7246df6cf9e3186be5d
4
+ data.tar.gz: 625dad075628b20b39c8481986be7a174d5c617a11be15ead35d7e3168aedd2f
5
5
  SHA512:
6
- metadata.gz: 826db033d57b63ef28aacfdf58309ba582b8781236c337b377232b4202e9e600d8cb2d5a07f01c2e1319299ebee14998b90c0ef105e560ff7968252ac04cbdc9
7
- data.tar.gz: a34e89d3930fa6840d71ccb2207704d9cef375d1339b1d6b9850863ff23bcdad91f07fc793a352a5fc57e6162aa62d37198e6cc9ee51521e509f25643388e684
6
+ metadata.gz: 757a89f46b1e133a46944f9a4515c22b83bbd5337e61b9d82bd8c4155b24b54bbeb36da79bed0d9ff12316be1c58e26d9dd92ae86d6ed92f87df64262d3796ca
7
+ data.tar.gz: 154de96859d2ab27eba969c159dc7d461c710184a69021c59cfe424de5b8da83f250be2d3981e9d5594e2392dab4b5fa5400467e6fd03c66360468c6b77900ef
data/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## [Unreleased](#) (2022-11-13)
4
4
 
5
+ <br>
6
+
7
+ ## [v0.9.0](#) (2022-11-13)
8
+
5
9
  ### Enhancements:
6
10
 
7
11
  - Update gem 'octokit' from 4.22 to 6.0
data/README.md CHANGED
@@ -4,7 +4,9 @@
4
4
 
5
5
  [![Gem Version](https://badge.fury.io/rb/ghcurl.svg)](https://rubygems.org/gems/ghcurl)
6
6
 
7
- Download files and install from Github releases. It works on Linux, Windows, macOS and maybe Other OSes.
7
+ Download files and install from Github releases.
8
+
9
+ It works on Linux, Windows, macOS and maybe other OSes.
8
10
 
9
11
  ```bash
10
12
  gem install ghcurl
data/lib/ghcurl.rb CHANGED
@@ -2,7 +2,7 @@
2
2
  # File : ghcurl.rb
3
3
  # Authors : ccmywish <ccmywish@qq.com>
4
4
  # Created on : <2022-04-12>
5
- # Last modified : <2022-11-12>
5
+ # Last modified : <2022-11-20>
6
6
  #
7
7
  # ghcurl:
8
8
  #
@@ -12,7 +12,7 @@
12
12
 
13
13
  module Ghcurl
14
14
 
15
- VERSION = "0.9.0"
15
+ VERSION = "0.9.1"
16
16
 
17
17
  end
18
18
 
@@ -36,6 +36,7 @@ Ghcurl::DEFAULT_WARES = {
36
36
 
37
37
  lsd: 'Peltoche/lsd',
38
38
  delta: 'dandavison/delta',
39
+ dua: 'Byron/dua-cli',
39
40
  dust: 'bootandy/dust',
40
41
  duf: 'muesli/duf',
41
42
  broot: 'Canop/broot',
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ghcurl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ccmywish
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-12 00:00:00.000000000 Z
11
+ date: 2022-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: octokit