fingerer 0.1.4 → 0.1.5
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 +3 -3
- data/fingerer.gemspec +1 -1
- data/lib/fingerer/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fe7ba4c9b545b6c917941467e968fbc56bbeb0c6
|
|
4
|
+
data.tar.gz: '08c6e19214af506d31860a03a8fb0ec8bb785b70'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b2f723e47cf8e1e6190e99e4e1b8b3008cacbe1b9c2a840a0dd540c0d21808ecb7e2cd2390d7db469f3d81bb510bf2b7f4c4aab646997151f79d56bc04eac405
|
|
7
|
+
data.tar.gz: 85563d5e091337ccffd8b13d31fcc62f6e7b4b0a7852c9eccb4f2e58558a0c1e47729ed4f0ad2377f1266376236c31b04c0167583836a90f02ea5e712ca6732d
|
data/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Finger(er)
|
|
2
2
|
|
|
3
3
|
[](https://codeclimate.com/github/zachflower/fingerer) [](https://travis-ci.org/zachflower/fingerer) [](https://badge.fury.io/rb/fingerer) [](https://beerpay.io/zachflower/fingerer)
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Finger(er) is a [finger](https://en.wikipedia.org/wiki/Finger_protocol) server that returns the GitHub profile associated with the provided username. Quickly lookup GitHub user and organization information using a standard `finger` command.
|
|
6
6
|
|
|
7
7
|
**Syntax**
|
|
8
8
|
|
|
@@ -70,7 +70,7 @@ Usage: fingerer [options]
|
|
|
70
70
|
-l, --listen IP IP to listen on (default: 0.0.0.0)
|
|
71
71
|
```
|
|
72
72
|
|
|
73
|
-
**Note:
|
|
73
|
+
**Note: Finger(er) must be run as root, as fingerd is expected to be listening on port 79.**
|
|
74
74
|
|
|
75
75
|
## Contributing
|
|
76
76
|
|
data/fingerer.gemspec
CHANGED
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.version = Fingerer::VERSION
|
|
9
9
|
spec.authors = ["Zachary Flower"]
|
|
10
10
|
spec.email = ["zach@zacharyflower.com"]
|
|
11
|
-
spec.description = %q{
|
|
11
|
+
spec.description = %q{Finger(er) is a finger server that returns the GitHub profile associated with the provided username. Quickly lookup GitHub user and organization information using a standard finger command.}
|
|
12
12
|
spec.summary = %q{Lookup GitHub profile information using a standard finger command.}
|
|
13
13
|
spec.homepage = "https://github.com/zachflower/fingerer"
|
|
14
14
|
spec.license = "MIT"
|
data/lib/fingerer/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fingerer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Zachary Flower
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-01
|
|
11
|
+
date: 2017-02-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: octokit
|
|
@@ -52,7 +52,7 @@ dependencies:
|
|
|
52
52
|
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '1.3'
|
|
55
|
-
description:
|
|
55
|
+
description: Finger(er) is a finger server that returns the GitHub profile associated
|
|
56
56
|
with the provided username. Quickly lookup GitHub user and organization information
|
|
57
57
|
using a standard finger command.
|
|
58
58
|
email:
|