fingerer 0.1.4 → 0.1.5

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: fa7a28a336c0fa492f73bef7b433af298211da51
4
- data.tar.gz: 5b5b0e0f59749a952aae5cd665d3d21988118cb4
3
+ metadata.gz: fe7ba4c9b545b6c917941467e968fbc56bbeb0c6
4
+ data.tar.gz: '08c6e19214af506d31860a03a8fb0ec8bb785b70'
5
5
  SHA512:
6
- metadata.gz: 60c06cc99168d8bf107699044c3823b80bf9717d0ffc80de8c058d0b117cbaf78231d5a48d7a0131b377760660e6ec8954b512852b3779ae6c283fa246e6162a
7
- data.tar.gz: d83c7d26dbf7409bc6bbd90577c87dad85b8758c0d7d01acdd4be7b9cf66f4a4eb7547241ebc7056102bf67b8af4b1b4c06de00c9c1c367d54672e7319b04bab
6
+ metadata.gz: b2f723e47cf8e1e6190e99e4e1b8b3008cacbe1b9c2a840a0dd540c0d21808ecb7e2cd2390d7db469f3d81bb510bf2b7f4c4aab646997151f79d56bc04eac405
7
+ data.tar.gz: 85563d5e091337ccffd8b13d31fcc62f6e7b4b0a7852c9eccb4f2e58558a0c1e47729ed4f0ad2377f1266376236c31b04c0167583836a90f02ea5e712ca6732d
data/README.md CHANGED
@@ -1,8 +1,8 @@
1
- # Fingerer
1
+ # Finger(er)
2
2
 
3
3
  [![Code Climate](https://codeclimate.com/github/zachflower/fingerer/badges/gpa.svg)](https://codeclimate.com/github/zachflower/fingerer) [![Build Status](https://travis-ci.org/zachflower/fingerer.svg?branch=master)](https://travis-ci.org/zachflower/fingerer) [![Gem Version](https://badge.fury.io/rb/fingerer.svg)](https://badge.fury.io/rb/fingerer) [![Beerpay](https://beerpay.io/zachflower/fingerer/badge.svg?style=flat)](https://beerpay.io/zachflower/fingerer)
4
4
 
5
- Fingerer 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.
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: Fingerer must be run as root, as fingerd is expected to be listening on port 79.**
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
 
@@ -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{Fingerer 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.}
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"
@@ -1,3 +1,3 @@
1
1
  module Fingerer
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
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
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-31 00:00:00.000000000 Z
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: Fingerer is a finger server that returns the GitHub profile associated
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: