~ubuntu-branches/ubuntu/quantal/ruby-mixlib-authentication/quantal

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
--- !ruby/object:Gem::Specification 
name: mixlib-authentication
version: !ruby/object:Gem::Version 
  prerelease: false
  segments: 
  - 1
  - 1
  - 4
  version: 1.1.4
platform: ruby
authors: 
- Opscode, Inc.
autorequire: mixlib-authentication
bindir: bin
cert_chain: []

date: 2010-07-23 00:00:00 -07:00
default_executable: 
dependencies: 
- !ruby/object:Gem::Dependency 
  name: mixlib-log
  prerelease: false
  requirement: &id001 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        segments: 
        - 0
        version: "0"
  type: :runtime
  version_requirements: *id001
description: Mixes in simple per-request authentication
email: info@opscode.com
executables: []

extensions: []

extra_rdoc_files: 
- README.rdoc
- LICENSE
- NOTICE
files: 
- LICENSE
- README.rdoc
- Rakefile
- NOTICE
- lib/mixlib/authentication/digester.rb
- lib/mixlib/authentication/http_authentication_request.rb
- lib/mixlib/authentication/signatureverification.rb
- lib/mixlib/authentication/signedheaderauth.rb
- lib/mixlib/authentication.rb
- spec/mixlib/authentication/http_authentication_request_spec.rb
- spec/mixlib/authentication/mixlib_authentication_spec.rb
- spec/spec.opts
- spec/spec_helper.rb
has_rdoc: true
homepage: http://www.opscode.com
licenses: []

post_install_message: 
rdoc_options: []

require_paths: 
- lib
required_ruby_version: !ruby/object:Gem::Requirement 
  none: false
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      segments: 
      - 0
      version: "0"
required_rubygems_version: !ruby/object:Gem::Requirement 
  none: false
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      segments: 
      - 0
      version: "0"
requirements: []

rubyforge_project: 
rubygems_version: 1.3.7
signing_key: 
specification_version: 3
summary: Mixes in simple per-request authentication
test_files: []