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

« back to all changes in this revision

Viewing changes to metadata.yml

  • Committer: Package Import Robot
  • Author(s): Paul van Tilburg
  • Date: 2012-05-17 13:56:37 UTC
  • Revision ID: package-import@ubuntu.com-20120517135637-fo8zzak5h5z7e2ma
Tags: upstream-1.1.4
ImportĀ upstreamĀ versionĀ 1.1.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- !ruby/object:Gem::Specification 
 
2
name: mixlib-authentication
 
3
version: !ruby/object:Gem::Version 
 
4
  prerelease: false
 
5
  segments: 
 
6
  - 1
 
7
  - 1
 
8
  - 4
 
9
  version: 1.1.4
 
10
platform: ruby
 
11
authors: 
 
12
- Opscode, Inc.
 
13
autorequire: mixlib-authentication
 
14
bindir: bin
 
15
cert_chain: []
 
16
 
 
17
date: 2010-07-23 00:00:00 -07:00
 
18
default_executable: 
 
19
dependencies: 
 
20
- !ruby/object:Gem::Dependency 
 
21
  name: mixlib-log
 
22
  prerelease: false
 
23
  requirement: &id001 !ruby/object:Gem::Requirement 
 
24
    none: false
 
25
    requirements: 
 
26
    - - ">="
 
27
      - !ruby/object:Gem::Version 
 
28
        segments: 
 
29
        - 0
 
30
        version: "0"
 
31
  type: :runtime
 
32
  version_requirements: *id001
 
33
description: Mixes in simple per-request authentication
 
34
email: info@opscode.com
 
35
executables: []
 
36
 
 
37
extensions: []
 
38
 
 
39
extra_rdoc_files: 
 
40
- README.rdoc
 
41
- LICENSE
 
42
- NOTICE
 
43
files: 
 
44
- LICENSE
 
45
- README.rdoc
 
46
- Rakefile
 
47
- NOTICE
 
48
- lib/mixlib/authentication/digester.rb
 
49
- lib/mixlib/authentication/http_authentication_request.rb
 
50
- lib/mixlib/authentication/signatureverification.rb
 
51
- lib/mixlib/authentication/signedheaderauth.rb
 
52
- lib/mixlib/authentication.rb
 
53
- spec/mixlib/authentication/http_authentication_request_spec.rb
 
54
- spec/mixlib/authentication/mixlib_authentication_spec.rb
 
55
- spec/spec.opts
 
56
- spec/spec_helper.rb
 
57
has_rdoc: true
 
58
homepage: http://www.opscode.com
 
59
licenses: []
 
60
 
 
61
post_install_message: 
 
62
rdoc_options: []
 
63
 
 
64
require_paths: 
 
65
- lib
 
66
required_ruby_version: !ruby/object:Gem::Requirement 
 
67
  none: false
 
68
  requirements: 
 
69
  - - ">="
 
70
    - !ruby/object:Gem::Version 
 
71
      segments: 
 
72
      - 0
 
73
      version: "0"
 
74
required_rubygems_version: !ruby/object:Gem::Requirement 
 
75
  none: false
 
76
  requirements: 
 
77
  - - ">="
 
78
    - !ruby/object:Gem::Version 
 
79
      segments: 
 
80
      - 0
 
81
      version: "0"
 
82
requirements: []
 
83
 
 
84
rubyforge_project: 
 
85
rubygems_version: 1.3.7
 
86
signing_key: 
 
87
specification_version: 3
 
88
summary: Mixes in simple per-request authentication
 
89
test_files: []
 
90