github-auth 0.6.0 → 0.6.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +12 -5
  3. data/lib/github/auth/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 13910bb7a77151c5be95f4fda4fcd3dde4e2bd67
4
- data.tar.gz: 3ad56d064832e34b9510745ca8f3514e59e3a0ac
3
+ metadata.gz: b777cbac0ac883e09c0821dd8b755ba9883c673e
4
+ data.tar.gz: 16d6df25e6dc328f98c69db653ea92d01be76ab0
5
5
  SHA512:
6
- metadata.gz: a4a4de892ab9447007bf7ea946502d5f61393676585bb0b03876d25684ac89fe849bd206a80d08345a01f94a62a8027e287377ac3dea77e300e4f4f6f47ab922
7
- data.tar.gz: b7fe980cc445036dc62c743dd778794f4647fd13432d3912be7ac68ce8a961185c4d41f80515be4e1162b7ceea44609337dad8d043d451c92602b8ec639fabc2
6
+ metadata.gz: b4545a2b0ffcdc31ff7fd2bcbb069e4d3f4887bf7dbd4a9b3678de5503c708ea0f133a72f59f7dd95f67331dd96757c6b26bd942714a12d05ab4df827f66516a
7
+ data.tar.gz: 49b31ac2982b490cf0941ea85fe90e3fc9ade3dcccfa7742118603fc4089cabaed715b85e27bbdc25ef9f0ce530439e4ad274104ed784209886b507e9f4049e7
data/README.md CHANGED
@@ -1,8 +1,15 @@
1
- # github-auth `gh-auth`
1
+ # github-auth
2
+
2
3
  [![Travis CI](https://travis-ci.org/chrishunt/github-auth.png)](https://travis-ci.org/chrishunt/github-auth)
3
4
  [![Coverage Status](https://coveralls.io/repos/chrishunt/github-auth/badge.png?branch=master)](https://coveralls.io/r/chrishunt/github-auth)
4
5
  [![Code Climate](https://codeclimate.com/github/chrishunt/github-auth.png)](https://codeclimate.com/github/chrishunt/github-auth)
5
6
 
7
+ ### Pairing with strangers has never been so good.
8
+
9
+ **github-auth** allows you to quickly pair with any GitHub user by adding or
10
+ removing the user's public ssh keys from your
11
+ [`authorized_keys`](http://en.wikipedia.org/wiki/Ssh-agent) file.
12
+
6
13
  ## Description
7
14
 
8
15
  If you agree to [\#pairwithme](https://twitter.com/search?q=pairwithme), we'll
@@ -10,10 +17,6 @@ probably be SSHing into my laptop, your laptop, or some laptop in the sky.
10
17
  Sharing passwords over email is no fun, so we'll use public key authentication
11
18
  to keep things fun, fast, and secure.
12
19
 
13
- `gh-auth` allows you to quickly add and remove any Github user's public ssh
14
- keys from your [`authorized_keys`](http://en.wikipedia.org/wiki/Ssh-agent)
15
- file.
16
-
17
20
  Let's see how this works.
18
21
 
19
22
  After you've [installed](#installation) `gh-auth`, you can give me ssh access
@@ -201,3 +204,7 @@ If this isn't possible, then you can use a VPS provider like
201
204
  ## Contributing
202
205
  Please see the [Contributing
203
206
  Document](https://github.com/chrishunt/github-auth/blob/master/CONTRIBUTING.md)
207
+
208
+ ## License
209
+ Copyright (C) 2013 Chris Hunt, [MIT
210
+ License](https://github.com/chrishunt/github-auth/blob/master/LICENSE.txt)
@@ -1,5 +1,5 @@
1
1
  module Github
2
2
  module Auth
3
- VERSION = "0.6.0"
3
+ VERSION = "0.6.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: github-auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Hunt
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-05-09 00:00:00.000000000 Z
11
+ date: 2013-05-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler