smartcard 0.3.1-x86-mswin32-60

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.
metadata ADDED
@@ -0,0 +1,102 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: smartcard
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.3.1
5
+ platform: x86-mswin32-60
6
+ authors:
7
+ - Victor Costan
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2008-05-01 00:00:00 -04:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description: Interface with ISO 7816 smart cards.
17
+ email: victor@costan.us
18
+ executables: []
19
+
20
+ extensions: []
21
+
22
+ extra_rdoc_files:
23
+ - BUILD
24
+ - CHANGELOG
25
+ - ext/smartcard_pcsc/extconf.rb
26
+ - ext/smartcard_pcsc/pcsc.h
27
+ - ext/smartcard_pcsc/pcsc_card.c
28
+ - ext/smartcard_pcsc/pcsc_constants.c
29
+ - ext/smartcard_pcsc/pcsc_context.c
30
+ - ext/smartcard_pcsc/pcsc_exception.c
31
+ - ext/smartcard_pcsc/pcsc_io_request.c
32
+ - ext/smartcard_pcsc/pcsc_main.c
33
+ - ext/smartcard_pcsc/pcsc_multi_strings.c
34
+ - ext/smartcard_pcsc/pcsc_namespace.c
35
+ - ext/smartcard_pcsc/pcsc_reader_states.c
36
+ - ext/smartcard_pcsc/pcsc_surrogate_reader.h
37
+ - ext/smartcard_pcsc/pcsc_surrogate_wintypes.h
38
+ - lib/smartcard/pcsc_exception.rb
39
+ - lib/smartcard.rb
40
+ - LICENSE
41
+ - README
42
+ files:
43
+ - BUILD
44
+ - CHANGELOG
45
+ - ext/smartcard_pcsc/extconf.rb
46
+ - ext/smartcard_pcsc/pcsc.h
47
+ - ext/smartcard_pcsc/pcsc_card.c
48
+ - ext/smartcard_pcsc/pcsc_constants.c
49
+ - ext/smartcard_pcsc/pcsc_context.c
50
+ - ext/smartcard_pcsc/pcsc_exception.c
51
+ - ext/smartcard_pcsc/pcsc_io_request.c
52
+ - ext/smartcard_pcsc/pcsc_main.c
53
+ - ext/smartcard_pcsc/pcsc_multi_strings.c
54
+ - ext/smartcard_pcsc/pcsc_namespace.c
55
+ - ext/smartcard_pcsc/pcsc_reader_states.c
56
+ - ext/smartcard_pcsc/pcsc_surrogate_reader.h
57
+ - ext/smartcard_pcsc/pcsc_surrogate_wintypes.h
58
+ - lib/smartcard/pcsc_exception.rb
59
+ - lib/smartcard.rb
60
+ - LICENSE
61
+ - Manifest
62
+ - README
63
+ - test/test_containers.rb
64
+ - test/test_smoke.rb
65
+ - tests/ts_pcsc_ext.rb
66
+ - smartcard.gemspec
67
+ - lib/smartcard/pcsc.so
68
+ has_rdoc: true
69
+ homepage: http://www.costan.us/smartcard
70
+ post_install_message:
71
+ rdoc_options:
72
+ - --line-numbers
73
+ - --inline-source
74
+ - --title
75
+ - Smartcard
76
+ - --main
77
+ - README
78
+ require_paths:
79
+ - lib
80
+ - ext
81
+ required_ruby_version: !ruby/object:Gem::Requirement
82
+ requirements:
83
+ - - ">="
84
+ - !ruby/object:Gem::Version
85
+ version: "0"
86
+ version:
87
+ required_rubygems_version: !ruby/object:Gem::Requirement
88
+ requirements:
89
+ - - ">="
90
+ - !ruby/object:Gem::Version
91
+ version: "0"
92
+ version:
93
+ requirements: []
94
+
95
+ rubyforge_project: smartcard
96
+ rubygems_version: 1.1.1
97
+ signing_key:
98
+ specification_version: 2
99
+ summary: Interface with ISO 7816 smart cards.
100
+ test_files:
101
+ - test/test_containers.rb
102
+ - test/test_smoke.rb