matchbox20 0.3.8 → 0.3.9

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.
@@ -73,7 +73,7 @@ module Matchbox20
73
73
  def send_notification options
74
74
  raise "Missing apple push notification certificate" unless @@apn_cert
75
75
 
76
- cert = self.apn_production? ? "apn_production.pem" : "apn_development.pem"
76
+ cert = Matchbox20.apn_production? ? "apn_production.pem" : "apn_development.pem"
77
77
 
78
78
  if respond_to?(:cert_file_name)
79
79
  cert = cert_file_name
@@ -1,3 +1,3 @@
1
1
  module Matchbox20
2
- VERSION = "0.3.8"
2
+ VERSION = "0.3.9"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 8
9
- version: 0.3.8
8
+ - 9
9
+ version: 0.3.9
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jake Marsh