gupshup_whatsapp 0.2.0 → 0.2.1

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
  SHA256:
3
- metadata.gz: 79ae49e29751763184e3d263e89473c527a714e4423078e4c541fa8fc7599c98
4
- data.tar.gz: a4755fb47759f6841d6ef00e98e9ffcf1a0f5f5e8b1ba8082620900691ef0c71
3
+ metadata.gz: 3e8a4a34c66d359117f0d30a14615cd07525859823e394bcc4b6660f062f2dd7
4
+ data.tar.gz: c81e04c74e2c2a8ac8136cf8de9b29d63d81e208f9fd67a5863bfbdc86bf8195
5
5
  SHA512:
6
- metadata.gz: 2505087bbacde3e5f058666680d0fc4269923a7d92d88ee252015307a129a42671b783c92ef2b44ff6c87501707abe955ae29ef95aafcd750c6f9e4962bd9ea2
7
- data.tar.gz: a65d6488ba5d91541e697c0a764e99852da50d052e8dc0bdca7b73181a83fe61b45c2b0ade45f1cba9a2a902f25dbb3fbeb16b4d7fe36ffe1af4fa5c7c52d761
6
+ metadata.gz: 774a3fcd17ce5b54fe3dbd73fcb878593c17675e2d9eba0108969dd474af6652e5cab300886fc9cf3d5a0cf996578b91b200ea2ba7bdd23f96fedde9a9c57062
7
+ data.tar.gz: 99089b12cfee05fae61a92e3bdd440516baa2d92aa8e651b9336c4c4de9902fde49d4be7f18d717c1f79379a24b525b7913279ec852579d7e6e653101c372c31
data/gupshup_ruby.gemspec CHANGED
@@ -7,6 +7,7 @@ Gem::Specification.new do |spec|
7
7
  spec.email = ["devagastya0@gmail.com"]
8
8
 
9
9
  spec.summary = "Ruby Wrapper for Gupshup Whatsapp API"
10
+ spec.description = "This is a simple open source implementation of the Ruby wrapper for Gupshup WhatsApp APIFor more instructions, refer to the source code README.md. "
10
11
  spec.homepage = "https://rubygems.org/"
11
12
  spec.license = "MIT"
12
13
  spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
@@ -1,4 +1,4 @@
1
1
 
2
2
  module GupshupRuby
3
- VERSION = '0.2.0'.freeze
3
+ VERSION = '0.2.1'.freeze
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gupshup_whatsapp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - thundersparkf
@@ -10,7 +10,8 @@ bindir: exe
10
10
  cert_chain: []
11
11
  date: 2021-07-02 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description:
13
+ description: 'This is a simple open source implementation of the Ruby wrapper for
14
+ Gupshup WhatsApp APIFor more instructions, refer to the source code README.md. '
14
15
  email:
15
16
  - devagastya0@gmail.com
16
17
  executables: []