gupshup_whatsapp 1.0.2 → 1.0.4

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/gupshup_whatsapp.gemspec +4 -2
  3. metadata +9 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8f4918b2670fd511f0b47a38c36cb0db6b1aeeae992f0079a382d3ee566d971f
4
- data.tar.gz: 550d4ed4d9edc599fe8107d38555b5f0cefd7b3702b3034ed6c72eba99dc3429
3
+ metadata.gz: b3502c7561440269a2de2e9f3b581fd5580b91ba1da095062015e4110d023335
4
+ data.tar.gz: 11af5e984de551c0aabde0dab6b536cda4c76e44c99ab3781c58d4f22df2c066
5
5
  SHA512:
6
- metadata.gz: bcdf124004c76fb75be7417ae45299f54e5c357f67bc2c6618ff9bc3c62f2fa9eee62e4cc957428d8d0163b71cd35bedc2b7c8cdb68c553c55f6c66db72f2c71
7
- data.tar.gz: 2c2f36617ca8fc59925ec4e855029621373a0f0c7eda67628ad2aee2da8d5168641a19e0a271886f311bb64cbd3162eca63dd4b95213e1ad8274cab201118bc2
6
+ metadata.gz: cb7f1dff869bf378a15198f93a32a0c547dae44d743dc327074f4dc181cd753f13139bf2879eaf3f779a6a0cf96d6fa60587860d7d87d6177fca248e82361fb3
7
+ data.tar.gz: 74c00d1615cb06e68aefa1f689e5b985639a2514241b124e7469ec0023a7b254d3d4cb0775718b358cf6a08d4cf0452dac9e607d4924d0f505731b8670edcde0
@@ -2,18 +2,20 @@ require_relative 'lib/gupshup_whatsapp/version'
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "gupshup_whatsapp"
5
- spec.version = "1.0.2"
5
+ spec.version = "1.0.4"
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"
18
+ spec.metadata["bug_tracker_uri"] = "https://gitlab.com/thundersparkf/gupshup-whatsapp-sdk/-/issues"
17
19
  # spec.metadata["changelog_uri"] = "https://gitlab.com/thundersparkf/gupshup_whatsapp/-/blob/21dc7da6a580d24af1280e7bfb8e22a7e644ddd7/CHANGELOG"
18
20
 
19
21
  # 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.2
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - thundersparkf
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-07-20 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,6 +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
52
+ documentation_uri: https://docs.gupshup.io/docs/whatsapp-message-type-outbound-free-form
53
+ bug_tracker_uri: https://gitlab.com/thundersparkf/gupshup-whatsapp-sdk/-/issues
50
54
  post_install_message:
51
55
  rdoc_options: []
52
56
  require_paths:
@@ -62,7 +66,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
62
66
  - !ruby/object:Gem::Version
63
67
  version: '0'
64
68
  requirements: []
65
- rubygems_version: 3.4.10
69
+ rubygems_version: 3.5.11
66
70
  signing_key:
67
71
  specification_version: 4
68
72
  summary: Ruby Wrapper for Gupshup Whatsapp API