mixlib-config 2.0.0.rc.5 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 7ca325df755b8481f9df5769f4bfae832f1df100
4
+ data.tar.gz: ced3a08fd6400a9a35bc1dff83951e1fff262fc4
5
+ SHA512:
6
+ metadata.gz: 1fc1e26b90f05e80d3695dff13e8689e47895b4dd8afe67547c8e66b7b464c5b9aa0c473c1ee5aa1fdda9b7224db21a7937a7bb309af9a4f3cf26bad2a8080ec
7
+ data.tar.gz: 27e0903f9186c48ad9e68a5febd5f6eb32a69251a406a814632f2fb553fe310356c07b185f4bf59929b8de3dd06445f1d92690bdfb304b473b735d5dc6b657b9
@@ -19,7 +19,7 @@
19
19
  module Mixlib
20
20
  module Config
21
21
 
22
- VERSION = "2.0.0.rc.5"
22
+ VERSION = "2.0.0"
23
23
 
24
24
  end
25
25
  end
metadata CHANGED
@@ -1,62 +1,55 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mixlib-config
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.rc.5
5
- prerelease: 6
4
+ version: 2.0.0
6
5
  platform: ruby
7
6
  authors:
8
7
  - Opscode, Inc.
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-09-17 00:00:00.000000000 Z
11
+ date: 2013-09-25 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: rake
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ! '>='
17
+ - - '>='
20
18
  - !ruby/object:Gem::Version
21
19
  version: '0'
22
20
  type: :development
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ! '>='
24
+ - - '>='
28
25
  - !ruby/object:Gem::Version
29
26
  version: '0'
30
27
  - !ruby/object:Gem::Dependency
31
28
  name: rspec
32
29
  requirement: !ruby/object:Gem::Requirement
33
- none: false
34
30
  requirements:
35
- - - ! '>='
31
+ - - '>='
36
32
  - !ruby/object:Gem::Version
37
33
  version: '0'
38
34
  type: :development
39
35
  prerelease: false
40
36
  version_requirements: !ruby/object:Gem::Requirement
41
- none: false
42
37
  requirements:
43
- - - ! '>='
38
+ - - '>='
44
39
  - !ruby/object:Gem::Version
45
40
  version: '0'
46
41
  - !ruby/object:Gem::Dependency
47
42
  name: rdoc
48
43
  requirement: !ruby/object:Gem::Requirement
49
- none: false
50
44
  requirements:
51
- - - ! '>='
45
+ - - '>='
52
46
  - !ruby/object:Gem::Version
53
47
  version: '0'
54
48
  type: :development
55
49
  prerelease: false
56
50
  version_requirements: !ruby/object:Gem::Requirement
57
- none: false
58
51
  requirements:
59
- - - ! '>='
52
+ - - '>='
60
53
  - !ruby/object:Gem::Version
61
54
  version: '0'
62
55
  description: A class based configuration library
@@ -72,7 +65,6 @@ files:
72
65
  - README.md
73
66
  - Rakefile
74
67
  - lib/mixlib/config/configurable.rb
75
- - lib/mixlib/config/invalid_value_error.rb
76
68
  - lib/mixlib/config/unknown_config_option_error.rb
77
69
  - lib/mixlib/config/version.rb
78
70
  - lib/mixlib/config.rb
@@ -80,27 +72,26 @@ files:
80
72
  - spec/spec_helper.rb
81
73
  homepage: http://www.opscode.com
82
74
  licenses: []
75
+ metadata: {}
83
76
  post_install_message:
84
77
  rdoc_options: []
85
78
  require_paths:
86
79
  - lib
87
80
  required_ruby_version: !ruby/object:Gem::Requirement
88
- none: false
89
81
  requirements:
90
- - - ! '>='
82
+ - - '>='
91
83
  - !ruby/object:Gem::Version
92
84
  version: '0'
93
85
  required_rubygems_version: !ruby/object:Gem::Requirement
94
- none: false
95
86
  requirements:
96
- - - ! '>'
87
+ - - '>='
97
88
  - !ruby/object:Gem::Version
98
- version: 1.3.1
89
+ version: '0'
99
90
  requirements: []
100
91
  rubyforge_project:
101
- rubygems_version: 1.8.23
92
+ rubygems_version: 2.0.3
102
93
  signing_key:
103
- specification_version: 3
94
+ specification_version: 4
104
95
  summary: A class based configuration library
105
96
  test_files: []
106
97
  has_rdoc:
@@ -1,24 +0,0 @@
1
- #
2
- # Author:: John Keiser (<jkeiser@opscode.com>)
3
- # Copyright:: Copyright (c) 2013 Opscode, Inc.
4
- # License:: Apache License, Version 2.0
5
- #
6
- # Licensed under the Apache License, Version 2.0 (the "License");
7
- # you may not use this file except in compliance with the License.
8
- # You may obtain a copy of the License at
9
- #
10
- # http://www.apache.org/licenses/LICENSE-2.0
11
- #
12
- # Unless required by applicable law or agreed to in writing, software
13
- # distributed under the License is distributed on an "AS IS" BASIS,
14
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
- # See the License for the specific language governing permissions and
16
- # limitations under the License.
17
- #
18
-
19
- module Mixlib
20
- module Config
21
- class InvalidValueError < Error
22
- end
23
- end
24
- end