gupshup_whatsapp 1.0.0 → 1.0.2

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: 867b3245809517cd0ad0a548710c4979338572f4c28ed73133d73fff2c1a02c4
4
- data.tar.gz: d46a4709e762c51dfdbb0edc77176e99dff91b3c9a9771e929bcd421d3500167
3
+ metadata.gz: 8f4918b2670fd511f0b47a38c36cb0db6b1aeeae992f0079a382d3ee566d971f
4
+ data.tar.gz: 550d4ed4d9edc599fe8107d38555b5f0cefd7b3702b3034ed6c72eba99dc3429
5
5
  SHA512:
6
- metadata.gz: bcf008e35cdb2d3ead4936d98627092bbdc83deef7e79b13a432253d130bcf69c243bd12db5d6b306721628537ee697f16f7a53e9a47b5f55f70db922cece356
7
- data.tar.gz: 2b12170a5434ee2b0b343dea7e92815c6e322007cc645c7dcd03878060f58e98cd911ca0f01090824cabb5623d52eee3b36f1bdd7e711acc747000d78830532d
6
+ metadata.gz: bcdf124004c76fb75be7417ae45299f54e5c357f67bc2c6618ff9bc3c62f2fa9eee62e4cc957428d8d0163b71cd35bedc2b7c8cdb68c553c55f6c66db72f2c71
7
+ data.tar.gz: 2c2f36617ca8fc59925ec4e855029621373a0f0c7eda67628ad2aee2da8d5168641a19e0a271886f311bb64cbd3162eca63dd4b95213e1ad8274cab201118bc2
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,7 +2,7 @@ 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.2"
6
6
  spec.authors = ["thundersparkf"]
7
7
  spec.email = ["devagastya0@gmail.com"]
8
8
 
@@ -1,4 +1,4 @@
1
1
 
2
2
  module GupshupRuby
3
- VERSION = '1.0.0'.freeze
3
+ VERSION = '1.0.1'.freeze
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gupshup_whatsapp
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.2
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-10 00:00:00.000000000 Z
11
+ date: 2023-07-20 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: 'This is a simple open source implementation of the Ruby wrapper for
14
14
  Gupshup WhatsApp API. For more instructions, refer to the source code README.md. '
@@ -47,7 +47,7 @@ licenses:
47
47
  metadata:
48
48
  homepage_uri: https://rubygems.org/
49
49
  source_code_uri: https://gitlab.com/thundersparkf/gupshup-whatsapp-sdk.git
50
- post_install_message:
50
+ post_install_message:
51
51
  rdoc_options: []
52
52
  require_paths:
53
53
  - lib
@@ -62,8 +62,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
62
62
  - !ruby/object:Gem::Version
63
63
  version: '0'
64
64
  requirements: []
65
- rubygems_version: 3.2.22
66
- signing_key:
65
+ rubygems_version: 3.4.10
66
+ signing_key:
67
67
  specification_version: 4
68
68
  summary: Ruby Wrapper for Gupshup Whatsapp API
69
69
  test_files: []