kiro-ruby-sasl 0.0.4.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.
metadata ADDED
@@ -0,0 +1,64 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: kiro-ruby-sasl
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.4.0
5
+ platform: ruby
6
+ authors:
7
+ - Stephan Maka
8
+ - Ping Yu
9
+ - Kirolous Frouk
10
+ autorequire:
11
+ bindir: bin
12
+ cert_chain: []
13
+ date: 2010-10-18 00:00:00.000000000 Z
14
+ dependencies: []
15
+ description: Simple Authentication and Security Layer (RFC 4422)
16
+ email: pyu@intridea.com
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - README.markdown
22
+ - lib/sasl.rb
23
+ - lib/sasl/anonymous.rb
24
+ - lib/sasl/base.rb
25
+ - lib/sasl/base64.rb
26
+ - lib/sasl/digest_md5.rb
27
+ - lib/sasl/gssapi.rb
28
+ - lib/sasl/gssspnego.rb
29
+ - lib/sasl/plain.rb
30
+ - lib/sasl/socket.rb
31
+ - spec/anonymous_spec.rb
32
+ - spec/digest_md5_spec.rb
33
+ - spec/mechanism_spec.rb
34
+ - spec/plain_spec.rb
35
+ - spec/socket_spec.rb
36
+ homepage: http://github.com/luizluca/ruby-sasl/
37
+ licenses: []
38
+ metadata: {}
39
+ post_install_message:
40
+ rdoc_options: []
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
+ required_rubygems_version: !ruby/object:Gem::Requirement
49
+ requirements:
50
+ - - ">="
51
+ - !ruby/object:Gem::Version
52
+ version: '0'
53
+ requirements: []
54
+ rubyforge_project:
55
+ rubygems_version: 2.2.2
56
+ signing_key:
57
+ specification_version: 4
58
+ summary: SASL client library
59
+ test_files:
60
+ - spec/mechanism_spec.rb
61
+ - spec/anonymous_spec.rb
62
+ - spec/plain_spec.rb
63
+ - spec/digest_md5_spec.rb
64
+ - spec/socket_spec.rb