u2f 0.0.0

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.
Files changed (5) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +3 -0
  3. data/lib/u2f.rb +2 -0
  4. data/lib/version.rb +3 -0
  5. metadata +63 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 75a50469828893782345c5b90dfc2bf0272fa3c2
4
+ data.tar.gz: 466e51009f4f2c670302d67930fc66e33c80c49d
5
+ SHA512:
6
+ metadata.gz: a412287c1b11d1c85d966a3a7e68dfb7da43c7df73da08f67f06b1ace63dc28bfde8a83fcb6a9d6c748cecf4243552986d0abce203718f317add402c171cb3b0
7
+ data.tar.gz: e761c7a2a0a04de96a2008342fa6a6fc33d04fb743d327691df51a0f3dd13a12d86aa411ac1f88ae4eb99bbe3e7350099d4ff342663cce5846a520af2f0fef12
@@ -0,0 +1,3 @@
1
+ # Ruby U2F
2
+
3
+ Work in progress.
@@ -0,0 +1,2 @@
1
+ module U2F
2
+ end
@@ -0,0 +1,3 @@
1
+ module U2F
2
+ VERSION = "0.0.0"
3
+ end
metadata ADDED
@@ -0,0 +1,63 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: u2f
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Johan Brissmyr
8
+ - Sebastian Wallin
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2014-10-31 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: rspec
16
+ requirement: !ruby/object:Gem::Requirement
17
+ requirements:
18
+ - - ">="
19
+ - !ruby/object:Gem::Version
20
+ version: '0'
21
+ type: :development
22
+ prerelease: false
23
+ version_requirements: !ruby/object:Gem::Requirement
24
+ requirements:
25
+ - - ">="
26
+ - !ruby/object:Gem::Version
27
+ version: '0'
28
+ description: U2F library
29
+ email:
30
+ - brissmyr@gmail.com
31
+ - sebastian.wallin@gmail.com
32
+ executables: []
33
+ extensions: []
34
+ extra_rdoc_files: []
35
+ files:
36
+ - README.md
37
+ - lib/u2f.rb
38
+ - lib/version.rb
39
+ homepage: https://github.com/userbin/ruby-u2f
40
+ licenses:
41
+ - MIT
42
+ metadata: {}
43
+ post_install_message:
44
+ rdoc_options: []
45
+ require_paths:
46
+ - lib
47
+ required_ruby_version: !ruby/object:Gem::Requirement
48
+ requirements:
49
+ - - ">="
50
+ - !ruby/object:Gem::Version
51
+ version: '0'
52
+ required_rubygems_version: !ruby/object:Gem::Requirement
53
+ requirements:
54
+ - - ">="
55
+ - !ruby/object:Gem::Version
56
+ version: '0'
57
+ requirements: []
58
+ rubyforge_project:
59
+ rubygems_version: 2.2.2
60
+ signing_key:
61
+ specification_version: 4
62
+ summary: U2F library
63
+ test_files: []