github_bus_factor 0.1.1 β†’ 0.1.2

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
  SHA1:
3
- metadata.gz: 2e20c1c782332b9ff3ecba14f09da09fdd7b1e27
4
- data.tar.gz: 3168e58a8b44e502196e45a52bf1d590a096c070
3
+ metadata.gz: 12942b4b89bb0f838c97fd9f0c8e4ae58319eeab
4
+ data.tar.gz: e817394408ea9f8bddc93dfb02cfacc7df334823
5
5
  SHA512:
6
- metadata.gz: 7a3e2d2269160e099b1f1643ada38f7c87806194f31d6f89420f6134507cbd354f250b85ec4c4018c2935acb14b4f8234465adbe66a074eb15a8277f226d0ba9
7
- data.tar.gz: ce7473d31cc60c9e9bdca82589ebdb20f01db23d110d5ba7e151caba775c6016a3e8edd18b8103f08dac012a1b36edcd42d18b50cb051165d248394bf514cb4f
6
+ metadata.gz: 3967af5bff1e22dd31169b8f05529b87e2d98b6b8a49b655c51769a1f64674baaa3c7129fcd7bfad34ae419ad5bc7e719e478282536414d73526d011fc61be3f
7
+ data.tar.gz: fef2110a3cbc0cc4d5d4c6d55e2d868d5f07d6d7a7752c20462499b8191a384bbdbb954e62d8cdfd77b1372cfd0b85f7619f51912abd7f297a9e95e86d2d7ae6
Binary file
data/README.md CHANGED
@@ -6,21 +6,6 @@
6
6
 
7
7
  $ gem install github_bus_factor
8
8
 
9
-
10
- # Report
11
-
12
- | πŸ™‚ | Description |
13
- | :--: | :-- |
14
- | 🍴 | **Forks**. Might mean people planning are fixing bugs or adding features. |
15
- | πŸ”­ | **Watchers**. Shows number of people interested in project changes. |
16
- | 🌟 | **Stars**. Might mean it is a good project or that it was featured in a mailing list. Some people use 🌟 as a "Like". |
17
- | πŸ—“ | **Age**. Mature projects might mean battle tested project. Recent pushes might mean project is actively maintained. |
18
- | 🍻 | **Pull Requests**. Community contributions to the project. Many closed PRs usually is a good sign, while no PRs usual is bad. |
19
- | πŸ›  | **Refactoring**. Balance between added and deleted code. Crude value not including semantic understanding of the code. |
20
- | πŸ“¦ | **Releases**. Might mean disciplined maintainer. Certain dependency managers rely on releases to be present. |
21
- | 🚌 | **Bus factor**. Chances of the project to become abandoned once current collaborators stop updating it. The higher - the worse. |
22
-
23
-
24
9
  # Usage
25
10
 
26
11
  You will need to create a GitHub access token. Head over to https://github.com/settings/tokens and create a new one, call the app `GitHub Score` and copy the token.
@@ -40,7 +25,21 @@ If you ever forget what each line of the report means, run
40
25
  $ github_bus_factor about
41
26
 
42
27
 
28
+ # Report
29
+
30
+ | πŸ™‚ | Description |
31
+ | :--: | :-- |
32
+ | 🍴 | **Forks**. Might mean people planning are fixing bugs or adding features. |
33
+ | πŸ”­ | **Watchers**. Shows number of people interested in project changes. |
34
+ | 🌟 | **Stars**. Might mean it is a good project or that it was featured in a mailing list. Some people use 🌟 as a "Like". |
35
+ | πŸ—“ | **Age**. Mature projects might mean battle tested project. Recent pushes might mean project is actively maintained. |
36
+ | 🍻 | **Pull Requests**. Community contributions to the project. Many closed PRs usually is a good sign, while no PRs usual is bad. |
37
+ | πŸ›  | **Refactoring**. Balance between added and deleted code. Crude value not including semantic understanding of the code. |
38
+ | πŸ“¦ | **Releases**. Might mean disciplined maintainer. Certain dependency managers rely on releases to be present. |
39
+ | 🚌 | **Bus factor**. Chances of the project to become abandoned once current collaborators stop updating it. The higher - the worse. |
40
+
43
41
  ## License
44
42
 
45
43
  The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
46
44
 
45
+ ![](https://raw.githubusercontent.com/zats/github_bus_factor/master/README/NeoNacho.png)
@@ -1,3 +1,3 @@
1
1
  module GitHubBusFactor
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
@@ -20,7 +20,7 @@ module GitHubBusFactor
20
20
 
21
21
  program :version, '0.0.1'
22
22
  program :description, 'More than just stars'
23
- default_command :about
23
+ default_command :fetch
24
24
 
25
25
  # There must be a better way to deal with GitHub caching…
26
26
  def GitHubBusFactor.helper(count, block)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: github_bus_factor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sash Zats
@@ -160,6 +160,7 @@ files:
160
160
  - Gemfile
161
161
  - LICENSE.txt
162
162
  - README.md
163
+ - README/NeoNacho.png
163
164
  - README/screenshot.png
164
165
  - Rakefile
165
166
  - bin/console