Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Apr 26, 2017
1 parent 829be9c commit 899cfc7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## 1.0.2 (2017-04-26)

- Test with delivery local mode
- Remove the coverage report from chefspec
- Update the license string in the metadata
- Switch to Inspec and test on freebsd 11 not 9.3

## 1.0.1 (2016-12-14)

- use portsnap interactive for freebsd >= 10 not just 10
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'Apache-2.0'
description 'Handles FreeBSD ports setup'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.0.1'
version '1.0.2'

supports 'freebsd'

Expand Down
2 changes: 1 addition & 1 deletion providers/port_options.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
end

def load_current_resource
@current_resource = Chef::Resource::FreebsdPortOptions.new(@new_resource.name)
@current_resource = new_resource.class.new(@new_resource.name)

@current_resource.default_options(load_default_options)

Expand Down

0 comments on commit 899cfc7

Please sign in to comment.