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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/whats/version.rb +1 -1
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 808a27c8890c47345aa50e239ad975b1db47bb8f2d9d5a822eb87770ce84b14f
4
- data.tar.gz: 6461f0d239a754e3206bcc1aff0b66dd4d4c2b4e31aaeb1b9073c7df88a8f06a
3
+ metadata.gz: 3d1c6365b09aa5197f2dc79fd584583f309905d645f56c07d7619724ea93482b
4
+ data.tar.gz: ed07d639aedf79be73694ba18f8cc30436016faa0944ab8f1a55df0b717461e7
5
5
  SHA512:
6
- metadata.gz: c015553c2ee4a9a81852da69835a2c2234a4b8dfd8a0e66f1f788a1220fe1056ee935e42444c28d5575c9dd784059c49b1aa6dcfeb23c3fd1e8181e569de4a5c
7
- data.tar.gz: bea6121459e99f652650c5e3115524153269750c652fd51d5c5adf5786c6371d4443e23b6a8d3d1da00d1faacc8d5a02356a5becbaadaaf946c6f016b3168c76
6
+ metadata.gz: 914a341fd2501771a139df58bccfdfc0f2f96dda1523045ac7cd2dc5ea99e34024f7f54c149e3080355404c4bb9ded0ff4bd2c2b3a8169fa7b51c79be6544281
7
+ data.tar.gz: 9653f6b4f0c5c2e78319f1764a05fcbd66c0440acda02a8eb2233a5d5c518a9590609a69a2f94073f6118c4b2cb4dd62a9c1e790c5318e3678f467089aa26586
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Whats
4
- VERSION = "0.1.2"
4
+ VERSION = "0.1.3"
5
5
  end
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.2
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-19 00:00:00.000000000 Z
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: An interface to WhatsApp Enterprise API.
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: An interface to WhatsApp Enterprise API.
221
+ summary: WhatsApp Enterprise API interface.
222
222
  test_files: []