multitenant_push 0.1.2 → 0.1.3

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: 55712d3f4d9b4fbd71a79e8dfd0699e2780b828a
4
- data.tar.gz: b009c122845f8dfd4f41080b226dafbce9c1789a
3
+ metadata.gz: b7637066e07f1213097534271205fb15897267a8
4
+ data.tar.gz: 4c41e8f92ab5f5de89923990eb6e74b1e2ae40e7
5
5
  SHA512:
6
- metadata.gz: 6100d74c2e3400f32c5b157cfde9eb389dc0724392f58f8d3fe367eed332b5246cde4a2a6e0e6ef7a85ee199f6d3a2ca43d59e56e7d6ed686550a1fcf6afbcec
7
- data.tar.gz: 980da3b9adaea7a18ceeeb2bf95828bee3cfe7fd3aeb8da25d65d5299f2308de4f4b5ba141936e73c5313cbc3290cffbbf0a606bef65819a893e20d47e570a69
6
+ metadata.gz: eb3afaef3abedb462578d10c964e8800c3f670bd3ff4ae43518c7e723f09222d02e2cb131970636c33e6b1534be7486fc12fe6c33f84662220369df31b64c3c6
7
+ data.tar.gz: 077abc0950deabc18b98d0f745a00f3247d85e203e8b1e96c106d281bb05b7a467e2b9c433a44ffea84eb008d073bda5a2192b877e6d9786a7930b024cbeb7b8
@@ -39,9 +39,6 @@ module MultitenantPush
39
39
  APNS.pem = "lib/#{Tenant.current_tenant.name}.pem"
40
40
 
41
41
  end
42
-
43
-
44
-
45
42
  end
46
43
 
47
44
  end
@@ -1,3 +1,3 @@
1
1
  module MultitenantPush
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
@@ -1,5 +1,6 @@
1
1
  require "multitenant_push/engine"
2
2
  require "multitenant_push/apns"
3
+ require "multitenant_push/gcm"
3
4
 
4
5
  module MultitenantPush
5
6
  class NoTenantCredentials < Exception; end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: multitenant_push
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - 2point0 Concepts
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-11-19 00:00:00.000000000 Z
12
+ date: 2014-12-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails