Skip to content

Commit

Permalink
Merge pull request #123 from nixwiz/pre_release/4.1.1
Browse files Browse the repository at this point in the history
Prepping for 4.1.1 release
  • Loading branch information
Jef Spaleta authored Jan 10, 2020
2 parents fae3ae0 + 031e456 commit 0f0ead0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ services:
- docker
cache:
- bundler
before_install:
- gem install bundler
install:
- bundle install
rvm:
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugin

## [Unreleased]

## [4.1.1] - 2019-12-18
### Changed
- Updated README to conform with standardization guidelines (sensu-plugins/community#134)
- Updated bundler development depedency to '~> 2.1'

## [4.1.0] - 2019-012-12
### Added
- Updated asset build targets to support centos6
Expand Down Expand Up @@ -245,7 +250,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugin

* initial release, same as community repo

[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-network-checks/compare/4.1.0...HEAD
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-network-checks/compare/4.1.1...HEAD
[4.1.1]: https://github.com/sensu-plugins/sensu-plugins-network-checks/compare/4.0.0...4.1.1
[4.1.0]: https://github.com/sensu-plugins/sensu-plugins-network-checks/compare/4.0.0...4.1.0
[4.0.0]: https://github.com/sensu-plugins/sensu-plugins-network-checks/compare/3.2.1...4.0.0
[3.2.1]: https://github.com/sensu-plugins/sensu-plugins-network-checks/compare/3.2.0...3.2.1
Expand Down
2 changes: 1 addition & 1 deletion lib/sensu-plugins-network-checks/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module SensuPluginsNetworkChecks
module Version
MAJOR = 4
MINOR = 1
PATCH = 0
PATCH = 1

VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
end
Expand Down
2 changes: 1 addition & 1 deletion sensu-plugins-network-checks.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Gem::Specification.new do |s| # rubocop:disable Metrics/BlockLength
s.add_runtime_dependency 'whois', '>= 4.0'
s.add_runtime_dependency 'whois-parser', '~> 1.0.0'

s.add_development_dependency 'bundler', '~> 1.7'
s.add_development_dependency 'bundler', '~> 2.1'
s.add_development_dependency 'codeclimate-test-reporter', '~> 0.4'
s.add_development_dependency 'github-markup', '~> 3.0'
s.add_development_dependency 'pry', '~> 0.10'
Expand Down

0 comments on commit 0f0ead0

Please sign in to comment.