We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 260eed8 commit 29f6443Copy full SHA for 29f6443
sensu-plugins-postgres.gemspec
@@ -27,7 +27,7 @@ Gem::Specification.new do |s|
27
s.require_paths = ['lib']
28
s.cert_chain = ['certs/sensu-plugins.pem']
29
s.signing_key = File.expand_path(pvt_key) if $PROGRAM_NAME =~ /gem\z/
30
- s.platform = ruby
+ s.platform = Gem::Platform::RUBY
31
s.required_ruby_version = '>= 1.9.3'
32
33
s.add_development_dependency 'codeclimate-test-reporter'
0 commit comments