mixlib-config 2.2.0 → 2.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ed2d3dd671f4a76756e5f8c758f11acc83e8a940
4
- data.tar.gz: fdb79719393a379367ab99972b991e40c5c3bcaa
3
+ metadata.gz: 296050d1a5c2f3ff92d2f1d7dcfc115c0ab52f66
4
+ data.tar.gz: cafb4a53a1abd9c29d4c0cd07c225495888e3263
5
5
  SHA512:
6
- metadata.gz: 39dad5181d28055d3beee67ed970193c28fcca6f4f665372c0daf431b0e56ce45b447d96fcea27ee272795532c40164addaf1970da88f790d52dfaa401c5b45f
7
- data.tar.gz: d240546f416dbda68d141848a6528244c8d14f2055d2cd74c84f2deb30f150dbd9fe9dcba4971782d5467166185086b80c1286b7cde0c97d31b24fa84cd96945
6
+ metadata.gz: 9428d5a806a0f13db201e7b7b948f57dae0169ee84b0ab496cdec060ab502afe4ef0a73bd3a41f4069d182e3d2120a81a5586b3f798e616f15fe679416cd73f1
7
+ data.tar.gz: 68cac05d6a99ca9bad0f5be9d95c4931db9958ff35b25e0836b26ff0a5bf49917339e14c5f5ef6ea44ddb4d3ba2e35fb46d11a2efe4e4a1fb95689904578c8dc
data/lib/mixlib/config.rb CHANGED
@@ -92,10 +92,9 @@ module Mixlib
92
92
  # === Returns
93
93
  # <True>:: If the config option exists
94
94
  # <False>:: If the config option does not exist
95
- def key?(key)
95
+ def has_key?(key)
96
96
  self.configuration.has_key?(key.to_sym)
97
97
  end
98
- alias_method :has_key?, :key?
99
98
 
100
99
  # Resets a config option to its default.
101
100
  #
@@ -19,7 +19,7 @@
19
19
  module Mixlib
20
20
  module Config
21
21
 
22
- VERSION = "2.2.0"
22
+ VERSION = "2.2.1"
23
23
 
24
24
  end
25
25
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mixlib-config
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0
4
+ version: 2.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chef Software, Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-11 00:00:00.000000000 Z
11
+ date: 2015-05-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake