chef-sugar 1.2.2 → 1.2.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f5674537c266d05abd9f17e9b069f904945e12b7
4
- data.tar.gz: b6f26132d9c4e1ee9fd99e7c5437e45bb884c4ea
3
+ metadata.gz: 88dea16b14233aa2ccce869c337375af3e633620
4
+ data.tar.gz: 7ae5046aada8196b1b46b232c8a06df043e77be7
5
5
  SHA512:
6
- metadata.gz: 6e45cf63cba7efb2305fa499475f2e176135354cc157b39efb11ccf332bc8bb5df863e15785cad7c9ca8ca189778bcf9e8d95fcc1692201d08da417797c60ced
7
- data.tar.gz: 5e8ba58f52af37590e283e49a1fdab8cde85a404b25e4fd1c481d46518b9532e9367225a47138c7ee70ec5e658939fa17182f948482d1ef072dee0bb1ddcc3d0
6
+ metadata.gz: 8a96e2a69f606eea91185bbeb053c11a5cdfc45bb7fcaf00c9719ef4fccfbb6fb679c035cdc58caa4a43bd1356870adf280e3b9ee971d3fea3d35f1792443c44
7
+ data.tar.gz: 2b4de17fcbbd1bee8096f4edb8790701e0d7d3977a092a7157273c75929d9f3e37972c725ce5c2893720fa7b94aadbf2f148fc0525d67330f026a1595a540b34
data/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@ Chef Sugar Changelog
2
2
  =========================
3
3
  This file is used to list changes made in each version of the chef-sugar cookbook and gem.
4
4
 
5
+ v1.2.4 (2014-03-13)
6
+ -------------------
7
+ - See (1.2.2), but I botched the release
8
+
5
9
  v1.2.2 (2014-03-13)
6
10
  -------------------
7
11
  - Fix a critical bug with `encrypted_data_bag_item` using the wrong key
@@ -53,7 +53,7 @@ EOH
53
53
  raise EncryptedDataBagSecretNotGiven.new
54
54
  end
55
55
 
56
- secret ||= File.read(Chef::Config[:encrypted_data_bag_secret])
56
+ secret ||= File.read(Chef::Config[:encrypted_data_bag_secret]).strip
57
57
  Chef::EncryptedDataBagItem.load(bag, id, secret)
58
58
  end
59
59
 
@@ -16,6 +16,6 @@
16
16
 
17
17
  class Chef
18
18
  module Sugar
19
- VERSION = '1.2.2'
19
+ VERSION = '1.2.4'
20
20
  end
21
21
  end
data/metadata.rb CHANGED
@@ -14,4 +14,4 @@ For the most up-to-date information and documentation, please visit the [Chef
14
14
  Sugar project page on GitHub](https://github.com/sethvargo/chef-sugar).
15
15
  EOH
16
16
 
17
- version '1.2.2'
17
+ version '1.2.3'
data/recipes/default.rb CHANGED
@@ -18,7 +18,7 @@
18
18
  #
19
19
 
20
20
  chef_gem('chef-sugar') do
21
- version '1.2.0.beta.1'
21
+ version '1.2.2'
22
22
  action :nothing
23
23
  end.run_action(:install)
24
24
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chef-sugar
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Seth Vargo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-13 00:00:00.000000000 Z
11
+ date: 2014-03-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler