mixlib-authentication 1.4.0.rc.1 → 1.4.1

Sign up to get free protection for your applications and to get access to all the features.
data/spec/spec_helper.rb CHANGED
@@ -7,9 +7,9 @@
7
7
  # Licensed under the Apache License, Version 2.0 (the "License");
8
8
  # you may not use this file except in compliance with the License.
9
9
  # You may obtain a copy of the License at
10
- #
10
+ #
11
11
  # http://www.apache.org/licenses/LICENSE-2.0
12
- #
12
+ #
13
13
  # Unless required by applicable law or agreed to in writing, software
14
14
  # distributed under the License is distributed on an "AS IS" BASIS,
15
15
  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -20,4 +20,4 @@
20
20
  $:.unshift File.expand_path(File.join(File.dirname(__FILE__), "..", "lib")) # lib in mixlib-authentication
21
21
  $:.unshift File.expand_path(File.join(File.dirname(__FILE__), "..", "..", "mixlib-log", "lib")) # mixlib-log/log
22
22
 
23
- require 'rubygems'
23
+ require "rubygems"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mixlib-authentication
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0.rc.1
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
- - Opscode, Inc.
7
+ - Chef Software, Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-16 00:00:00.000000000 Z
11
+ date: 2016-06-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mixlib-log
@@ -31,7 +31,7 @@ dependencies:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
33
  version: '3.2'
34
- type: :runtime
34
+ type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
@@ -45,7 +45,7 @@ dependencies:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
47
  version: '3.2'
48
- type: :runtime
48
+ type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
@@ -59,13 +59,27 @@ dependencies:
59
59
  - - "~>"
60
60
  - !ruby/object:Gem::Version
61
61
  version: '3.2'
62
- type: :runtime
62
+ type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: '3.2'
69
+ - !ruby/object:Gem::Dependency
70
+ name: chefstyle
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ version: '0'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: '0'
69
83
  - !ruby/object:Gem::Dependency
70
84
  name: rake
71
85
  requirement: !ruby/object:Gem::Requirement
@@ -81,18 +95,15 @@ dependencies:
81
95
  - !ruby/object:Gem::Version
82
96
  version: '10.4'
83
97
  description: Mixes in simple per-request authentication
84
- email: info@opscode.com
98
+ email: info@chef.io
85
99
  executables: []
86
100
  extensions: []
87
- extra_rdoc_files:
88
- - README.rdoc
89
- - LICENSE
90
- - NOTICE
101
+ extra_rdoc_files: []
91
102
  files:
92
103
  - Gemfile
93
104
  - LICENSE
94
105
  - NOTICE
95
- - README.rdoc
106
+ - README.md
96
107
  - Rakefile
97
108
  - lib/mixlib/authentication.rb
98
109
  - lib/mixlib/authentication/digester.rb
@@ -105,8 +116,9 @@ files:
105
116
  - spec/mixlib/authentication/http_authentication_request_spec.rb
106
117
  - spec/mixlib/authentication/mixlib_authentication_spec.rb
107
118
  - spec/spec_helper.rb
108
- homepage: http://www.opscode.com
109
- licenses: []
119
+ homepage: https://www.chef.io
120
+ licenses:
121
+ - Apache-2.0
110
122
  metadata: {}
111
123
  post_install_message:
112
124
  rdoc_options: []
@@ -119,14 +131,13 @@ required_ruby_version: !ruby/object:Gem::Requirement
119
131
  version: '0'
120
132
  required_rubygems_version: !ruby/object:Gem::Requirement
121
133
  requirements:
122
- - - ">"
134
+ - - ">="
123
135
  - !ruby/object:Gem::Version
124
- version: 1.3.1
136
+ version: '0'
125
137
  requirements: []
126
138
  rubyforge_project:
127
- rubygems_version: 2.5.0
139
+ rubygems_version: 2.4.5.1
128
140
  signing_key:
129
141
  specification_version: 4
130
142
  summary: Mixes in simple per-request authentication
131
143
  test_files: []
132
- has_rdoc: true