chef-sugar 2.4.0 → 2.4.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/README.md +0 -2
- data/lib/chef/sugar/version.rb +1 -1
- data/metadata.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e465a9d96bf0fdbc8f6456ea39bc616d2cbc7a8d
|
|
4
|
+
data.tar.gz: 16bb961fe714064dd2e06460db620053ee7274f5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aad1b49fee02c34af4a72acfbe0aeadfc0c875fd6fbf654f83331f73b2608736d75b4404d1640a38cf6ba2f9ee66c9ba11bd62ce0ad60855094771e1a070bcf6
|
|
7
|
+
data.tar.gz: fb9fbad59102cfba1a21603d8982aeff403bb97a2442ae91c2179e33e825db5be42b560955d7c477415e0e6028757aead9b6c4205f9cbf7d48893db27e16291f
|
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
|
+
v2.4.1 (2014-10-12)
|
|
6
|
+
-------------------
|
|
7
|
+
- No changes from v2.4.0 - forced a new version upload to the Chef Supermarket
|
|
8
|
+
|
|
5
9
|
v2.4.0 (2014-10-12)
|
|
6
10
|
-------------------
|
|
7
11
|
### Improvements
|
data/README.md
CHANGED
|
@@ -4,13 +4,11 @@ Chef::Sugar
|
|
|
4
4
|
[][travis]
|
|
5
5
|
[][gemnasium]
|
|
6
6
|
[][codeclimate]
|
|
7
|
-
[][gittip]
|
|
8
7
|
|
|
9
8
|
[gem]: https://rubygems.org/gems/chef-sugar
|
|
10
9
|
[travis]: http://travis-ci.org/sethvargo/chef-suguar
|
|
11
10
|
[gemnasium]: https://gemnasium.com/sethvargo/chef-sugar
|
|
12
11
|
[codeclimate]: https://codeclimate.com/github/sethvargo/chef-sugar
|
|
13
|
-
[gittip]: https://www.gittip.com/sethvargo
|
|
14
12
|
|
|
15
13
|
Chef Sugar is a Gem & Chef Recipe that includes series of helpful sugar of the Chef core and other resources to make a cleaner, more lean recipe DSL, enforce DRY principles, and make writing Chef recipes an awesome experience!
|
|
16
14
|
|
data/lib/chef/sugar/version.rb
CHANGED
data/metadata.rb
CHANGED
|
@@ -14,5 +14,5 @@ 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
|
-
|
|
17
|
+
require File.expand_path('../lib/chef/sugar/version', __FILE__)
|
|
18
18
|
version Chef::Sugar::VERSION
|