chaione-pushmeup 0.2.0 → 0.2.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 86b9ecf271051c27fdfe5f514fcbf370bca76b59
4
- data.tar.gz: d1a63a9fcdb717da29412b4060f8376210094cc6
3
+ metadata.gz: 1dc1a08bbb3ded95ddc5b8bcb309633aa3c9bad8
4
+ data.tar.gz: 0130213b15d457e764927cd4166bc5528c7e7672
5
5
  SHA512:
6
- metadata.gz: 658c6a36c84b746bc455d3c8dbe7620301850df6f38fce465a480e99d65c6d3f2d27e8e2f9baf6a76d661f05ac715070d3e03f7643d932016a3f3886366863d8
7
- data.tar.gz: d384e32aab801adab313a75f4eb1c68e14cfe7ab0dc31946d1922b492eccd66720fbce4441144cbe954da2f14f8f33defc871f2e113f7d5c4b461f3aeeb910c2
6
+ metadata.gz: 44e36fe9402e1ca886b5cc50e42e87a624a6b3d626369637a39b8413f10d4389b244fa9c63acd1bfa386ac59f400155559afb7840537cf47bcfeed8f7fb3480a
7
+ data.tar.gz: 26ed0e3b6f93774dcbe1a0ac88e2f32e2c46e09fc91e95fca5289f5f3ea9459334e9d297db1b55f56ac223411ea42f228a69a3babc2a906e3a9132ff7acae1f7
@@ -53,7 +53,7 @@ module APNS
53
53
  raise "Your pem file is not set. (APNS.pem = /path/to/cert.pem or object that responds to read)" unless pem
54
54
  if pem.respond_to? :read
55
55
  data = pem.read
56
- pem.rewind if pem.respond_to(:rewind)
56
+ pem.rewind if pem.respond_to?(:rewind)
57
57
  else
58
58
  raise "The path to your pem file does not exist!" unless File.exist?(pem)
59
59
  data = File.read(pem)
@@ -1,3 +1,3 @@
1
1
  module Pushmeup
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chaione-pushmeup
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicos Karalis
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-10-09 00:00:00.000000000 Z
13
+ date: 2013-10-11 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: httparty