aws_sns_kit 0.0.1 → 0.0.2

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: 30ca90b654e3d13f6f0397266237bd0fd9412471
4
- data.tar.gz: 1fbbcab590c875b55080aa1b65ac1b02a4fadf4b
3
+ metadata.gz: 7d1ad087a7b049bba1a33a93a3767b05a90d08d3
4
+ data.tar.gz: b8ac6263f304c9d4696de5bbecc7c3ed78265bd2
5
5
  SHA512:
6
- metadata.gz: 10d42a7d3f43987fe65fb48e5db5d95427d56077636c42e7fb722d6cadcb9a084114db37e69fda0514d52b6c9a3791275b4fe3832462e3ae4268d667053dc799
7
- data.tar.gz: 2463a468daeff88390a0bf1b487c252c67ff3471fd7f20f65abd3885ad89e2ddc19f5ba845efed6b8ee08ad72328147c666d6f11778c18ff14210576c422c479
6
+ metadata.gz: c4c666fb5c852665b9d1654591a0b1be0b76e3b53d54cd5be30742ae4682c6d332c4560862ae5191bd720a6ea171cf21bc35bc5c9a49b75a5099cfdf10e512be
7
+ data.tar.gz: 15f30b84ec41c6b4c227f129c503d5cf7f761d5a353e941e496670ba4539ea9b58a32ed901db819fd1243e514bb8027138ca480276476eb808269039aa264edb
@@ -18,7 +18,7 @@ module AwsSnsKit
18
18
 
19
19
  def enable
20
20
  client_wrapper.set_endpoint_attributes({
21
- attributes: { "Enabled" => "true", "CustomUserData" => instance.custom_data},
21
+ attributes: { "Enabled" => "true", "CustomUserData" => instance.sns_custom_data},
22
22
  endpoint_arn: platform_endpoint
23
23
  })
24
24
  end
@@ -1,3 +1,3 @@
1
1
  module AwsSnsKit
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws_sns_kit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tsubasa Ito
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-24 00:00:00.000000000 Z
11
+ date: 2014-08-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -200,3 +200,4 @@ test_files:
200
200
  - spec/aws_sns_kit/notifier_spec.rb
201
201
  - spec/aws_sns_kit_spec.rb
202
202
  - spec/spec_helper.rb
203
+ has_rdoc: