File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 4
4
VAGRANTFILE_API_VERSION = '2'
5
5
6
6
Vagrant . configure ( VAGRANTFILE_API_VERSION ) do |config |
7
-
8
7
config . vm . box = 'chef/centos-6.6'
9
8
config . vm . box_download_checksum = true
10
9
config . vm . box_download_checksum_type = 'md5'
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
3
4
4
require 'date'
5
5
6
-
7
6
if RUBY_VERSION < '2.0.0'
8
7
require 'sensu-plugins-postgres'
9
8
else
@@ -15,7 +14,7 @@ pvt_key = '~/.ssh/gem-private_key.pem'
15
14
Gem ::Specification . new do |s |
16
15
s . name = 'sensu-plugins-postgres'
17
16
s . version = SensuPluginsPostgres ::VERSION
18
- s . authors = [ " Yieldbot, Inc. and contributors" ]
17
+ s . authors = [ ' Yieldbot, Inc. and contributors' ]
19
18
s . email = '<sensu-users@googlegroups.com>'
20
19
s . homepage = 'https://github.com/sensu-plugins/sensu-plugins-postgres'
21
20
s . summary = ''
@@ -25,8 +24,8 @@ Gem::Specification.new do |s|
25
24
s . files = Dir . glob ( '{bin,lib}/**/*' ) + %w( LICENSE README.md CHANGELOG.md )
26
25
s . executables = s . files . grep ( %r{^bin/} ) { |f | File . basename ( f ) }
27
26
s . test_files = s . files . grep ( %r{^(test|spec|features)/} )
28
- s . require_paths = [ " lib" ]
29
- s . cert_chain = [ " certs/sensu-plugins.pem" ]
27
+ s . require_paths = [ ' lib' ]
28
+ s . cert_chain = [ ' certs/sensu-plugins.pem' ]
30
29
s . signing_key = File . expand_path ( pvt_key ) if $PROGRAM_NAME =~ /gem\z /
31
30
s . platform = ruby
32
31
s . required_ruby_version = '>= 1.9.3'
You can’t perform that action at this time.
0 commit comments