moromi-apns-aws_sns_adapter 0.2.0 → 0.3.0

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: d2daf222c5f0edca84b597c0d0612e805ac37fab
4
- data.tar.gz: 186cfbe33939616e74b5b15039178e89540d8543
3
+ metadata.gz: 95d1bd3e2226b55c907c6d95d4bd6e3a5dca4a62
4
+ data.tar.gz: 8348c2bf09fe29d03872074b37c09c6f1b3e6673
5
5
  SHA512:
6
- metadata.gz: 89339d7eab94a846103c4773ff802895b7419c32eadcb88999456045577c5be298cce0e9032e0473cec2f529a5c6eba91b8c08f44fa3518e849baca86b646a20
7
- data.tar.gz: 5c74aa4ce478d5dcf04707b12bcc2012cc248799635233d44163b739b507e92b0d1e3e47c849f579c49825b0f654515433d29e314b1c18c27ed511e97140fd5c
6
+ metadata.gz: 83eaba4f22393c98fc1f7a105e830c13f668e23589fbb3dd74d3728c15e3a86789245c4a56be4b4707a28d127e1ef5931880c998ad3ccf482784550ec563945a
7
+ data.tar.gz: b282813a0d7e0bb86af1fa690a73e0b5226b23db017492a4d9d0aceb8bf5ce51d384759a9b52226737145a9875e0b41670de8e7bedbdc11d782c07845dc4847f
@@ -6,6 +6,7 @@ class Moromi::Apns::Message::Base
6
6
  alert: alert,
7
7
  sound: sound,
8
8
  'content-available' => content_available,
9
+ 'mutable-content' => mutable_content,
9
10
  priority: priority
10
11
  }
11
12
  }
@@ -1,7 +1,7 @@
1
1
  module Moromi
2
2
  module Apns
3
3
  module AwsSnsAdapter
4
- VERSION = "0.2.0"
4
+ VERSION = "0.3.0"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: moromi-apns-aws_sns_adapter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takahiro Ooishi
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-10-14 00:00:00.000000000 Z
11
+ date: 2017-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -136,7 +136,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
136
136
  version: '0'
137
137
  requirements: []
138
138
  rubyforge_project:
139
- rubygems_version: 2.5.1
139
+ rubygems_version: 2.4.5
140
140
  signing_key:
141
141
  specification_version: 4
142
142
  summary: adapter for moromi-apns, moromi-aws-sns