Skip to content

Commit

Permalink
Release 1.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tas50 committed Oct 24, 2014
1 parent 9c87b05 commit ce86aa9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This file is used to list changes made in each version of nrpe

# 1.4.8
* Rubocop fixes
* Remove .DS_Store files in the supermarket file that caused failures on older versions of Berkshelf
* Remove strainer gem from Gemfile

## 1.4.6
* Update specs to Chefspec 4.1
Expand Down
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
source 'https://rubygems.org'

gem 'strainer'
gem 'berkshelf', '~> 3.1.0'
gem 'chefspec', '~> 4.1.0'
gem 'foodcritic', '~> 4.0.0'
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 'Installs and configures Nagios NRPE client'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.4.7'
version '1.4.8'

recipe 'default', 'Installs and configures a nrpe client'
%w(build-essential yum-epel).each do |cb|
Expand Down
4 changes: 3 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
require 'chefspec'
require 'chefspec/berkshelf'

at_exit { ChefSpec::Coverage.report! }
ChefSpec::Coverage.start! do
add_filter 'vendor/cookbooks'
end

0 comments on commit ce86aa9

Please sign in to comment.