File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
This file is used to list changes made in each version of the cookbook-restartwatch cookbook.
4
4
5
+ 0.3.0
6
+ -----
7
+ - [ Tom] - Renamed, support files added, no functional change from 0.2.0.
8
+
5
9
0.2.0
6
10
-----
7
- - [ Tom] - Previously this was deployed as "restart-watch", function is identical to restart-watch 0.2.0.
11
+ - [ Tom] - Original deployment as "restart-watch"
8
12
9
13
10
14
- - -
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ on the RollNoRocks blog.
18
18
## Berkshelf and librarian
19
19
``` ruby
20
20
# Berkshelf:
21
- cookbook ' restartwatch' , github: ' flatrocks/cookbook-restartwatch' , tag: ' 0.2 .0'
21
+ cookbook ' restartwatch' , github: ' flatrocks/cookbook-restartwatch' , tag: ' 0.3 .0'
22
22
23
23
24
24
# librarian-chef:
25
- cookbook ' restartwatch' , github: ' flatrocks/cookbook-restartwatch' , ref: ' 0.2 .0'
25
+ cookbook ' restartwatch' , github: ' flatrocks/cookbook-restartwatch' , ref: ' 0.3 .0'
26
26
```
27
27
28
28
## Supported platforms
Original file line number Diff line number Diff line change 4
4
license 'GNU Library General Public License, version 2.0'
5
5
description 'Installs/Configures logwatch_restart'
6
6
long_description IO . read ( File . join ( File . dirname ( __FILE__ ) , 'README.md' ) )
7
- version '0.2 .0'
7
+ version '0.3 .0'
8
8
9
9
depends 'logwatch' , '~> 1.1'
You can’t perform that action at this time.
0 commit comments