Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dearing committed Jul 31, 2015
1 parent b626bcc commit c320642
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion Berksfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ source 'https://supermarket.chef.io'
metadata

group :integration do
cookbook 'yum'
cookbook 'elktest', path: './test/cookbooks/elktest'
cookbook 'runit', '~> 1.7.2'
end
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ elk CHANGELOG

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

0.1.0
0.2.0
-----
- [your_name] - Initial release of elk
- Jacob Dearing - Pre-Release

- - -
Check the [Markdown Syntax Guide](http://daringfireball.net/projects/markdown/syntax) for help with Markdown.
Expand Down
3 changes: 1 addition & 2 deletions metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
license 'MIT'
description 'Installs/Configures ELK'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.2.1'
version '0.2.2'

supports 'centos'

depends 'yum'
depends 'ark'
depends 'runit'

0 comments on commit c320642

Please sign in to comment.