gupshup_whatsapp 1.0.1 → 1.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ad2e44e98e09cac92d7fa1d5c5ddb729b262310fe9db3167df412c3abd45fb80
4
- data.tar.gz: 78ce7fa3473afb35931a7f95b5933e80d3bd39bdf287cc941e0eb91f9622734f
3
+ metadata.gz: 3472da887fae80ae2376bb9c4844e4da9ab7685c40e85e47bc157c2211c7a28b
4
+ data.tar.gz: 057c7d31ca85e0064d5b7c0f6800df8cca433c4555697348f60a53ff03607e42
5
5
  SHA512:
6
- metadata.gz: a054a7f89523b670531f0e921097884da40ec8dd913b4c5ed07bde82e71364833e1d7d47edc33a2055a0da20beeaad6dcc32404994137754ff98577fb8d55712
7
- data.tar.gz: 6b56435cdad8c3fa16db07e5d1e92a1682564f1abb8392e330c7fe3beffb94d8aaebfa591f6e6fa4824c4afcc15908be89c9d0943fa1d16789159f30181f469e
6
+ metadata.gz: 81e5b2cfab38f54dbacc9ab7b70af9bd54d93bbae54bab687c5e95997b1d20a9f3e3a02d489c8022297cc03a24975e26d05a6443fc1b3c5ece4055397f908bb3
7
+ data.tar.gz: 27c74cad98efb69c5efed2a44bdf50aa0676487c8530bb12d46859ab99399042f8a0965a33305754f0519ab86da978ee5a655de79cb44513f80f7348a8c4c657
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gupshup_whatsapp (1.0.0)
4
+ gupshup_whatsapp (1.0.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -55,4 +55,4 @@ DEPENDENCIES
55
55
  uuid
56
56
 
57
57
  BUNDLED WITH
58
- 2.1.4
58
+ 2.4.17
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # GupshupRuby
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/gupshup_whatsapp.svg)](https://badge.fury.io/rb/gupshup_whatsapp)
4
+
3
5
  Gupshup Whatsapp API as a Gem in Ruby for easier integration
4
6
 
5
7
  ## Installation
@@ -2,18 +2,19 @@ require_relative 'lib/gupshup_whatsapp/version'
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "gupshup_whatsapp"
5
- spec.version = GupshupRuby::VERSION
5
+ spec.version = "1.0.3"
6
6
  spec.authors = ["thundersparkf"]
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 API. For more instructions, refer to the source code README.md. "
10
+ spec.description = "This is a simple open source implementation of the Ruby wrapper for Gupshup WhatsApp API. For more instructions, refer to the source code README.md. For message structure, please refer to https://docs.gupshup.io/docs/whatsapp-message-type-outbound-free-form for the structure."
11
11
  spec.homepage = "https://rubygems.org/"
12
12
  spec.license = "MIT"
13
13
  spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
14
14
 
15
15
  spec.metadata["homepage_uri"] = spec.homepage
16
16
  spec.metadata["source_code_uri"] = "https://gitlab.com/thundersparkf/gupshup-whatsapp-sdk.git"
17
+ spec.metadata["documentation_uri"] ="https://docs.gupshup.io/docs/whatsapp-message-type-outbound-free-form"
17
18
  # spec.metadata["changelog_uri"] = "https://gitlab.com/thundersparkf/gupshup_whatsapp/-/blob/21dc7da6a580d24af1280e7bfb8e22a7e644ddd7/CHANGELOG"
18
19
 
19
20
  # Specify which files should be added to the gem when it is released.
metadata CHANGED
@@ -1,17 +1,19 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gupshup_whatsapp
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - thundersparkf
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-09-16 00:00:00.000000000 Z
11
+ date: 2024-07-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: 'This is a simple open source implementation of the Ruby wrapper for
14
- Gupshup WhatsApp API. For more instructions, refer to the source code README.md. '
13
+ description: This is a simple open source implementation of the Ruby wrapper for Gupshup
14
+ WhatsApp API. For more instructions, refer to the source code README.md. For message
15
+ structure, please refer to https://docs.gupshup.io/docs/whatsapp-message-type-outbound-free-form
16
+ for the structure.
15
17
  email:
16
18
  - devagastya0@gmail.com
17
19
  executables: []
@@ -47,7 +49,8 @@ licenses:
47
49
  metadata:
48
50
  homepage_uri: https://rubygems.org/
49
51
  source_code_uri: https://gitlab.com/thundersparkf/gupshup-whatsapp-sdk.git
50
- post_install_message:
52
+ documentation_uri: https://docs.gupshup.io/docs/whatsapp-message-type-outbound-free-form
53
+ post_install_message:
51
54
  rdoc_options: []
52
55
  require_paths:
53
56
  - lib
@@ -62,8 +65,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
62
65
  - !ruby/object:Gem::Version
63
66
  version: '0'
64
67
  requirements: []
65
- rubygems_version: 3.2.22
66
- signing_key:
68
+ rubygems_version: 3.5.11
69
+ signing_key:
67
70
  specification_version: 4
68
71
  summary: Ruby Wrapper for Gupshup Whatsapp API
69
72
  test_files: []