moromi-apns 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: d37df7cb8f16d270fda90a34ffd7c4ad1d97edf4
4
- data.tar.gz: 3582563a1d7b2fb883292ba061bd85a9867e2b79
3
+ metadata.gz: fec0ceed3702712d6e650344a4ff70ba3435dc32
4
+ data.tar.gz: fe980721e53b811b6df5fb3cdf4456dc9db20fe7
5
5
  SHA512:
6
- metadata.gz: 1442677f62d04268d64e582650f6626f2fbe09277caf21d81a02f73b5c07109767320c522f9c04efcba3cd477ed4edb749ccf2bdd38476fcd1d365b516d7959b
7
- data.tar.gz: fa79d79105a000d9085a506af1e6258044232b7c80c82aea49fcf1898228e8c797d19150e1b9236a8b573b4e07008569e94bfae16bebd18a2d87ce1c74199b59
6
+ metadata.gz: f9894585af2db8a1c9c5a1941cbb199c3a931de95ab4fe775b25d5b6d03ed1defc6faaba2b464d479f599f8a5c560540fe3df95925653df3883139e1a00ca36f
7
+ data.tar.gz: 1f75efb56c54be68ef923d4033cf6f7bc3e12777d21bad72f7555f87c489648263ae3d34077033feb5afc819a622aa4aa3a9a4131bc4a65875ee3efcff1e7e25
data/README.md CHANGED
@@ -43,5 +43,5 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
43
43
 
44
44
  ## Contributing
45
45
 
46
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/moromi-apns.
46
+ Bug reports and pull requests are welcome on GitHub at https://github.com/moromi/moromi-apns.
47
47
 
@@ -18,7 +18,7 @@ module Moromi::Apns::Message
18
18
  end
19
19
 
20
20
  def custom_data
21
- {type: type}.merge(@custom_data)
21
+ {type: type}.merge(@parameter.custom_data)
22
22
  end
23
23
 
24
24
  def serialize
@@ -1,5 +1,5 @@
1
1
  module Moromi
2
2
  module Apns
3
- VERSION = '0.2.0'
3
+ VERSION = '0.3.0'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: moromi-apns
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-03 00:00:00.000000000 Z
11
+ date: 2016-10-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport