Skip to content

Commit

Permalink
Remove Ruby 1.9.3 from deploy-time testing
Browse files Browse the repository at this point in the history
  • Loading branch information
eheydrick authored and majormoses committed Jul 20, 2017
1 parent ee220a2 commit 945d4dc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ deploy:
on:
tags: true
all_branches: true
rvm: 1.9.3
rvm: 2.0
rvm: 2.1
rvm: 2.2
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Change Log
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).

This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
Expand All @@ -7,6 +7,9 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
### Changed
- Updated Travis configuration to include Ruby 2.4.1

### Removed
- Ruby 1.9.3 from deploy-time testing (@eheydrick)

## [1.0.0] - 2016-08-10
### Changed
- Removed Ruby 1.9 support
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Sensu-Plugins-etcd

[ ![Build Status](https://travis-ci.org/sensu-plugins/sensu-plugins-etcd.svg?branch=master)](https://travis-ci.org/sensu-plugins/sensu-plugins-etcd)
[![Build Status](https://travis-ci.org/sensu-plugins/sensu-plugins-etcd.svg?branch=master)](https://travis-ci.org/sensu-plugins/sensu-plugins-etcd)
[![Gem Version](https://badge.fury.io/rb/sensu-plugins-etcd.svg)](http://badge.fury.io/rb/sensu-plugins-etcd)
[![Code Climate](https://codeclimate.com/github/sensu-plugins/sensu-plugins-etcd/badges/gpa.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-etcd)
[![Test Coverage](https://codeclimate.com/github/sensu-plugins/sensu-plugins-etcd/badges/coverage.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-etcd)
Expand Down
2 changes: 0 additions & 2 deletions sensu-plugins-etcd.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ require_relative 'lib/sensu-plugins-etcd'

Gem::Specification.new do |s|
s.authors = ['Sensu-Plugins and contributors']
# s.cert_chain = ['certs/sensu-plugins.pem']
s.date = Date.today.to_s
s.description = 'Sensu plugins for etcd health and status monitoring'
s.email = '<[email protected]>'
Expand All @@ -24,7 +23,6 @@ Gem::Specification.new do |s|
s.post_install_message = 'You can use the embedded Ruby by setting EMBEDDED_RUBY=true in /etc/default/sensu'
s.require_paths = ['lib']
s.required_ruby_version = '>= 2.0.0'
# s.signing_key = File.expand_path(pvt_key) if $PROGRAM_NAME =~ /gem\z/
s.summary = 'Sensu plugins for etcd'
s.test_files = s.files.grep(%r{^(test|spec|features)/})
s.version = SensuPluginsEtcd::Version::VER_STRING
Expand Down

0 comments on commit 945d4dc

Please sign in to comment.