repofetch 0.4.1 → 0.4.2.pre.rc.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (6) hide show
  1. checksums.yaml +4 -4
  2. data/CREDITS.md +1 -0
  3. data/Gemfile.lock +1 -1
  4. data/README.md +12 -2
  5. data/RELEASE_NOTES +3 -16
  6. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0a3b48794c6a23b6870a55091f87a583638b81b29d15e1d5cffa5b503607a77b
4
- data.tar.gz: bdf1c9f91651673550c9796d307a5f5a47dce9af84269af71f0b9e5c1675307e
3
+ metadata.gz: f023092a0a4175633900e4bd9da512c5287a781be907cf57a8971a1fdd7fda6c
4
+ data.tar.gz: 6d1a8f7e801bf4f4e228249a650f5270dc38153bdfa9a7c32771dd02d01c098b
5
5
  SHA512:
6
- metadata.gz: bb7b2c2b2c9d3878f4a60be6270af5fe784f01a097982347bc2bad923c6e7cce379b73d84204e2cad2fa72c72967dae8a203d84cef78c37f643ab6fbe4c6da71
7
- data.tar.gz: e5230639b4f37e07a21c27656eef2cfe6455b81f7e9f937b923b4814ed1fdf91b6ab2eb9770111136343f680bb2a49e6430c0bcca2aa0667bf701cc289baa652
6
+ metadata.gz: 3fc54f3354a0f0b531eea8a183391ac839244c714546439f4e21d5d42e4d9233ffc17150149b8c48c29fa1adcb21b7c5d46a504855daffbf9e36c10ab8710d1a
7
+ data.tar.gz: 29a97740e37ea30bd2f5017f42a0647c3cb944bd811e4d17831fb1d9fc55fe125c9db1d54aa4c9c4c14bef271ae850e2a6b0af067c78604006cc3aa5b939fd25
data/CREDITS.md CHANGED
@@ -9,6 +9,7 @@ A special thanks to all listed below ([emoji key](https://allcontributors.org/do
9
9
  <tbody>
10
10
  <tr>
11
11
  <td align="center"><a href="http://orhun.dev"><img src="https://avatars.githubusercontent.com/u/24392180?v=4?s=100" width="100px;" alt="Orhun Parmaksız"/><br /><sub><b>Orhun Parmaksız</b></sub></a><br /><a href="#bug-orhun" title="Bug reports">🐛</a> <a href="#code-orhun" title="Code">💻</a></td>
12
+ <td align="center"><a href="https://github.com/mmdbalkhi"><img src="https://avatars.githubusercontent.com/u/65954744?v=4?s=100" width="100px;" alt="komeil Parseh"/><br /><sub><b>komeil Parseh</b></sub></a><br /><a href="#platform-mmdbalkhi" title="Packaging/porting to new platform">📦</a></td>
12
13
  <td align="center"><a href="https://github.com/0323pin"><img src="https://avatars.githubusercontent.com/u/90570748?v=4?s=100" width="100px;" alt="pin"/><br /><sub><b>pin</b></sub></a><br /><a href="#platform-0323pin" title="Packaging/porting to new platform">📦</a></td>
13
14
  </tr>
14
15
  </tbody>
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- repofetch (0.4.1)
4
+ repofetch (0.4.2.pre.rc.3)
5
5
  actionview (~> 7.0, >= 7.0.4)
6
6
  dotenv (~> 2.8)
7
7
  faraday-retry (~> 2.0)
data/README.md CHANGED
@@ -29,6 +29,14 @@ repofetch. With 3rd-party plugins, however, it can support other types of output
29
29
  gem install repofetch
30
30
  ```
31
31
 
32
+ ### Via AUR
33
+
34
+ If you are using an Arch machine, you can install repofetch from the [Aur](https://aur.archlinux.org).
35
+
36
+ ```
37
+ yay -S ruby-repofetch
38
+ ```
39
+
32
40
  ### Installing Version `< 0.4.0`
33
41
 
34
42
  Version 0.3.3 and lower was a different implementation written in Rust. While `>= 0.4.0` is unstable
@@ -40,7 +48,7 @@ and likely buggy, you may want to use a lower version.
40
48
  cargo install repofetch
41
49
  ```
42
50
 
43
- #### Via NetBSD
51
+ #### Via NetBSD
44
52
 
45
53
  Pre-compiled binaries are available from the [official repositories](https://pkgsrc.se/sysutils/repofetch)
46
54
  To install this, simply run:
@@ -81,7 +89,9 @@ plugins:
81
89
 
82
90
  ```dotenv
83
91
  # .repofetch.env
84
- # Assuming you have gh (the GitHub CLI) installed
92
+ GITHUB_TOKEN=my-token-abcdefg
93
+
94
+ # Yes, command substitution is supported!
85
95
  GITHUB_TOKEN=$(gh auth token)
86
96
  ```
87
97
 
data/RELEASE_NOTES CHANGED
@@ -1,19 +1,6 @@
1
- 0.4.1
2
-
3
- ## Fixed
4
-
5
- - Repofetch failing when a git repository was not found even though a plugin was
6
- selected from the command-line (#227) (#225)
1
+ 0.4.2-rc.3
7
2
 
8
3
  ## Other
9
4
 
10
- - Fixed and improved generated documentation
11
-
12
- ******
13
-
14
- ## Breaking for 3rd-party plugins
15
-
16
- ### Changed
17
-
18
- - Configuration to be a class variable on `Repofetch` instead of a value that's
19
- passed to various instantiation and rendering methods
5
+ - Deploy built gem as GitHub release asset for each release
6
+ - Publish gem with GitHub Actions
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: repofetch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2.pre.rc.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Spenser Black
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-12-15 00:00:00.000000000 Z
11
+ date: 2022-12-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: actionview
@@ -297,11 +297,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
297
297
  version: 2.7.0
298
298
  required_rubygems_version: !ruby/object:Gem::Requirement
299
299
  requirements:
300
- - - ">="
300
+ - - ">"
301
301
  - !ruby/object:Gem::Version
302
- version: '0'
302
+ version: 1.3.1
303
303
  requirements: []
304
- rubygems_version: 3.1.2
304
+ rubygems_version: 3.1.6
305
305
  signing_key:
306
306
  specification_version: 4
307
307
  summary: A plugin-based stat fetcher