whatsapp 0.1.2 → 0.1.3
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 +4 -4
- data/lib/whats/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3d1c6365b09aa5197f2dc79fd584583f309905d645f56c07d7619724ea93482b
|
|
4
|
+
data.tar.gz: ed07d639aedf79be73694ba18f8cc30436016faa0944ab8f1a55df0b717461e7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 914a341fd2501771a139df58bccfdfc0f2f96dda1523045ac7cd2dc5ea99e34024f7f54c149e3080355404c4bb9ded0ff4bd2c2b3a8169fa7b51c79be6544281
|
|
7
|
+
data.tar.gz: 9653f6b4f0c5c2e78319f1764a05fcbd66c0440acda02a8eb2233a5d5c518a9590609a69a2f94073f6118c4b2cb4dd62a9c1e790c5318e3678f467089aa26586
|
data/lib/whats/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: whatsapp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Bruno Soares
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2018-03-
|
|
12
|
+
date: 2018-03-23 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: typhoeus
|
|
@@ -179,7 +179,7 @@ dependencies:
|
|
|
179
179
|
- - "~>"
|
|
180
180
|
- !ruby/object:Gem::Version
|
|
181
181
|
version: '3.3'
|
|
182
|
-
description:
|
|
182
|
+
description: A Ruby interface to WhatsApp Enterprise API.
|
|
183
183
|
email:
|
|
184
184
|
- bruno@bsoares.com
|
|
185
185
|
- tech@getninjas.com.br
|
|
@@ -218,5 +218,5 @@ rubyforge_project:
|
|
|
218
218
|
rubygems_version: 2.7.3
|
|
219
219
|
signing_key:
|
|
220
220
|
specification_version: 4
|
|
221
|
-
summary:
|
|
221
|
+
summary: WhatsApp Enterprise API interface.
|
|
222
222
|
test_files: []
|