github_sniffer 0.0.21a → 0.0.21
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/README.md +5 -7
- data/lib/github_sniffer/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4dfccefae20577782812008d2e429070a4adf157
|
|
4
|
+
data.tar.gz: 91c809025731289cf10cfa447aeadd9972ff58ca
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5a48a38bb6083d6a91e85447aacc54b616cc47720a619b593048162e71afe14d5a6f20713dd452d7319a3fbf48847f2b7871aa888444b0c831ab103799e2289a
|
|
7
|
+
data.tar.gz: 158618dc293f3400fcffad4a25e42d3bbb7f0babe27ad158d5af7cf24daddbcb8f9e93e6947996b91ff52fe140f129e6a0e44da46ab77c16f1552d83bbc10cc8
|
data/README.md
CHANGED
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
Simple command line tool with github api to display github users most used languages.
|
|
4
4
|
|
|
5
|
+
run `bundle exec bin/github_sniffer dominant_language USERNAME` to display users preferred language.
|
|
6
|
+
`dl` is an alias for `dominant_language`.
|
|
7
|
+
|
|
8
|
+
run `bin/console` for an interactive prompt.
|
|
9
|
+
|
|
5
10
|
## Installation
|
|
6
11
|
|
|
7
12
|
Add this line to your application's Gemfile:
|
|
@@ -17,16 +22,9 @@ And then execute:
|
|
|
17
22
|
Or install it yourself as:
|
|
18
23
|
|
|
19
24
|
$ gem install github_sniffer
|
|
20
|
-
## Usage
|
|
21
|
-
To display users most used languages from the repositories type:
|
|
22
|
-
`github_sniffer [dl, dominant_language] USERNAME`
|
|
23
25
|
|
|
24
26
|
## Development
|
|
25
27
|
|
|
26
|
-
run `bundle exec bin/github_sniffer dominant_language USERNAME` to display users preferred language.
|
|
27
|
-
`dl` is an alias for `dominant_language`.
|
|
28
|
-
|
|
29
|
-
run `bin/console` for an interactive prompt.
|
|
30
28
|
run `rspec spec` and `cucumber` for tests.
|
|
31
29
|
|
|
32
30
|
## Contributing
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: github_sniffer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.21
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- rails-kung-foo
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-05-
|
|
11
|
+
date: 2016-05-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thor
|
|
@@ -163,9 +163,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
163
163
|
version: '0'
|
|
164
164
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
165
165
|
requirements:
|
|
166
|
-
- - "
|
|
166
|
+
- - ">="
|
|
167
167
|
- !ruby/object:Gem::Version
|
|
168
|
-
version:
|
|
168
|
+
version: '0'
|
|
169
169
|
requirements: []
|
|
170
170
|
rubyforge_project:
|
|
171
171
|
rubygems_version: 2.5.1
|