khipu-chaski-api-client 1.0.9 → 1.1.0
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 +5 -5
- data/README.md +2 -1
- data/lib/khipu-chaski-api-client/configuration.rb +2 -2
- data/lib/khipu-chaski-api-client/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 5c8b8b5d9a0e3c788bd977b1e26ed28b89bd8c32b748652dc2e002836f508632
|
4
|
+
data.tar.gz: d24113972ce9d1422b7178278b298fa5a0acaa9e6c79386368fff7541e6e5cbb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c0167c37991d202c831669a154bf62f33118e7055bb7fcdfa576b911c1ac8272ff67ce398cadca556881b4bdaeb0935a44729506828de13457e8ecfdaeb8bdd7
|
7
|
+
data.tar.gz: 8a1af0f70402f7db81e92ff392f73c17d333e1c7080418934d1975fb0d7bda6be9801c1b084a51a944bcf60af711c1555ba4925994f79a4eef4c78bc2c8536df
|
data/README.md
CHANGED
@@ -21,7 +21,7 @@ end
|
|
21
21
|
#### Send push message
|
22
22
|
```ruby
|
23
23
|
api = KhipuChaski::PushNotificationsApi.new()
|
24
|
-
response = api.
|
24
|
+
response = api.send_message(KhipuChaski::Message.new({"recipientIdSet" => ["recipient1"], "subject" => "subject", "body" => "Hello!!"}))
|
25
25
|
|
26
26
|
print response
|
27
27
|
|
@@ -30,3 +30,4 @@ print response
|
|
30
30
|
### Documentation
|
31
31
|
|
32
32
|
- [gem docs](http://www.rubydoc.info/gems/khipu-chaski-api-client/)
|
33
|
+
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: khipu-chaski-api-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0
|
4
|
+
version: 1.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- khipu
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-08-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -237,7 +237,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
237
237
|
version: '0'
|
238
238
|
requirements: []
|
239
239
|
rubyforge_project:
|
240
|
-
rubygems_version: 2.
|
240
|
+
rubygems_version: 2.7.6
|
241
241
|
signing_key:
|
242
242
|
specification_version: 4
|
243
243
|
summary: A ruby wrapper for the khipu APIs
|