Skip to content

Commit

Permalink
Add supports mac_os_x to metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Hoer committed May 27, 2015
1 parent 588b528 commit 35ffe76
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog

## 2.3.0 - 6/5/2015
## 2.3.1 - 5/26/2015

- Add supports 'mac_os_x' to metadata

# Changelog

## 2.3.0 - 5/26/2015

- Add support for Mac OS X (Chef 11.14 or higher required)

Expand Down
3 changes: 2 additions & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
license 'MIT'
description 'Installs/Configures Selenium'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '2.3.0'
version '2.3.1'

supports 'centos'
supports 'redhat'
supports 'mac_os_x'
supports 'ubuntu'
supports 'windows'

Expand Down

0 comments on commit 35ffe76

Please sign in to comment.