~ubuntu-branches/ubuntu/wily/ruby-mixlib-authentication/wily-proposed

« back to all changes in this revision

Viewing changes to metadata.yml

  • Committer: Package Import Robot
  • Author(s): Stefano Rivera
  • Date: 2014-01-15 17:38:37 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20140115173837-lwkbzmxtp6sndtfl
Tags: 1.3.0-1
* Team upload.
* New upstream release.
* Drop patches, superseded upstream.
* Drop transitional libmixlib-authentication-ruby packages. Not needed
  post-wheezy.
* Bump Stardards-Version to 3.9.5.
  - Bump debhelper dependency to 8.1 for build-{arch,indep} support.
* Update debian/copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
--- !ruby/object:Gem::Specification 
2
2
name: mixlib-authentication
3
3
version: !ruby/object:Gem::Version 
4
 
  prerelease: false
 
4
  hash: 27
 
5
  prerelease: 
5
6
  segments: 
6
7
  - 1
7
 
  - 1
8
 
  - 4
9
 
  version: 1.1.4
 
8
  - 3
 
9
  - 0
 
10
  version: 1.3.0
10
11
platform: ruby
11
12
authors: 
12
13
- Opscode, Inc.
13
 
autorequire: mixlib-authentication
 
14
autorequire: 
14
15
bindir: bin
15
16
cert_chain: []
16
17
 
17
 
date: 2010-07-23 00:00:00 -07:00
18
 
default_executable: 
 
18
date: 2012-08-06 00:00:00 Z
19
19
dependencies: 
20
20
- !ruby/object:Gem::Dependency 
21
21
  name: mixlib-log
25
25
    requirements: 
26
26
    - - ">="
27
27
      - !ruby/object:Gem::Version 
 
28
        hash: 3
28
29
        segments: 
29
30
        - 0
30
31
        version: "0"
45
46
- README.rdoc
46
47
- Rakefile
47
48
- NOTICE
 
49
- lib/mixlib/authentication/signedheaderauth.rb
48
50
- lib/mixlib/authentication/digester.rb
49
51
- lib/mixlib/authentication/http_authentication_request.rb
50
52
- lib/mixlib/authentication/signatureverification.rb
51
 
- lib/mixlib/authentication/signedheaderauth.rb
52
53
- lib/mixlib/authentication.rb
 
54
- spec/spec_helper.rb
 
55
- spec/mixlib/authentication/mixlib_authentication_spec.rb
53
56
- 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
57
homepage: http://www.opscode.com
59
58
licenses: []
60
59
 
68
67
  requirements: 
69
68
  - - ">="
70
69
    - !ruby/object:Gem::Version 
 
70
      hash: 3
71
71
      segments: 
72
72
      - 0
73
73
      version: "0"
76
76
  requirements: 
77
77
  - - ">="
78
78
    - !ruby/object:Gem::Version 
 
79
      hash: 3
79
80
      segments: 
80
81
      - 0
81
82
      version: "0"
82
83
requirements: []
83
84
 
84
85
rubyforge_project: 
85
 
rubygems_version: 1.3.7
 
86
rubygems_version: 1.8.15
86
87
signing_key: 
87
88
specification_version: 3
88
89
summary: Mixes in simple per-request authentication