matchbox20 0.3.4 → 0.3.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
1
  module Matchbox20
2
- VERSION = "0.3.4"
2
+ VERSION = "0.3.5"
3
3
  end
data/lib/matchbox20.rb CHANGED
@@ -52,6 +52,8 @@ module Matchbox20
52
52
  cert = cert_file_name
53
53
  end
54
54
 
55
+ puts "cert = #{cert}"
56
+
55
57
  path = File.join(File.expand_path(Rails.root.to_s), "config", "certs", cert)
56
58
  @@apn_cert = File.exists?(path) ? File.read(path) : nil
57
59
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 4
9
- version: 0.3.4
8
+ - 5
9
+ version: 0.3.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jake Marsh