Skip to content

Commit

Permalink
Completed name change with associated release.
Browse files Browse the repository at this point in the history
  • Loading branch information
flatrocks committed Feb 6, 2015
1 parent f616bc5 commit 4ac3f01
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@

This file is used to list changes made in each version of the cookbook-restartwatch cookbook.

0.3.0
-----
- [Tom] - Renamed, support files added, no functional change from 0.2.0.

0.2.0
-----
- [Tom] - Previously this was deployed as "restart-watch", function is identical to restart-watch 0.2.0.
- [Tom] - Original deployment as "restart-watch"


- - -
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ on the RollNoRocks blog.
## Berkshelf and librarian
```ruby
# Berkshelf:
cookbook 'restartwatch', github: 'flatrocks/cookbook-restartwatch', tag: '0.2.0'
cookbook 'restartwatch', github: 'flatrocks/cookbook-restartwatch', tag: '0.3.0'


# librarian-chef:
cookbook 'restartwatch', github: 'flatrocks/cookbook-restartwatch', ref: '0.2.0'
cookbook 'restartwatch', github: 'flatrocks/cookbook-restartwatch', ref: '0.3.0'
```

## Supported platforms
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
license 'GNU Library General Public License, version 2.0'
description 'Installs/Configures logwatch_restart'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.2.0'
version '0.3.0'

depends 'logwatch', '~> 1.1'

0 comments on commit 4ac3f01

Please sign in to comment.