README.md in chef-sugar-2.5.0 vs README.md in chef-sugar-3.0.0
- old
+ new
@@ -1,16 +1,12 @@
-Chef::Sugar
-================
-[][gem]
-[][travis]
-[][gemnasium]
-[][codeclimate]
+Chef Sugar
+==========
+[][gem]
+[][travis]
[gem]: https://rubygems.org/gems/chef-sugar
[travis]: http://travis-ci.org/sethvargo/chef-suguar
-[gemnasium]: https://gemnasium.com/sethvargo/chef-sugar
-[codeclimate]: https://codeclimate.com/github/sethvargo/chef-sugar
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!
Installation
@@ -80,10 +76,12 @@
### Architecture
**Note:** Some of the architecture commands begin with an underscore (`_`) because Ruby does not permit methods to start with a numeric.
- `_64_bit?`
- `_32_bit?`
+- `intel?`
+- `sparc?`
#### Examples
```ruby
execute 'build[my binary]' do
command '...'
@@ -92,10 +90,11 @@
```
### Cloud
- `azure?`
- `cloud?`
+- `digitalocean?`
- `ec2?`
- `eucalyptus?`
- `gce?`
- `linode?`
- `openstack?`
@@ -301,10 +300,12 @@
- `debian_after_squeeze?`
- `linuxmint_after_or_at_olivia?`
- `mac_os_x_lion?`
- `ubuntu_before_lucid?`
- `ubuntu_before_or_at_maverick?`
+- `solaris_10?`
+- `solaris_11?`
To get a full list, run the following in IRB:
```ruby
require 'chef/sugar'
@@ -443,10 +444,10 @@
License & Authors
-----------------
- Author: Seth Vargo (sethvargo@gmail.com)
```text
-Copyright 2013-2014 Seth Vargo
+Copyright 2013-2015 Seth Vargo
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at