j7w1 0.0.15 → 0.0.16

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: f614abdce04219f86bdccb31781d86561b7cc752
4
- data.tar.gz: f277b2aadbc2b21db4362957117f7e889dd3b969
3
+ metadata.gz: d54a3e9b7746f9838f0fde8d600acfe88c84a6b2
4
+ data.tar.gz: fba9d3d45e48d5a9e2db7b9940da28cc036214d1
5
5
  SHA512:
6
- metadata.gz: 035a8efe6df04756e486de957e7f7af53c95429495f2f5f5c7771cdc01d439f47936cc836a5e58cf6597a71e4e2d1ed7ab6964ec09e1177b5563cad9e57f8fe6
7
- data.tar.gz: 19e9918bc64c0072ab14c06a645c46c1e142c38e65a5b4905311bbe8c269e850442f5abb78cddd92bb2a4ee85006a197449681da097ea343172b14e3c502d9d8
6
+ metadata.gz: 9e8e1a2962332dd517432c64c05d08da75abf06055bed5a524725c495509dcbd6538e0ba3baf8e6380086d32921f73bb6aa6911fd6ddfb04dee3b28e09aaaca6
7
+ data.tar.gz: 74ccdeb010980c1e90ff6381947dfd006853c9d48aae583079d58d24afa47b3aff4930cf5970dcae2313a8883fa0e5058b36a5d045af91143bcaeb200928950a
data/README.md CHANGED
@@ -39,8 +39,8 @@ Configuration is expected to have the structure as below:
39
39
  app_endpoint:
40
40
  ios:
41
41
  arn: "<The ARN of your app.>"
42
- android:
43
- arn: "<The ARN of your android app.>"
42
+ android:
43
+ arn: "<The ARN of your android app.>"
44
44
  account:
45
45
  access_key_id: "<Your Access Key>"
46
46
  secret_access_key: "<Your Secret Key>"
@@ -123,7 +123,7 @@ module J7W1
123
123
 
124
124
  def android_payload_for(message_value)
125
125
  {
126
- gcm: {
126
+ GCM: {
127
127
  data: message_content_with_table(message_value, ANDROID_TABLE)
128
128
  }.to_json
129
129
  }
@@ -1,3 +1,3 @@
1
1
  module J7W1
2
- VERSION = "0.0.15"
2
+ VERSION = "0.0.16"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: j7w1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.15
4
+ version: 0.0.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - condor
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-12-25 00:00:00.000000000 Z
11
+ date: 2014-02-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk