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 +4 -4
- data/Gemfile.lock +2 -2
- data/README.md +2 -0
- data/gupshup_whatsapp.gemspec +3 -2
- metadata +11 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3472da887fae80ae2376bb9c4844e4da9ab7685c40e85e47bc157c2211c7a28b
|
4
|
+
data.tar.gz: 057c7d31ca85e0064d5b7c0f6800df8cca433c4555697348f60a53ff03607e42
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 81e5b2cfab38f54dbacc9ab7b70af9bd54d93bbae54bab687c5e95997b1d20a9f3e3a02d489c8022297cc03a24975e26d05a6443fc1b3c5ece4055397f908bb3
|
7
|
+
data.tar.gz: 27c74cad98efb69c5efed2a44bdf50aa0676487c8530bb12d46859ab99399042f8a0965a33305754f0519ab86da978ee5a655de79cb44513f80f7348a8c4c657
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
data/gupshup_whatsapp.gemspec
CHANGED
@@ -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 =
|
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.
|
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:
|
11
|
+
date: 2024-07-16 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
|
-
description:
|
14
|
-
|
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
|
-
|
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.
|
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: []
|