chef-sugar 1.0.0.beta.1 → 1.0.0
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/README.md +3 -0
- data/lib/chef/sugar/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f20f8de1e2ae7d007959739a79232f17f9c77ab8
|
|
4
|
+
data.tar.gz: c8a6790c44827d8f3423f0824cf87c47901cc306
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0449dc8267586cffc7699139e1d0aaad5f7bac5f79994b6ea8e5fc5e6719f779084852ba351341bc23009d995357f5f3aa277a27d400e85c0d9c1fc829c90384
|
|
7
|
+
data.tar.gz: 918e1e5c4f02c7e20d353a2b0dd891c204996b6e8a261c01ef16d0fbe67c3fa25929af83850fddee106858d69c99442f50e3bc97e621d2749f5cd4ace2884aa4
|
data/README.md
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
Chef::Sugar
|
|
2
2
|
================
|
|
3
3
|
[](http://travis-ci.org/sethvargo/chef-sugar)
|
|
4
|
+
[](http://badge.fury.io/rb/chef-sugar)
|
|
5
|
+
[](https://gemnasium.com/sethvargo/chef-sugar)
|
|
6
|
+
[](https://codeclimate.com/github/sethvargo/chef-sugar)
|
|
4
7
|
|
|
5
8
|
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 recipd DSL, enforce DRY principles, and make writing Chef recipes an awesome experience!
|
|
6
9
|
|
data/lib/chef/sugar/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: chef-sugar
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.0
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Seth Vargo
|
|
@@ -181,9 +181,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
181
181
|
version: '1.9'
|
|
182
182
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
183
183
|
requirements:
|
|
184
|
-
- - '
|
|
184
|
+
- - '>='
|
|
185
185
|
- !ruby/object:Gem::Version
|
|
186
|
-
version:
|
|
186
|
+
version: '0'
|
|
187
187
|
requirements: []
|
|
188
188
|
rubyforge_project:
|
|
189
189
|
rubygems_version: 2.0.3
|