chef-encrypted-attributes 0.8.0 → 0.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (43) hide show
  1. checksums.yaml +4 -4
  2. checksums.yaml.gz.sig +0 -0
  3. data.tar.gz.sig +0 -0
  4. data/CHANGELOG.md +18 -7
  5. data/CONTRIBUTING.md +2 -2
  6. data/KNIFE.md +1 -1
  7. data/LICENSE +1 -1
  8. data/README.md +25 -20
  9. data/Rakefile +2 -2
  10. data/lib/chef-encrypted-attributes.rb +2 -2
  11. data/lib/chef/encrypted_attribute.rb +2 -2
  12. data/lib/chef/encrypted_attribute/api.rb +2 -2
  13. data/lib/chef/encrypted_attribute/assertions.rb +2 -2
  14. data/lib/chef/encrypted_attribute/cache_lru.rb +2 -2
  15. data/lib/chef/encrypted_attribute/config.rb +2 -2
  16. data/lib/chef/encrypted_attribute/encrypted_mash.rb +2 -2
  17. data/lib/chef/encrypted_attribute/encrypted_mash/version0.rb +2 -2
  18. data/lib/chef/encrypted_attribute/encrypted_mash/version1.rb +2 -2
  19. data/lib/chef/encrypted_attribute/encrypted_mash/version2.rb +2 -2
  20. data/lib/chef/encrypted_attribute/exceptions.rb +2 -2
  21. data/lib/chef/encrypted_attribute/local_node.rb +2 -2
  22. data/lib/chef/encrypted_attribute/remote_clients.rb +2 -2
  23. data/lib/chef/encrypted_attribute/remote_node.rb +2 -2
  24. data/lib/chef/encrypted_attribute/remote_nodes.rb +2 -2
  25. data/lib/chef/encrypted_attribute/remote_users.rb +3 -3
  26. data/lib/chef/encrypted_attribute/search_helper.rb +5 -4
  27. data/lib/chef/encrypted_attribute/version.rb +3 -3
  28. data/lib/chef/encrypted_attribute/yajl.rb +2 -2
  29. data/lib/chef/encrypted_attributes.rb +2 -2
  30. data/lib/chef/knife/core/config.rb +2 -2
  31. data/lib/chef/knife/core/encrypted_attribute_base.rb +2 -2
  32. data/lib/chef/knife/core/encrypted_attribute_depends.rb +2 -2
  33. data/lib/chef/knife/core/encrypted_attribute_editor_options.rb +2 -2
  34. data/lib/chef/knife/encrypted_attribute_create.rb +2 -2
  35. data/lib/chef/knife/encrypted_attribute_delete.rb +2 -2
  36. data/lib/chef/knife/encrypted_attribute_edit.rb +2 -2
  37. data/lib/chef/knife/encrypted_attribute_show.rb +2 -2
  38. data/lib/chef/knife/encrypted_attribute_update.rb +2 -2
  39. data/spec/benchmark_helper.rb +2 -2
  40. data/spec/integration_helper.rb +2 -2
  41. data/spec/spec_helper.rb +2 -2
  42. metadata +29 -44
  43. metadata.gz.sig +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e206a093b2d8ed07fe97cd37c9eeeba215073585
4
- data.tar.gz: d0a0b4bb447df79ba59c1c2e65990ca17de7993e
3
+ metadata.gz: b44a9016dddaaebc17b6a7afae9bd7094d612157
4
+ data.tar.gz: 9f68500a7c60ef8091a69eebfda39d50dccfeae0
5
5
  SHA512:
6
- metadata.gz: 1883981d17325eb1306b9c415a4fd721b52d21520299317755128170a7271bb1c1e227e256ad5281e240aac742a6b5861e8b2fd6c17d91a136cf935434eca304
7
- data.tar.gz: 8cc84abfea65767303e6e83c4cec84a9a551df4d40243e30deebcb655653a0b6dec490ff798cfbb4ee087f40863a7790e4f9802678182804a6ce21c432f2fa29
6
+ metadata.gz: 4c14527b82acf22b9e76fa28e4dcc3e73b9f7cd23522e79b374469522466ee2a431931908046acd15658939feff2f951d56be150f21cd3ee567017aa0c62cf15
7
+ data.tar.gz: 19fc70d13e77073473f4ae3e21f1d6de88a73110f80618b9115c7b59cb8a61daa07963c14b241f4ffcf2196e396eef9f4ff9e5fda6d0485aa702b975da07ed35
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -2,33 +2,44 @@
2
2
 
3
3
  This file is used to list changes made in each version of `chef-encrypted-attributes`.
4
4
 
