octokey 0.1.pre.3 → 0.1.pre.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/octokey.rb +3 -0
  2. metadata +16 -2
data/lib/octokey.rb CHANGED
@@ -12,6 +12,9 @@ require File.expand_path('octokey/auth_request', File.dirname(__FILE__))
12
12
  # Octokey is a private key based login mechanism for websites inspired
13
13
  # heavily by, and borrowing algorithms from, OpenSSH.
14
14
  class Octokey
15
+ # The current version of Octokey as a string.
16
+ VERSION = '0.1.pre.4'
17
+
15
18
  # Raised when you try and access details of an invalid octokey request.
16
19
  # If you always check .can_log_in? or .can_sign_up? first, you should not
17
20
  # see this exception.
metadata CHANGED
@@ -2,10 +2,11 @@
2
2
  name: octokey
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease: 4
5
- version: 0.1.pre.3
5
+ version: 0.1.pre.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Conrad Irwin
9
+ - Martin Kleppmann
9
10
  autorequire:
10
11
  bindir: bin
11
12
  cert_chain: []
@@ -56,8 +57,21 @@ dependencies:
56
57
  version: "0"
57
58
  type: :development
58
59
  version_requirements: *id004
60
+ - !ruby/object:Gem::Dependency
61
+ name: yard
62
+ prerelease: false
63
+ requirement: &id005 !ruby/object:Gem::Requirement
64
+ none: false
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: "0"
69
+ type: :development
70
+ version_requirements: *id005
59
71
  description: Allows you to use secure authentication mechanisms in place of passwords
60
- email: conrad.irwin@gmail.com
72
+ email:
73
+ - conrad.irwin@gmail.com
74
+ - martin@kleppmann.de
61
75
  executables: []
62
76
 
63
77
  extensions: []