cloud-waba-ruby-client 0.0.9 → 0.0.10

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: b230e684b97870c823f72c80fb62537fd8747b3b09cdcc2656ac958994fa5bb8
4
- data.tar.gz: 288112086f8f272d98be848bee4a31cc6ed57894323400e9f04148eef1054f1a
3
+ metadata.gz: a3d125f451cbb03e1d00d4c15d93cb802da482df91e857bf20cadfd801bd474b
4
+ data.tar.gz: 55897f67d56ac2816c3142298a7d9d6eb019b43e456003e5793499e4c64eb57c
5
5
  SHA512:
6
- metadata.gz: 0fd38b89b710a3f6e8967930359f5ccb9a9f94c2c631ba08b418fcd81bf4f01a0d87cc64ea2cdd67897fcf6434abf824b5daf45000562dee50a37623dbd54283
7
- data.tar.gz: e0ad2f7de7a924715a9b457d36029e0f3ded0966998b41bb4ee8e1bcbf4ca602567adf63f3bd2949bb7bceaed190cff822e089f72a4351cf09e0726f6cf3f672
6
+ metadata.gz: 3d491775dd33e6dea8b68180fadef122d7a737dd9ed608b684e40c0a6c27b7b3118a1f9dbebac52ce60b0ad4a30028ae86ca6cd0cb9ef4dcd6a63f81878de4f3
7
+ data.tar.gz: a37edb100cfe734f21d4e6a98be23f5014e9b1d59f8c1ed3ef6621e73194043087b8dbcf752b9a5351ea7eb3fb0050abb9de3eafa9a295ff1af520e3d49dbb98
data/README.md CHANGED
@@ -7,7 +7,7 @@ Ruby wrapper for [Cloud WhatsApp Business API](https://developers.facebook.com/d
7
7
  Add following line to your Gemfile:
8
8
 
9
9
  ```ruby
10
- gem 'cloud-waba-ruby-client', '~> 0.0.9'
10
+ gem 'cloud-waba-ruby-client', '~> 0.0.10'
11
11
  ```
12
12
 
13
13
  then run
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "cloud-waba-ruby-client"
3
- s.version = "0.0.9"
3
+ s.version = "0.0.10"
4
4
  s.summary = "Cloud Waba Client for Ruby."
5
5
  s.description = "A simple API wrapper for Cloud Whatsapp Business API"
6
6
  s.authors = ["Ahmed Bassell"]
@@ -1,8 +1,6 @@
1
1
  # typed: true
2
2
  # frozen_string_literal: true
3
3
 
4
- require 'pry'
5
-
6
4
  module API
7
5
  module Messages
8
6
  class Service
@@ -1,8 +1,6 @@
1
1
  # typed: true
2
2
  # frozen_string_literal: true
3
3
 
4
- # require 'pry'
5
-
6
4
  module API
7
5
  module Templates
8
6
  class Service
@@ -1,8 +1,6 @@
1
1
  # typed: true
2
2
  # frozen_string_literal: true
3
3
 
4
- # require 'pry'
5
-
6
4
  module CloudWaba
7
5
  module Models
8
6
  module Media
@@ -1,8 +1,6 @@
1
1
  # typed: true
2
2
  # frozen_string_literal: true
3
3
 
4
- # require 'pry'
5
-
6
4
  module CloudWaba
7
5
  module Models
8
6
  module Messages
@@ -1,8 +1,6 @@
1
1
  # typed: true
2
2
  # frozen_string_literal: true
3
3
 
4
- # require 'pry'
5
-
6
4
  module CloudWaba
7
5
  module Models
8
6
  module Templates
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloud-waba-ruby-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ahmed Bassell
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-08 00:00:00.000000000 Z
11
+ date: 2024-01-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dotenv