5
+ ## 0.9.0 (2016-09-15)
6
+
7
+ * Remove support for Ruby < `2.0` (**breaking change**).
8
+ * Change requirements to Chef `11.8` or higher (**breaking change**).
9
+ * Replace depreciated `Chef::REST` with `Chef::ServerAPI` ([issue #6](https://github.com/zuazo/chef-encrypted-attributes/pull/6), thanks to [Eric Blevins](https://github.com/e100)).
10
+ * Fix integration and unit tests ([see issue #6](https://github.com/zuazo/chef-encrypted-attributes/pull/6), thanks to [Eric Blevins](https://github.com/e100)).
11
+ * Update and fix dependencies in the gemspec ([see issue #6](https://github.com/zuazo/chef-encrypted-attributes/pull/6), thanks to [Eric Blevins](https://github.com/e100)).
12
+ * Update chef links to use *chef.io* domain.
13
+ * Update contact information and links after migration.
14
+ * README: Add GitHub and License badges.
15
+
5
16
  ## 0.8.0 (2015-05-22)
6
17
 
7
- * Do not limit `RemoteNode#load_attribute` search result to one row (related to [issue #3](https://github.com/onddo/chef-encrypted-attributes/pull/3), thanks [Crystal Hsiung](https://github.com/chhsiung) for the help).
18
+ * Do not limit `RemoteNode#load_attribute` search result to one row (related to [issue #3](https://github.com/zuazo/chef-encrypted-attributes/pull/3), thanks [Crystal Hsiung](https://github.com/chhsiung) for the help).
8
19
  * Update opscode and github links to chef.io and chef.
9
20
 
10
21
  ## 0.7.0 (2015-05-20)
11
22
 
12
- * Move chef to dev dependency and remove dynamic dependency installation extension (related to [cookbook issue #2](https://github.com/onddo/encrypted_attributes-cookbook/pull/2#issuecomment-101454221) and [issue #2](https://github.com/onddo/chef-encrypted-attributes/pull/2), thanks [Lisa Danz](https://github.com/ldanz) for reporting).
13
- * Fix search by node name to prevent returning incorrect nodes ([issue #3](https://github.com/onddo/chef-encrypted-attributes/pull/3), thanks [Crystal Hsiung](https://github.com/chhsiung) for the help).
23
+ * Move chef to dev dependency and remove dynamic dependency installation extension (related to [cookbook issue #2](https://github.com/zuazo/encrypted_attributes-cookbook/pull/2#issuecomment-101454221) and [issue #2](https://github.com/zuazo/chef-encrypted-attributes/pull/2), thanks [Lisa Danz](https://github.com/ldanz) for reporting).
24
+ * Fix search by node name to prevent returning incorrect nodes ([issue #3](https://github.com/zuazo/chef-encrypted-attributes/pull/3), thanks [Crystal Hsiung](https://github.com/chhsiung) for the help).
14
25
  * RuboCop update to `0.31.0`.
15
26
  * README: Add a link to the cookbook helper libraries.
16
27
 
17
28
  ## 0.6.0 (2015-05-08)
18
29
 
19
- * Conditional gem dependency installation within a gemspec ([issue #2](https://github.com/onddo/chef-encrypted-attributes/pull/2), thanks [@chhsiung](https://github.com/chhsiung) for the help).
20
- * Choose YAJL library based on chef version ([issue #4](https://github.com/onddo/chef-encrypted-attributes/pull/4), thanks [Lisa Danz](https://github.com/ldanz)).
30
+ * Conditional gem dependency installation within a gemspec ([issue #2](https://github.com/zuazo/chef-encrypted-attributes/pull/2), thanks [@chhsiung](https://github.com/chhsiung) for the help).
31
+ * Choose YAJL library based on chef version ([issue #4](https://github.com/zuazo/chef-encrypted-attributes/pull/4), thanks [Lisa Danz](https://github.com/ldanz)).
21
32
  * Add doc Rake task to generate the documentation.
22
33
 
23
34
  ## 0.5.0 (2015-04-03)
24
35
 
25
36
  * `#load_from_node` raises an exception if no ecnrypted attribute is found.
26
37
  * GemSpec:
27
- * Fix Ruby < 2 support ([issue #2](https://github.com/onddo/chef-encrypted-attributes/pull/2), thanks [@chhsiung](https://github.com/chhsiung) for the help).
38
+ * Fix Ruby < 2 support ([issue #2](https://github.com/zuazo/chef-encrypted-attributes/pull/2), thanks [@chhsiung](https://github.com/chhsiung) for the help).
28
39
  * Depend on `ffi-yajl` `< 3` as in Chef.
29
40
 
30
41
  * Tests:
31
- * Use the new build environment on Travis ([issue #1](https://github.com/onddo/chef-encrypted-attributes/pull/1), thanks [Josh Kalderimis](https://github.com/joshk))
42
+ * Use the new build environment on Travis ([issue #1](https://github.com/zuazo/chef-encrypted-attributes/pull/1), thanks [Josh Kalderimis](https://github.com/joshk))
32
43
  * GemSpec: Update RuboCop to version `0.29.1` (new offenses fixed).
33
44
 
34
45
  * Documentation:
@@ -6,9 +6,9 @@ Contributing
6
6
  3. Write tests for your change (if applicable).
7
7
  4. Write your change.
8
8
  5. Add documentation to your change.
9
- 6. [Run the tests](https://github.com/onddo/chef-encrypted-attributes/blob/master/TESTING.md), ensuring they all pass (`$ bundle exec rake`). Try as much as possible **not to reduce coverage**.
9
+ 6. [Run the tests](https://github.com/zuazo/chef-encrypted-attributes/blob/master/TESTING.md), ensuring they all pass (`$ bundle exec rake`). Try as much as possible **not to reduce coverage**.
10
10
  7. Commit your change (`$ git commit -am 'Add some feature'`).
11
11
  8. Push to the branch (`$ git push origin my-new-feature`).
12
12
  9. [Submit a Pull Request using GitHub](https://help.github.com/articles/creating-a-pull-request).
13
13
 
14
- You can see the [TODO.md](https://github.com/onddo/chef-encrypted-attributes/blob/master/TODO.md) file if you're looking for inspiration.
14
+ You can see the [TODO.md](https://github.com/zuazo/chef-encrypted-attributes/blob/master/TODO.md) file if you're looking for inspiration.
data/KNIFE.md CHANGED
@@ -4,7 +4,7 @@ There are multiple commands to read, create and modify the encrypted attributes.
4
4
 
5
5
  The `ATTRIBUTE` name must be specified using *dots* notation. For example, for `node['encrypted']['attribute']`, you must specify `"encrypted.attribute"` as knife argument. If the attribute key has a *dot* in its name, you must escape it. For example: `"encrypted.attribute\.with\.dots"`.
6
6
 
7
- Read the [Chef Users Limitation](http://onddo.github.io/chef-encrypted-attributes/#chef-user-keys-access-limitation) caveat before trying to use any knife command.
7
+ Read the [Chef Users Limitation](http://zuazo.github.io/chef-encrypted-attributes/#chef-user-keys-access-limitation) caveat before trying to use any knife command.
8
8
 
9
9
  ## Installing the Required Gem
10
10
 
data/LICENSE CHANGED
@@ -175,7 +175,7 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
175
175
 
176
176
  END OF TERMS AND CONDITIONS
177
177
 
178
- Copyright 2014-2015 Onddo Labs, SL. (www.onddo.com)
178
+ Copyright 2014-2016 Xabier de Zuazo
179
179
 
180
180
  Licensed under the Apache License, Version 2.0 (the "License");
181
181
  you may not use this file except in compliance with the License.
data/README.md CHANGED
@@ -1,10 +1,13 @@
1
1
  # Chef-Encrypted-Attributes
2
2
  [![Gem Version](http://img.shields.io/gem/v/chef-encrypted-attributes.svg?style=flat)](http://badge.fury.io/rb/chef-encrypted-attributes)
3
- [![Dependency Status](http://img.shields.io/gemnasium/onddo/chef-encrypted-attributes.svg?style=flat)](https://gemnasium.com/onddo/chef-encrypted-attributes)
4
- [![Code Climate](http://img.shields.io/codeclimate/github/onddo/chef-encrypted-attributes.svg?style=flat)](https://codeclimate.com/github/onddo/chef-encrypted-attributes)
5
- [![Build Status](http://img.shields.io/travis/onddo/chef-encrypted-attributes/0.8.0.svg?style=flat)](https://travis-ci.org/onddo/chef-encrypted-attributes)
6
- [![Coverage Status](http://img.shields.io/coveralls/onddo/chef-encrypted-attributes/0.8.0.svg?style=flat)](https://coveralls.io/r/onddo/chef-encrypted-attributes?branch=0.8.0)
7
- [![Inline docs](http://inch-ci.org/github/onddo/chef-encrypted-attributes.svg?branch=master&style=flat)](http://inch-ci.org/github/onddo/chef-encrypted-attributes)
3
+ [![GitHub](http://img.shields.io/badge/github-zuazo/chef--encrypted--attributes-blue.svg?style=flat)](https://github.com/zuazo/chef-encrypted-attributes)
4
+ [![License](https://img.shields.io/github/license/zuazo/chef-encrypted-attributes.svg?style=flat)](#license-and-author)
5
+
6
+ [![Dependency Status](http://img.shields.io/gemnasium/zuazo/chef-encrypted-attributes.svg?style=flat)](https://gemnasium.com/zuazo/chef-encrypted-attributes)
7
+ [![Code Climate](http://img.shields.io/codeclimate/github/zuazo/chef-encrypted-attributes.svg?style=flat)](https://codeclimate.com/github/zuazo/chef-encrypted-attributes)
8
+ [![Build Status](http://img.shields.io/travis/zuazo/chef-encrypted-attributes/0.9.0.svg?style=flat)](https://travis-ci.org/zuazo/chef-encrypted-attributes)
9
+ [![Coverage Status](http://img.shields.io/coveralls/zuazo/chef-encrypted-attributes/0.9.0.svg?style=flat)](https://coveralls.io/r/zuazo/chef-encrypted-attributes?branch=0.9.0)
10
+ [![Inline docs](http://inch-ci.org/github/zuazo/chef-encrypted-attributes.svg?branch=master&style=flat)](http://inch-ci.org/github/zuazo/chef-encrypted-attributes)
8
11
 
9
12
  [Chef](https://www.chef.io/) plugin to add Node encrypted attributes support using client keys.
10
13
 
@@ -18,8 +21,8 @@ Node attributes are encrypted using chef client and user keys with public key in
18
21
 
19
22
  ## Requirements
20
23
 
21
- * Ruby `>= 1.9`
22
- * Chef Client `~> 11.4`
24
+ * Ruby `>= 2.0`
25
+ * Chef Client `~> 11.8`
23
26
  * yajl_ruby `~> 1.1` or ffi_yajl `>= 1.0, <3.0` (included with Chef)
24
27
  * If you want to use protocol version 2 to use [GCM](http://en.wikipedia.org/wiki/Galois/Counter_Mode) (disabled by default):
25
28
  * Ruby `>= 2`.
@@ -27,7 +30,7 @@ Node attributes are encrypted using chef client and user keys with public key in
27
30
 
28
31
  ## Usage in Recipes
29
32
 
30
- Before reading all the documentation below, we recommend you take a look at the [`encrypted_attributes` cookbook's helper libraries](https://github.com/onddo/encrypted_attributes-cookbook#helper-libraries). Those libraries are easier to use than the underlying API and cover the most common use cases.
33
+ Before reading all the documentation below, we recommend you take a look at the [`encrypted_attributes` cookbook's helper libraries](https://github.com/zuazo/encrypted_attributes-cookbook#helper-libraries). Those libraries are easier to use than the underlying API and cover the most common use cases.
31
34
 
32
35
  ### Installing and Including the Gem
33
36
 
@@ -201,20 +204,20 @@ See the [official gem documentation](http://www.rubydoc.info/gems/chef-encrypted
201
204
 
202
205
  ## Using Signed Gems
203
206
 
204
- The `chef-encrypted-attributes` gem is cryptographically signed by Onddo Labs's certificate, which identifies as *team@onddo.com*. You can obtain the official signature here:
207
+ The `chef-encrypted-attributes` gem is cryptographically signed by Onddo Labs's certificate, which identifies as *xabier@zuazo.org*. You can obtain the official signature here:
205
208
 
206
- https://raw.github.com/onddo/chef-encrypted-attributes/0.8.0/certs/team_onddo.crt
209
+ https://raw.github.com/zuazo/chef-encrypted-attributes/0.9.0/certs/xabier_zuazo.crt
207
210
 
208
211
  To be sure the gem you install has not been tampered with:
209
212
 
210
- $ gem cert --add <(curl -Ls https://raw.github.com/onddo/chef-encrypted-attributes/0.8.0/certs/team_onddo.crt)
213
+ $ gem cert --add <(curl -Ls https://raw.github.com/zuazo/chef-encrypted-attributes/0.9.0/certs/xabier_zuazo.crt)
211
214
  $ gem install chef-encrypted-attributes -P MediumSecurity
212
215
 
213
216
  The *MediumSecurity* trust profile will verify signed gems, but allow the installation of unsigned dependencies. This is necessary because not all of `chef-encrypted-attributes`'s dependencies are signed, so we cannot use *HighSecurity*.
214
217
 
215
218
  We recommend to remove our certificate after the gem has been successfully verified and installed:
216
219
 
217
- $ gem cert --remove '/cn=team/dc=onddo/dc=com'
220
+ $ gem cert --remove '/cn=xabier/dc=zuazo/dc=org'
218
221
 
219
222
  ## Security Notes
220
223
 
@@ -226,35 +229,37 @@ Still, this gem should be considered experimental until audited by professional
226
229
 
227
230
  If you have discovered a bug in `chef-encrypted-attributes` of a sensitive nature, i.e. one which can compromise the security of `chef-encrypted-attributes` users, you can report it securely by sending a GPG encrypted message. Please use the following key:
228
231
 
229
- https://raw.github.com/onddo/chef-encrypted-attributes/0.8.0/zuazo.gpg
232
+ https://raw.github.com/zuazo/chef-encrypted-attributes/0.9.0/zuazo.gpg
230
233
 
231
234
  The key fingerprint is (or should be):
232
235
 
233
- 8EFA 5B17 7275 5F1F 42B2 26B4 8E18 8B67 9DE1 9468
236
+ ADAE EEFC BD78 6CBB B76B 1662 2195 FF19 5324 14AB
234
237
 
235
238
  ## Testing
236
239
 
237
- See [TESTING.md](https://github.com/onddo/chef-encrypted-attributes/blob/master/TESTING.md).
240
+ See [TESTING.md](https://github.com/zuazo/chef-encrypted-attributes/blob/master/TESTING.md).
238
241
 
239
242
  ## Contributing
240
243
 
241
- Please do not hesitate to [open an issue](https://github.com/onddo/chef-encrypted-attributes/issues/new) with any questions or problems.
244
+ Please do not hesitate to [open an issue](https://github.com/zuazo/chef-encrypted-attributes/issues/new) with any questions or problems.
242
245
 
243
- See [CONTRIBUTING.md](https://github.com/onddo/chef-encrypted-attributes/blob/master/CONTRIBUTING.md).
246
+ See [CONTRIBUTING.md](https://github.com/zuazo/chef-encrypted-attributes/blob/master/CONTRIBUTING.md).
244
247
 
245
248
  ## TODO
246
249
 
247
- See [TODO.md](https://github.com/onddo/chef-encrypted-attributes/blob/master/TODO.md).
250
+ See [TODO.md](https://github.com/zuazo/chef-encrypted-attributes/blob/master/TODO.md).
248
251
 
249
252
  ## License and Author
250
253
 
251
254
  | | |
252
255
  |:---------------------|:-----------------------------------------|
253
- | **Author:** | [Xabier de Zuazo](https://github.com/zuazo) (<xabier@onddo.com>)
256
+ | **Author:** | [Xabier de Zuazo](https://github.com/zuazo) (<xabier@zuazo.org>)
254
257
  | **Contributor:** | [Josh Kalderimis](https://github.com/joshk)
255
258
  | **Contributor:** | [Crystal Hsiung](https://github.com/chhsiung)
256
259
  | **Contributor:** | [Lisa Danz](https://github.com/ldanz)
257
- | **Copyright:** | Copyright (c) 2014-2015 Onddo Labs, SL. (www.onddo.com)
260
+ | **Contributor:** | [Eric Blevins](https://github.com/e100)
261
+ | **Copyright:** | Copyright (c) 2016 Xabier de Zuazo
262
+ | **Copyright:** | Copyright (c) 2014-2015 Onddo Labs, SL.
258
263
  | **License:** | Apache License, Version 2.0
259
264
 
260
265
  Licensed under the Apache License, Version 2.0 (the "License");
data/Rakefile CHANGED
@@ -5,8 +5,8 @@
5
5
  # More info at https://github.com/jimweirich/rake/blob/master/doc/rakefile.rdoc
6
6
 
7
7
  #
8
- # Author:: Xabier de Zuazo (<xabier@onddo.com>)
9
- # Copyright:: Copyright (c) 2014 Onddo Labs, SL. (www.onddo.com)
8
+ # Author:: Xabier de Zuazo (<xabier@zuazo.org>)
9
+ # Copyright:: Copyright (c) 2014 Onddo Labs, SL.
10
10
  # License:: Apache License, Version 2.0
11
11
  #
12
12
  # Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,7 +1,7 @@
1
1
  # encoding: UTF-8
2
2
  #
3
- # Author:: Xabier de Zuazo (<xabier@onddo.com>)
4
- # Copyright:: Copyright (c) 2014 Onddo Labs, SL. (www.onddo.com)
3
+ # Author:: Xabier de Zuazo (<xabier@zuazo.org>)
4
+ # Copyright:: Copyright (c) 2014 Onddo Labs, SL.
5
5
  # License:: Apache License, Version 2.0
6
6
  #
7
7
  # Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,7 +1,7 @@
1
1
  # encoding: UTF-8
2
2
  #
3
- # Author:: Xabier de Zuazo (<xabier@onddo.com>)
4
- # Copyright:: Copyright (c) 2014 Onddo Labs, SL. (www.onddo.com)
3
+ # Author:: Xabier de Zuazo (<xabier@zuazo.org>)
4
+ # Copyright:: Copyright (c) 2014 Onddo Labs, SL.
5
5
  # License:: Apache License, Version 2.0
6
6
  #
7
7
  # Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,7 +1,7 @@
1
1
  # encoding: UTF-8
2
2
  #
3
- # Author:: Xabier de Zuazo (<xabier@onddo.com>)
4
- # Copyright:: Copyright (c) 2014 Onddo Labs, SL. (www.onddo.com)
3
+ # Author:: Xabier de Zuazo (<xabier@zuazo.org>)
4
+ # Copyright:: Copyright (c) 2014 Onddo Labs, SL.
5
5
  # License:: Apache License, Version 2.0
6
6
  #
7
7
  # Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,7 +1,7 @@
1
1
  # encoding: UTF-8
2
2
  #
3
- # Author:: Xabier de Zuazo (<xabier@onddo.com>)
4
- # Copyright:: Copyright (c) 2014 Onddo Labs, SL. (www.onddo.com)
3
+ # Author:: Xabier de Zuazo (<xabier@zuazo.org>)
4
+ # Copyright:: Copyright (c) 2014 Onddo Labs, SL.
5
5
  # License:: Apache License, Version 2.0
6
6
  #
7
7
  # Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,7 +1,7 @@
1
1
  # encoding: UTF-8
2
2
  #
3
- # Author:: Xabier de Zuazo (<xabier@onddo.com>)
4
- # Copyright:: Copyright (c) 2014 Onddo Labs, SL. (www.onddo.com)
3
+ # Author:: Xabier de Zuazo (<xabier@zuazo.org>)
4
+ # Copyright:: Copyright (c) 2014 Onddo Labs, SL.
5
5
  # License:: Apache License, Version 2.0
6
6
  #
7
7
  # Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,7 +1,7 @@
1
1
  # encoding: UTF-8
2
2
  #
3
- # Author:: Xabier de Zuazo (<xabier@onddo.com>)
4
- # Copyright:: Copyright (c) 2014 Onddo Labs, SL. (www.onddo.com)
3
+ # Author:: Xabier de Zuazo (<xabier@zuazo.org>)
4
+ # Copyright:: Copyright (c) 2014 Onddo Labs, SL.
5
5
  # License:: Apache License, Version 2.0
6
6
  #
7
7
  # Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,7 +1,7 @@
1
1
  # encoding: UTF-8
2
2
  #
3
- # Author:: Xabier de Zuazo (<xabier@onddo.com>)
4
- # Copyright:: Copyright (c) 2014 Onddo Labs, SL. (www.onddo.com)
3
+ # Author:: Xabier de Zuazo (<xabier@zuazo.org>)
4
+ # Copyright:: Copyright (c) 2014 Onddo Labs, SL.
5
5
  # License:: Apache License, Version 2.0
6
6
  #
7
7
  # Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,7 +1,7 @@
1
1
  # encoding: UTF-8
2
2
  #
3
- # Author:: Xabier de Zuazo (<xabier@onddo.com>)
4
- # Copyright:: Copyright (c) 2014 Onddo Labs, SL. (www.onddo.com)
3
+ # Author:: Xabier de Zuazo (<xabier@zuazo.org>)
4
+ # Copyright:: Copyright (c) 2014 Onddo Labs, SL.
5
5
  # License:: Apache License, Version 2.0
6
6
  #
7
7
  # Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,7 +1,7 @@
1
1
  # encoding: UTF-8
2
2
  #
3
- # Author:: Xabier de Zuazo (<xabier@onddo.com>)
4
- # Copyright:: Copyright (c) 2014 Onddo Labs, SL. (www.onddo.com)
3
+ # Author:: Xabier de Zuazo (<xabier@zuazo.org>)
4
+ # Copyright:: Copyright (c) 2014 Onddo Labs, SL.
5
5
  # License:: Apache License, Version 2.0
6
6
  #
7
7
  # Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,7 +1,7 @@
1
1
  # encoding: UTF-8
2
2
  #
3
- # Author:: Xabier de Zuazo (<xabier@onddo.com>)
4
- # Copyright:: Copyright (c) 2014 Onddo Labs, SL. (www.onddo.com)
3
+ # Author:: Xabier de Zuazo (<xabier@zuazo.org>)
4
+ # Copyright:: Copyright (c) 2014 Onddo Labs, SL.
5
5
  # License:: Apache License, Version 2.0
6
6
  #
7
7
  # Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,7 +1,7 @@
1
1
  # encoding: UTF-8
2
2
  #
3
- # Author:: Xabier de Zuazo (<xabier@onddo.com>)
4
- # Copyright:: Copyright (c) 2014 Onddo Labs, SL. (www.onddo.com)
3
+ # Author:: Xabier de Zuazo (<xabier@zuazo.org>)
4
+ # Copyright:: Copyright (c) 2014 Onddo Labs, SL.
5
5
  # License:: Apache License, Version 2.0
6
6
  #
7
7
  # Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,7 +1,7 @@
1
1
  # encoding: UTF-8
2
2
  #
3
- # Author:: Xabier de Zuazo (<xabier@onddo.com>)
4
- # Copyright:: Copyright (c) 2014 Onddo Labs, SL. (www.onddo.com)
3
+ # Author:: Xabier de Zuazo (<xabier@zuazo.org>)
4
+ # Copyright:: Copyright (c) 2014 Onddo Labs, SL.
5
5
  # License:: Apache License, Version 2.0
6
6
  #
7
7
  # Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,7 +1,7 @@
1
1
  # encoding: UTF-8
2
2
  #
3
- # Author:: Xabier de Zuazo (<xabier@onddo.com>)
4
- # Copyright:: Copyright (c) 2014 Onddo Labs, SL. (www.onddo.com)
3
+ # Author:: Xabier de Zuazo (<xabier@zuazo.org>)
4
+ # Copyright:: Copyright (c) 2014 Onddo Labs, SL.
5
5
  # License:: Apache License, Version 2.0
6
6
  #
7
7
  # Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,7 +1,7 @@
1
1
  # encoding: UTF-8
2
2
  #
3
- # Author:: Xabier de Zuazo (<xabier@onddo.com>)
4
- # Copyright:: Copyright (c) 2014-2015 Onddo Labs, SL. (www.onddo.com)
3
+ # Author:: Xabier de Zuazo (<xabier@zuazo.org>)
4
+ # Copyright:: Copyright (c) 2014-2015 Onddo Labs, SL.
5
5
  # License:: Apache License, Version 2.0
6
6
  #
7
7
  # Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,7 +1,7 @@
1
1
  # encoding: UTF-8
2
2
  #
3
- # Author:: Xabier de Zuazo (<xabier@onddo.com>)
4
- # Copyright:: Copyright (c) 2014 Onddo Labs, SL. (www.onddo.com)
3
+ # Author:: Xabier de Zuazo (<xabier@zuazo.org>)
4
+ # Copyright:: Copyright (c) 2014 Onddo Labs, SL.
5
5
  # License:: Apache License, Version 2.0
6
6
  #
7
7
  # Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,7 +1,7 @@
1
1
  # encoding: UTF-8
2
2
  #
3
- # Author:: Xabier de Zuazo (<xabier@onddo.com>)
4
- # Copyright:: Copyright (c) 2014 Onddo Labs, SL. (www.onddo.com)
3
+ # Author:: Xabier de Zuazo (<xabier@zuazo.org>)
4
+ # Copyright:: Copyright (c) 2014 Onddo Labs, SL.
5
5
  # License:: Apache License, Version 2.0
6
6
  #
7
7
  # Licensed under the Apache License, Version 2.0 (the "License");
@@ -104,7 +104,7 @@ class Chef
104
104
  # @api private
105
105
  def self.all_public_keys
106
106
  # Chef::User.list(inflate=true) has a bug (fixed in 11.14.0)
107
- # https://tickets.opscode.com/browse/CHEF-5328
107
+ # https://tickets.chef.io/browse/CHEF-5328
108
108
  get_users_public_keys(Chef::User.list.keys)
109
109
  end
110
110
  end
@@ -1,7 +1,7 @@
1
1
  # encoding: UTF-8
2
2
  #
3
- # Author:: Xabier de Zuazo (<xabier@onddo.com>)
4
- # Copyright:: Copyright (c) 2014-2015 Onddo Labs, SL. (www.onddo.com)
3
+ # Author:: Xabier de Zuazo (<xabier@zuazo.org>)
4
+ # Copyright:: Copyright (c) 2014-2015 Onddo Labs, SL.
5
5
  # License:: Apache License, Version 2.0
6
6
  #
7
7
  # Licensed under the Apache License, Version 2.0 (the "License");
@@ -17,6 +17,7 @@
17
17
  # limitations under the License.
18
18
  #
19
19
 
20
+ require 'chef/server_api'
20
21
  require 'chef/search/query'
21
22
  require 'chef/encrypted_attribute/exceptions'
22
23
 
@@ -375,8 +376,8 @@ class Chef
375
376
  )
376
377
  assert_search_keys(keys)
377
378
 
378
- rest = Chef::REST.new(Chef::Config[:chef_server_url])
379
- resp = rest.post_rest(escaped_query, generate_partial_search_keys(keys))
379
+ rest = Chef::ServerAPI.new(Chef::Config[:chef_server_url])
380
+ resp = rest.post(escaped_query, generate_partial_search_keys(keys))
380
381
  assert_partial_search_response(resp)
381
382
  parse_partial_search_response(resp, name, keys)
382
383
  end
@@ -1,7 +1,7 @@
1
1
  # encoding: UTF-8
2
2
  #
3
- # Author:: Xabier de Zuazo (<xabier@onddo.com>)
4
- # Copyright:: Copyright (c) 2014-2015 Onddo Labs, SL. (www.onddo.com)
3
+ # Author:: Xabier de Zuazo (<xabier@zuazo.org>)
4
+ # Copyright:: Copyright (c) 2014-2015 Onddo Labs, SL.
5
5
  # License:: Apache License, Version 2.0
6
6
  #
7
7
  # Licensed under the Apache License, Version 2.0 (the "License");
@@ -20,6 +20,6 @@
20
20
  class Chef
21
21
  class EncryptedAttribute
22
22
  # `chef-encrypted-attributes` gem version.
23
- VERSION = '0.8.0'
23
+ VERSION = '0.9.0'
24
24
  end
25
25
  end
@@ -1,8 +1,8 @@
1
1
  # encoding: UTF-8
2
2
  #
3
3
  # Author:: Lisa Danz (<lisa.danz@opower.com>)
4
- # Author:: Xabier de Zuazo (<xabier@onddo.com>)
5
- # Copyright:: Copyright (c) 2015 Onddo Labs, SL. (www.onddo.com)
4
+ # Author:: Xabier de Zuazo (<xabier@zuazo.org>)
5
+ # Copyright:: Copyright (c) 2015 Onddo Labs, SL.
6
6
  # License:: Apache License, Version 2.0
7
7
  #
8
8
  # Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,7 +1,7 @@
1
1
  # encoding: UTF-8
2
2
  #
3
- # Author:: Xabier de Zuazo (<xabier@onddo.com>)
4
- # Copyright:: Copyright (c) 2014 Onddo Labs, SL. (www.onddo.com)
3
+ # Author:: Xabier de Zuazo (<xabier@zuazo.org>)
4
+ # Copyright:: Copyright (c) 2014 Onddo Labs, SL.
5
5
  # License:: Apache License, Version 2.0
6
6
  #
7
7
  # Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,7 +1,7 @@
1
1
  # encoding: UTF-8
2
2
  #
3
- # Author:: Xabier de Zuazo (<xabier@onddo.com>)
4
- # Copyright:: Copyright (c) 2014 Onddo Labs, SL. (www.onddo.com)
3
+ # Author:: Xabier de Zuazo (<xabier@zuazo.org>)
4
+ # Copyright:: Copyright (c) 2014 Onddo Labs, SL.
5
5
  # License:: Apache License, Version 2.0
6
6
  #
7
7
  # Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,7 +1,7 @@
1
1
  # encoding: UTF-8
2
2
  #
3
- # Author:: Xabier de Zuazo (<xabier@onddo.com>)
4
- # Copyright:: Copyright (c) 2014 Onddo Labs, SL. (www.onddo.com)
3
+ # Author:: Xabier de Zuazo (<xabier@zuazo.org>)
4
+ # Copyright:: Copyright (c) 2014 Onddo Labs, SL.
5
5
  # License:: Apache License, Version 2.0
6
6
  #
7
7
  # Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,7 +1,7 @@
1
1
  # encoding: UTF-8
2
2
  #
3
- # Author:: Xabier de Zuazo (<xabier@onddo.com>)
4
- # Copyright:: Copyright (c) 2014 Onddo Labs, SL. (www.onddo.com)
3
+ # Author:: Xabier de Zuazo (<xabier@zuazo.org>)
4
+ # Copyright:: Copyright (c) 2014 Onddo Labs, SL.
5
5
  # License:: Apache License, Version 2.0
6
6
  #
7
7
  # Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,7 +1,7 @@
1
1
  # encoding: UTF-8
2
2
  #
3
- # Author:: Xabier de Zuazo (<xabier@onddo.com>)
4
- # Copyright:: Copyright (c) 2014 Onddo Labs, SL. (www.onddo.com)
3
+ # Author:: Xabier de Zuazo (<xabier@zuazo.org>)
4
+ # Copyright:: Copyright (c) 2014 Onddo Labs, SL.
5
5
  # License:: Apache License, Version 2.0
6
6
  #
7
7
  # Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,7 +1,7 @@
1
1
  # encoding: UTF-8
2
2
  #
3
- # Author:: Xabier de Zuazo (<xabier@onddo.com>)
4
- # Copyright:: Copyright (c) 2014 Onddo Labs, SL. (www.onddo.com)
3
+ # Author:: Xabier de Zuazo (<xabier@zuazo.org>)
4
+ # Copyright:: Copyright (c) 2014 Onddo Labs, SL.
5
5
  # License:: Apache License, Version 2.0
6
6
  #
7
7
  # Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,7 +1,7 @@
1
1
  # encoding: UTF-8
2
2
  #
3
- # Author:: Xabier de Zuazo (<xabier@onddo.com>)
4
- # Copyright:: Copyright (c) 2014 Onddo Labs, SL. (www.onddo.com)
3
+ # Author:: Xabier de Zuazo (<xabier@zuazo.org>)
4
+ # Copyright:: Copyright (c) 2014 Onddo Labs, SL.
5
5
  # License:: Apache License, Version 2.0
6
6
  #
7
7
  # Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,7 +1,7 @@
1
1
  # encoding: UTF-8
2
2
  #
3
- # Author:: Xabier de Zuazo (<xabier@onddo.com>)
4
- # Copyright:: Copyright (c) 2014 Onddo Labs, SL. (www.onddo.com)
3
+ # Author:: Xabier de Zuazo (<xabier@zuazo.org>)
4
+ # Copyright:: Copyright (c) 2014 Onddo Labs, SL.
5
5
  # License:: Apache License, Version 2.0
6
6
  #
7
7
  # Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,7 +1,7 @@
1
1
  # encoding: UTF-8
2
2
  #
3
- # Author:: Xabier de Zuazo (<xabier@onddo.com>)
4
- # Copyright:: Copyright (c) 2014 Onddo Labs, SL. (www.onddo.com)
3
+ # Author:: Xabier de Zuazo (<xabier@zuazo.org>)
4
+ # Copyright:: Copyright (c) 2014 Onddo Labs, SL.
5
5
  # License:: Apache License, Version 2.0
6
6
  #
7
7
  # Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,7 +1,7 @@
1
1
  # encoding: UTF-8
2
2
  #
3
- # Author:: Xabier de Zuazo (<xabier@onddo.com>)
4
- # Copyright:: Copyright (c) 2014 Onddo Labs, SL. (www.onddo.com)
3
+ # Author:: Xabier de Zuazo (<xabier@zuazo.org>)
4
+ # Copyright:: Copyright (c) 2014 Onddo Labs, SL.
5
5
  # License:: Apache License, Version 2.0
6
6
  #
7
7
  # Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,7 +1,7 @@
1
1
  # encoding: UTF-8
2
2
  #
3
- # Author:: Xabier de Zuazo (<xabier@onddo.com>)
4
- # Copyright:: Copyright (c) 2014 Onddo Labs, SL. (www.onddo.com)
3
+ # Author:: Xabier de Zuazo (<xabier@zuazo.org>)
4
+ # Copyright:: Copyright (c) 2014 Onddo Labs, SL.
5
5
  # License:: Apache License, Version 2.0
6
6
  #
7
7
  # Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,7 +1,7 @@
1
1
  # encoding: UTF-8
2
2
  #
3
- # Author:: Xabier de Zuazo (<xabier@onddo.com>)
4
- # Copyright:: Copyright (c) 2014 Onddo Labs, SL. (www.onddo.com)
3
+ # Author:: Xabier de Zuazo (<xabier@zuazo.org>)
4
+ # Copyright:: Copyright (c) 2014 Onddo Labs, SL.
5
5
  # License:: Apache License, Version 2.0
6
6
  #
7
7
  # Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,7 +1,7 @@
1
1
  # encoding: UTF-8
2
2
  #
3
- # Author:: Xabier de Zuazo (<xabier@onddo.com>)
4
- # Copyright:: Copyright (c) 2014 Onddo Labs, SL. (www.onddo.com)
3
+ # Author:: Xabier de Zuazo (<xabier@zuazo.org>)
4
+ # Copyright:: Copyright (c) 2014 Onddo Labs, SL.
5
5
  # License:: Apache License, Version 2.0
6
6
  #
7
7
  # Licensed under the Apache License, Version 2.0 (the "License");
metadata CHANGED
@@ -1,36 +1,36 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chef-encrypted-attributes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
- - Onddo Labs, SL.
7
+ - Xabier de Zuazo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain:
11
11
  - |
12
12
  -----BEGIN CERTIFICATE-----
13
- MIIDYDCCAkigAwIBAgIBATANBgkqhkiG9w0BAQUFADA7MQ0wCwYDVQQDDAR0ZWFt
14
- MRUwEwYKCZImiZPyLGQBGRYFb25kZG8xEzARBgoJkiaJk/IsZAEZFgNjb20wHhcN
15
- MTQwODExMDkxNDAzWhcNMTUwODExMDkxNDAzWjA7MQ0wCwYDVQQDDAR0ZWFtMRUw
16
- EwYKCZImiZPyLGQBGRYFb25kZG8xEzARBgoJkiaJk/IsZAEZFgNjb20wggEiMA0G
17
- CSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCrbcM9ZsRca5gEkpftR/J/Rem9JTAK
18
- 0cKHuEAKgp0QvHAceDRJNJ6LoXfeXP86fPL3kpHNQdbHFW/MGsynjeWg/c/8VbAR
19
- W0L6MBUoBuSBN91GBoqHpka1qhMHA6QnUpUHFCOUhoA5oweZ8kDsHh/W2n//vZwr
20
- DBcnf4wRzQeZl/I+Ral6gKZSImtMyo0W7TYQT2rMbvms0LoNMKZQ6Gpw9B2NoYtH
21
- FYBt78LB771jRc/j5Sk9O2rm/Tnvl6HW2Pb6arwk9pd0A7KVYjJzmaBF5aqOMTml
22
- ZDgelv7lLJyIQSASKnusmTlFehppplTHWQKfev6jfKXCepS/cD5EH1wfAgMBAAGj
23
- bzBtMAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQWBBQzPM4ZVw+kEtQm
24
- 4eA7AyE6s0gIUDAZBgNVHREEEjAQgQ50ZWFtQG9uZGRvLmNvbTAZBgNVHRIEEjAQ
25
- gQ50ZWFtQG9uZGRvLmNvbTANBgkqhkiG9w0BAQUFAAOCAQEAZNdmm2OCr8wVxtj8
26
- z9gnGVBWpHqE0+mPBsgsueOAhNzoqphOUGMn9JWvOQU3TwiUPHJN9QiOT92OpD0Z
27
- UKN6ixyaqPhegRqGQQGTOC7d+l+E+mab3m6f96MyCxNuts8vEFqubs5rd+1E/NDb
28
- ZpX7/1KENUo06s8Rpro8pPXh+CL8+177gcfkXzXBElXR6r5Tf8VSxrFPeLIRrdzs
29
- AkPvQPEiZbg78ZKmVjcuokhXi1bzvjGVI0lMzW/JBO8GvjUyh4hl6HAfOgXMXpaz
30
- cYe8PqNEkky7ugvF4zU3sB6TW+96XasuwDv1uJmyr35LF15U6Cs83+osMbAKJTmG
31
- /vqKzw==
13
+ MIIDaDCCAlCgAwIBAgIBATANBgkqhkiG9w0BAQUFADA9MQ8wDQYDVQQDDAZ4YWJp
14
+ ZXIxFTATBgoJkiaJk/IsZAEZFgV6dWF6bzETMBEGCgmSJomT8ixkARkWA29yZzAe
15
+ Fw0xNjA5MTUxNzIzMTlaFw0xNzA5MTUxNzIzMTlaMD0xDzANBgNVBAMMBnhhYmll
16
+ cjEVMBMGCgmSJomT8ixkARkWBXp1YXpvMRMwEQYKCZImiZPyLGQBGRYDb3JnMIIB
17
+ IjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsdGpaOki5vixi6PplYTO/6nT
18
+ e989el4XtVnQlVWQ/cvLdiTwcjqeaVHJfvkqkgrnpFSdQZogEM6dAdOdX3U0x66L
19
+ JCdyr5D9d1l8p9/UpnCVmvZleFbjO/xU60nq/6ILNxHScEBLFOF/oL7YRU3qgiNH
20
+ 0Xx87C1N6Ap98aIVemOlD7iSVi56PN/2NvJJb3x9hk6sB/Yfekk5WeRTrJkYPeFx
21
+ y36jFQEVvwgB5DBizRqeIo/CXYSEhrSoDM9B9P5/9j3PJQalYD2bJ9mniATEhgEO
22
+ M7oFge+vUrkFmKuiTRg+yshc5Ep8OcqE8yP0XtkC+/V0oDTp4f+QrScPjLaWpQID
23
+ AQABo3MwcTAJBgNVHRMEAjAAMAsGA1UdDwQEAwIEsDAdBgNVHQ4EFgQUW2JTg6p6
24
+ NcAJO7zVxIDiGkssqPkwGwYDVR0RBBQwEoEQeGFiaWVyQHp1YXpvLm9yZzAbBgNV
25
+ HRIEFDASgRB4YWJpZXJAenVhem8ub3JnMA0GCSqGSIb3DQEBBQUAA4IBAQAgHehn
26
+ hmKfhEuuC+MragsxzjDwtHVUWUr53PWRIxScBplLK2jGGsKvdH2MwPCaKg7LJxg8
27
+ bT/UEop2tjYm4I/GTSgRzS7El6hAmhVRYxdCf/cAvIhVsvuXPARfDLaY5AFuxrGo
28
+ ZHu04LKaeOC8GWAdE0V+qRoW4JRQXwijki1FO99895yOwDrHW4DE5JGxVmnVd5u5
29
+ nGm+irqWVm/eheMHoYSnnSoUv/wR7I3PaGKjQAvx+Fb34T2e57IZk0tmGtoLXD/1
30
+ GlrtLc9kPO2xfj3e8Xuc1ksF21rlydki4ruAOZLg4gQX1IEFIpC8xNBfG1JuICzE
31
+ 9n62GAx6ZNMluPmN
32
32
  -----END CERTIFICATE-----
33
- date: 2015-05-22 00:00:00.000000000 Z
33
+ date: 2016-09-15 00:00:00.000000000 Z
34
34
  dependencies:
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: chef
@@ -38,7 +38,7 @@ dependencies:
38
38
  requirements:
39
39
  - - ">="
40
40
  - !ruby/object:Gem::Version
41
- version: '11.4'
41
+ version: '11.8'
42
42
  - - "<"
43
43
  - !ruby/object:Gem::Version
44
44
  version: '13'
@@ -48,7 +48,7 @@ dependencies:
48
48
  requirements:
49
49
  - - ">="
50
50
  - !ruby/object:Gem::Version
51
- version: '11.4'
51
+ version: '11.8'
52
52
  - - "<"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '13'
@@ -66,20 +66,6 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: '10.0'
69
- - !ruby/object:Gem::Dependency
70
- name: chef-zero
71
- requirement: !ruby/object:Gem::Requirement
72
- requirements:
73
- - - "~>"
74
- - !ruby/object:Gem::Version
75
- version: '3.2'
76
- type: :development
77
- prerelease: false
78
- version_requirements: !ruby/object:Gem::Requirement
79
- requirements:
80
- - - "~>"
81
- - !ruby/object:Gem::Version
82
- version: '3.2'
83
69
  - !ruby/object:Gem::Dependency
84
70
  name: rspec-core
85
71
  requirement: !ruby/object:Gem::Requirement
@@ -193,7 +179,7 @@ dependencies:
193
179
  - !ruby/object:Gem::Version
194
180
  version: '0.8'
195
181
  description: Chef plugin to add Node encrypted attributes support using client keys
196
- email: team@onddo.com
182
+ email: xabier@zuazo.org
197
183
  executables: []
198
184
  extensions: []
199
185
  extra_rdoc_files: []
@@ -239,7 +225,7 @@ files:
239
225
  - spec/benchmark_helper.rb
240
226
  - spec/integration_helper.rb
241
227
  - spec/spec_helper.rb
242
- homepage: http://onddo.github.io/chef-encrypted-attributes
228
+ homepage: http://zuazo.github.io/chef-encrypted-attributes
243
229
  licenses:
244
230
  - Apache-2.0
245
231
  metadata: {}
@@ -251,7 +237,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
251
237
  requirements:
252
238
  - - ">="
253
239
  - !ruby/object:Gem::Version
254
- version: 1.9.2
240
+ version: 2.0.0
255
241
  required_rubygems_version: !ruby/object:Gem::Requirement
256
242
  requirements:
257
243
  - - ">="
@@ -259,12 +245,11 @@ required_rubygems_version: !ruby/object:Gem::Requirement
259
245
  version: '0'
260
246
  requirements: []
261
247
  rubyforge_project:
262
- rubygems_version: 2.4.3
248
+ rubygems_version: 2.5.1
263
249
  signing_key:
264
250
  specification_version: 4
265
251
  summary: Chef Encrypted Attributes
266
252
  test_files:
267
- - spec/spec_helper.rb
268
253
  - spec/integration_helper.rb
269
254
  - spec/benchmark_helper.rb
270
- has_rdoc:
255
+ - spec/spec_helper.rb
metadata.gz.sig CHANGED
Binary file