timfel-krb5-auth 0.8

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 (8) hide show
  1. data/COPYING +510 -0
  2. data/README +21 -0
  3. data/Rakefile +115 -0
  4. data/TODO +3 -0
  5. data/examples/example.rb +44 -0
  6. data/ext/extconf.rb +7 -0
  7. data/ext/ruby_krb5_auth.c +755 -0
  8. metadata +63 -0
metadata ADDED
@@ -0,0 +1,63 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: timfel-krb5-auth
3
+ version: !ruby/object:Gem::Version
4
+ version: "0.8"
5
+ platform: ruby
6
+ authors:
7
+ - clalance
8
+ - Daniel Berger
9
+ - Tim Felgentreff
10
+ autorequire:
11
+ bindir: bin
12
+ cert_chain: []
13
+
14
+ date: 2010-01-24 00:00:00 +01:00
15
+ default_executable:
16
+ dependencies: []
17
+
18
+ description: A wrapper for Kerberos 5 authentication
19
+ email: tim@nada1.de
20
+ executables: []
21
+
22
+ extensions:
23
+ - ext/extconf.rb
24
+ extra_rdoc_files: []
25
+
26
+ files:
27
+ - COPYING
28
+ - Rakefile
29
+ - README
30
+ - examples/example.rb
31
+ - ext/ruby_krb5_auth.c
32
+ - ext/extconf.rb
33
+ - TODO
34
+ has_rdoc: true
35
+ homepage: http://github.com/timfel/krb5-auth
36
+ licenses: []
37
+
38
+ post_install_message:
39
+ rdoc_options: []
40
+
41
+ require_paths:
42
+ - lib
43
+ required_ruby_version: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: "0"
48
+ version:
49
+ required_rubygems_version: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - ">="
52
+ - !ruby/object:Gem::Version
53
+ version: "0"
54
+ version:
55
+ requirements: []
56
+
57
+ rubyforge_project:
58
+ rubygems_version: 1.3.5
59
+ signing_key:
60
+ specification_version: 3
61
+ summary: A wrapper for Kerberos 5 authentication
62
+ test_files: []
63
+