yubikey 1.2.0 → 1.2.1
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.
- data/README.rdoc +1 -5
- data/lib/yubikey.rb +1 -2
- data/lib/yubikey/hex.rb +1 -1
- metadata +3 -3
data/README.rdoc
CHANGED
@@ -46,8 +46,4 @@ A library to verify, decode, decrypt and parse Yubikey[http://www.yubico.com/hom
|
|
46
46
|
|
47
47
|
=== Contributors
|
48
48
|
Carl Byström
|
49
|
-
Erik Ruwalder
|
50
|
-
|
51
|
-
=== AES and CRC code
|
52
|
-
Written by Simon Josefsson <simon@josefsson.org>
|
53
|
-
Copyright (c) 2006, 2007, 2008, 2009 Yubico AB
|
49
|
+
Erik Ruwalder
|
data/lib/yubikey.rb
CHANGED
data/lib/yubikey/hex.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: yubikey
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jonathan Rudenberg
|
@@ -9,11 +9,11 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-
|
12
|
+
date: 2009-12-04 00:00:00 -05:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
|
-
name:
|
16
|
+
name: crypt19
|
17
17
|
type: :runtime
|
18
18
|
version_requirement:
|
19
19
|
version_requirements: !ruby/object:Gem::Requirement
|