Skip to content

Commit

Permalink
release 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanwb committed Dec 4, 2013
1 parent 55c5ee9 commit 0930c4c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 19 deletions.
39 changes: 21 additions & 18 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
Hugo Lopes Tavares: Allow unwinding resources
Peter Fern: Allow rewinding recipe_name
Peter Fern: Shef extensions have moved in 11.x, add compatible require
Peter Fern: Change deprecated Gemfile source `:rubygems` to `https://rubygems.org`
aabes: Update README.md
Bryan Berry: now with rspec tests using chef's spec_helper
Bryan Berry: rename to chef-rewind
Bryan Berry: use set_and_return for Chef::Resource.cookbook_name
Bryan Berry: update readme
Bryan Berry: revert earlier commit that sets cookbook_name
Bryan Berry: update readme
Bryan Berry: set cookbook_name to current cookbook at time of editing
Bryan Berry: don't create nonexistent resources
Nathen Harvey: Add recipe file name to the README
Bryan Berry: add note that need `chef_gem` to install it
Bryan Berry: update readme
Bryan Berry: set version #
Bryan Berry: initial commit
Merge pull request #13 from yipit-cookbooks/bugfix-unwind
bump version for release
Merge pull request #12 from yipit-cookbooks/unwind
bump version for 0.0.6 release
Merge pull request #7 from pdf/rubygems_deprecation
Merge pull request #8 from pdf/chef_11_compat
Merge pull request #9 from pdf/rewind_recipe_name
Merge pull request #4 from aabes/master
now with rspec tests using chef's spec_helper
rename to chef-rewind
use set_and_return for Chef::Resource.cookbook_name
update readme
revert earlier commit that sets cookbook_name
update readme
set cookbook_name to current cookbook at time of editing
Merge pull request #1 from nathenharvey/patch-1
don't create nonexistent resources
add note that need `chef_gem` to install it
update readme
set version #
initial commit
2 changes: 1 addition & 1 deletion chef-rewind.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.name = "chef-rewind"
gem.require_paths = ["lib"]
gem.version = "0.0.7"
gem.version = "0.0.8"
end

0 comments on commit 0930c4c

Please sign in to comment.