carbon_pms 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 +4 -4
- data/lib/carbon_pms/client.rb +4 -0
- data/lib/carbon_pms/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8a1a1bbdfe67a8cb9b0b3fe27679e4b8943a2c66
|
4
|
+
data.tar.gz: 18ca017ef4bf45ad9e3a3066008fca3d00ce9c13
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fd89e261726d881e22409730622daf6ed956e5f47f2bac0759d01c38eacc1079677fb5c9b3a82e008c04e1d45c7232a70f25bea525bdbb48e31a230356aa8dc7
|
7
|
+
data.tar.gz: 22fc3d506a00ca3e5038d3bf085e1352e601e580092cf86885afc537fc4ca501c5992037661e59ae97b32fe9e28bc66e1829882e0cbf64bf0255df133eb9ce03
|
data/lib/carbon_pms/client.rb
CHANGED
@@ -58,6 +58,8 @@ module CarbonPms
|
|
58
58
|
return post '/push/apns', body: options
|
59
59
|
end
|
60
60
|
|
61
|
+
alias_method :apns_notification, :apns_notificaton
|
62
|
+
|
61
63
|
# Sends bulk push notifications to the APNS
|
62
64
|
#
|
63
65
|
# @param [Hash] options hash to construct a notification
|
@@ -73,6 +75,8 @@ module CarbonPms
|
|
73
75
|
return post '/push/apns_bulk', body: options
|
74
76
|
end
|
75
77
|
|
78
|
+
alias_method :apns_bulk_notification, :apns_bulk_notificaton
|
79
|
+
|
76
80
|
# Sends a push notification to GCM
|
77
81
|
#
|
78
82
|
# @param [Hash] options hash to construct a notification
|
data/lib/carbon_pms/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: carbon_pms
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chris Mason
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-12-
|
11
|
+
date: 2013-12-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|