spns 0.2.14 → 0.2.15

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/spns.rb +1 -0
  3. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.14
1
+ 0.2.15
data/lib/spns.rb CHANGED
@@ -54,6 +54,7 @@ def check_cert
54
54
  puts "Please provide #{app}_#{$mode}.pem under '#{Dir.pwd}/' directory"
55
55
  return false;
56
56
  else
57
+ puts "'#{app}'s #{$mode} PEM: (#{app}_#{$mode}.pem)"
57
58
  certfile = File.read("#{Dir.pwd}/#{app}_#{$mode}.pem")
58
59
  openSSLContext = OpenSSL::SSL::SSLContext.new
59
60
  openSSLContext.cert = OpenSSL::X509::Certificate.new(certfile)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spns
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.14
4
+ version: 0.2.15
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -330,7 +330,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
330
330
  version: '0'
331
331
  segments:
332
332
  - 0
333
- hash: 2587558808165610920
333
+ hash: 1342246939591537697
334
334
  required_rubygems_version: !ruby/object:Gem::Requirement
335
335
  none: false
336
336
  requirements: