ghuls 1.8.0 → 1.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/lib/ghuls/cli.rb +0 -2
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 622e65b45c58c8b9ca70643f84b030e15f29a451
|
|
4
|
+
data.tar.gz: ce2c6e9e666a8754c2cdfc9f24f7409722ee0b02
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4456dd827083f8779b9ad20c68a583315f177f23a9efbdd2e9aff44b61cdafbd6c45d2f0af4d21535314783416619794b0073a8040fd4334eab30c3072912e91
|
|
7
|
+
data.tar.gz: 164e7fe6f86f6db02ccbaff1a440dd8c5d4f52d142fdc8d8149ea84181cf795634876c04103209bf746f8e6bd1eca692db95493cb6c56bbfe7c47d1b06d2a17b
|
data/CHANGELOG.md
CHANGED
data/lib/ghuls/cli.rb
CHANGED
|
@@ -154,8 +154,6 @@ module GHULS
|
|
|
154
154
|
puts "An average day has #{GitHub::Calendar.get_average_day(username).to_s.separate} contributions"
|
|
155
155
|
puts "An average week has #{GitHub::Calendar.get_average_week(username).to_s.separate} contributions"
|
|
156
156
|
puts "An average month has #{GitHub::Calendar.get_average_month(username).to_s.separate} contributions"
|
|
157
|
-
puts "Current contribution streak is #{GitHub::Calendar.get_current_streak(username).to_s.separate} days"
|
|
158
|
-
puts "Longest contribution streak is #{GitHub::Calendar.get_longest_streak(username).to_s.separate} days"
|
|
159
157
|
GitHub::Calendar.get_monthly(username).each do |month, amount|
|
|
160
158
|
month_name = case month
|
|
161
159
|
when '01' then 'January'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ghuls
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.8.
|
|
4
|
+
version: 1.8.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eli Foster
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-05-
|
|
11
|
+
date: 2016-05-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: paint
|
|
@@ -86,14 +86,14 @@ dependencies:
|
|
|
86
86
|
requirements:
|
|
87
87
|
- - "~>"
|
|
88
88
|
- !ruby/object:Gem::Version
|
|
89
|
-
version: '1.
|
|
89
|
+
version: '1.3'
|
|
90
90
|
type: :runtime
|
|
91
91
|
prerelease: false
|
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
|
93
93
|
requirements:
|
|
94
94
|
- - "~>"
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
|
-
version: '1.
|
|
96
|
+
version: '1.3'
|
|
97
97
|
description: Getting GitHub repository language data by user! It also has a web alternative
|
|
98
98
|
at http://ghuls.herokuapp.com
|
|
99
99
|
email: elifosterwy@gmail.com
|
|
@@ -126,7 +126,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
126
126
|
version: '0'
|
|
127
127
|
requirements: []
|
|
128
128
|
rubyforge_project:
|
|
129
|
-
rubygems_version: 2.
|
|
129
|
+
rubygems_version: 2.6.4
|
|
130
130
|
signing_key:
|
|
131
131
|
specification_version: 4
|
|
132
132
|
summary: 'GHULS: GitHub User Language Statistics'
|