cloud_five_push 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dc9c0537ea3f89021a5664a8185ace3d7843ba24
4
- data.tar.gz: 62abbd862b7ade53d0e4e0c7ed4f56b01ebfb62e
3
+ metadata.gz: 64f5693c96e7e96fcee16132939f4ded91a66250
4
+ data.tar.gz: 05a51721a90751a5b308aa561888cad6d29f590a
5
5
  SHA512:
6
- metadata.gz: 5e2651907a3e6badc689fe89d2636472bd49f24cb956be5395117360ce463bdf8c0236e309eff4f8c6c8c40ff2116d74905d7ed10a127b0342c3a7613e3230b9
7
- data.tar.gz: dccd455216213fa70375da9ecd3e2abbc156b9ebfe73048dee07bf6eff1c10159810d1ee8a2736d495ecb504196a472c3e64c9dab8cd8dbc1e50356873e6ce5d
6
+ metadata.gz: 3fd82b899f638447e42341a2c3123b01a43fffa7a49e23e8ca867650cf23bf1ea2dbd442eb39a31468735b3f7f97e3b386a8b80a66829d9c21e7b7dc3a97c531
7
+ data.tar.gz: bd466c5b130ca3f0bc7341a0cd1a43b445f7af82502016f792dac4386f8078d49f27f4623ce26d7c048c537baf80be50963a3ebc29dedd77a245103a94c62cdb
data/README.md CHANGED
@@ -61,7 +61,7 @@ By default, all iOS notifications will be sent through the production APNs. To
61
61
  # set this globally, good for use in a local development server
62
62
  CloudFivePush.aps_environment = :development
63
63
 
64
- # or set it on-off
64
+ # or set it one-off
65
65
  notification = CloudFivePush::Notification.new
66
66
  notification.alert = "testing, testing, 1 2 3"
67
67
  notification.aps_environment = :development
@@ -1,3 +1,3 @@
1
1
  module CloudFivePush
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
@@ -25,7 +25,6 @@ module CloudFivePush
25
25
  notification.broadcast = true
26
26
  notification.alert = alert
27
27
  notification.scheduled_at = scheduled_at
28
- notification.aps_environment = @aps_environment
29
28
  notification.notify!
30
29
  end
31
30
 
@@ -34,7 +33,6 @@ module CloudFivePush
34
33
  notification.alert = alert
35
34
  notification.user_identifiers = user_identifiers
36
35
  notification.scheduled_at = scheduled_at
37
- notification.aps_environment = @aps_environment
38
36
  notification.notify!
39
37
  end
40
38
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloud_five_push
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Samson