ghcurl 0.2.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +16 -4
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fe02eff016042725d2f43dc155b0139b786d09d82c7fdd57ad043733e99aa1b0
4
- data.tar.gz: ca8e0788682b7e984bfa64f611d805edd8621213bd72163663a1b154dd53e664
3
+ metadata.gz: 1c45d8416cf634acf751c84dfbed618f3d60b40c886f2eb8f0d5827a687e3ffa
4
+ data.tar.gz: a9ad039e7dd52435f09a6650b6a8dd8dab1f9d9e78f455147de812a427dde14b
5
5
  SHA512:
6
- metadata.gz: be6714803118ebeec929f7e5e4c769f6e8fba56b6e1ccc959fa59af1058be68a9f11a8c2263541194f03b46715e0a9432e41b9496478e529926498a7212bf5a6
7
- data.tar.gz: 5af8bc919be4cc686df9c6270d7797d84ad09d5e9d803870b341e20b0f29dc52f8be618b0393a8edc76dca9259dcb1d9e7aa0ed1bc09d64e0970f48ef636ecea
6
+ metadata.gz: cf0588b0f92a469aee6e6d996efa199f232dc95a348e960e43492482c5d1205a34ff6ff786444bcc2fa9c6ea755629bbad70d44127f83d7932a26830563fa6f9
7
+ data.tar.gz: 3df90ee0ee3fad0505b0d2c5ac36923cf4ccd767c83be93cf328468dc67ced1f8ee63558b2faf2d62d3fd8a6d3ca55a1fec60345745978b241ed59e42c2a19b8
data/README.md CHANGED
@@ -1,13 +1,19 @@
1
- # ghcurl
1
+ <div align="center">
2
2
 
3
- Download files (and install) from Github releases.
3
+ # ghcurl
4
4
 
5
- ## Installation
5
+ [![Gem Version](https://badge.fury.io/rb/ghcurl.svg)](https://rubygems.org/gems/ghcurl)
6
6
 
7
7
  ```bash
8
8
  gem install ghcurl
9
9
  ```
10
10
 
11
+ <br>
12
+
13
+ Download files (and install) from Github releases.
14
+
15
+ </div>
16
+
11
17
  ## Usage
12
18
 
13
19
  ```bash
@@ -17,7 +23,13 @@ ghcurl BetaPictoris/timeleft timeleft
17
23
  # Download timeleft version 1.1.0
18
24
  ghcurl BetaPictoris/timeleft timeleft -v1.1.0
19
25
 
20
- # Download and install it
26
+
27
+ # Download deb/rpm and install it
28
+ ghcurl cli/cli gh_2.7.0_linux_amd64.deb -i
29
+ ghcurl cli/cli gh_2.7.0_linux_amd64.rpm -i
30
+
31
+
32
+ # Download a binary and install it
21
33
  ghcurl BetaPictoris/timeleft timeleft -i
22
34
 
23
35
  # Download and install it to a path you like
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ghcurl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - ccmywish