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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a8ae2582f731c7c78fa1303caec5705d14a725d4
4
- data.tar.gz: 4f5c2ab38575ca5fae5818db6cc5e713d2fcfe41
3
+ metadata.gz: 8a1a1bbdfe67a8cb9b0b3fe27679e4b8943a2c66
4
+ data.tar.gz: 18ca017ef4bf45ad9e3a3066008fca3d00ce9c13
5
5
  SHA512:
6
- metadata.gz: ab88b988c2ffa66cae63883ce73051c5c23407f0b30d611584fa181bf0b5ec8fc662759194fb65016ffbe98d64a69b66bdbdd55a5f68f02b3677c4a9e133a9e6
7
- data.tar.gz: 23c09f383d99bf979bd1513c2d796e295f9071c9c118a28c73665a058d8d20e2143e2eef1d0d13cce85f885833c4c36bbc901bbd4159e8248a73315266d8c1bd
6
+ metadata.gz: fd89e261726d881e22409730622daf6ed956e5f47f2bac0759d01c38eacc1079677fb5c9b3a82e008c04e1d45c7232a70f25bea525bdbb48e31a230356aa8dc7
7
+ data.tar.gz: 22fc3d506a00ca3e5038d3bf085e1352e601e580092cf86885afc537fc4ca501c5992037661e59ae97b32fe9e28bc66e1829882e0cbf64bf0255df133eb9ce03
@@ -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
@@ -1,3 +1,3 @@
1
1
  module CarbonPms
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
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.0
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-19 00:00:00.000000000 Z
11
+ date: 2013-12-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler