gupshup_whatsapp 0.2.1 → 0.2.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 +54 -0
- data/gupshup_ruby.gemspec +3 -3
- data/lib/gupshup_whatsapp/version.rb +1 -1
- metadata +4 -5
- data/.DS_Store +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c4f958f3c55fd516e768d45d626cbabe9c61356134adae6a2b872a9510453050
|
|
4
|
+
data.tar.gz: 623150706b28e21cca100fcfc1db5d646bd98f491e7bec60e605bf777883e593
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 766539e351be05d19b6f0c61780d52e7371b637253f86813702dc8e60b05acabc420df8ac7b0197503c78f17b3cb1559b07158113a0e1a13cb502b5b897ad6b5
|
|
7
|
+
data.tar.gz: f1903a74cf093ae717c6a2dbe7f5bdbc98d4f2c85f969272e34311be5ab6d4d51e77e3ed448454f54477238d6f523cd3872e6c22013b16fbd1885174a6dd5876
|
data/Gemfile.lock
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
PATH
|
|
2
|
+
remote: .
|
|
3
|
+
specs:
|
|
4
|
+
gupshup_whatsapp (0.2.1)
|
|
5
|
+
|
|
6
|
+
GEM
|
|
7
|
+
remote: https://rubygems.org/
|
|
8
|
+
specs:
|
|
9
|
+
diff-lcs (1.4.4)
|
|
10
|
+
faraday (1.4.3)
|
|
11
|
+
faraday-em_http (~> 1.0)
|
|
12
|
+
faraday-em_synchrony (~> 1.0)
|
|
13
|
+
faraday-excon (~> 1.1)
|
|
14
|
+
faraday-net_http (~> 1.0)
|
|
15
|
+
faraday-net_http_persistent (~> 1.1)
|
|
16
|
+
multipart-post (>= 1.2, < 3)
|
|
17
|
+
ruby2_keywords (>= 0.0.4)
|
|
18
|
+
faraday-em_http (1.0.0)
|
|
19
|
+
faraday-em_synchrony (1.0.0)
|
|
20
|
+
faraday-excon (1.1.0)
|
|
21
|
+
faraday-net_http (1.0.1)
|
|
22
|
+
faraday-net_http_persistent (1.1.0)
|
|
23
|
+
json (2.5.1)
|
|
24
|
+
multipart-post (2.1.1)
|
|
25
|
+
rake (12.3.3)
|
|
26
|
+
rspec (3.10.0)
|
|
27
|
+
rspec-core (~> 3.10.0)
|
|
28
|
+
rspec-expectations (~> 3.10.0)
|
|
29
|
+
rspec-mocks (~> 3.10.0)
|
|
30
|
+
rspec-core (3.10.1)
|
|
31
|
+
rspec-support (~> 3.10.0)
|
|
32
|
+
rspec-expectations (3.10.1)
|
|
33
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
34
|
+
rspec-support (~> 3.10.0)
|
|
35
|
+
rspec-mocks (3.10.2)
|
|
36
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
|
37
|
+
rspec-support (~> 3.10.0)
|
|
38
|
+
rspec-support (3.10.2)
|
|
39
|
+
ruby2_keywords (0.0.4)
|
|
40
|
+
uuidtools (2.2.0)
|
|
41
|
+
|
|
42
|
+
PLATFORMS
|
|
43
|
+
ruby
|
|
44
|
+
|
|
45
|
+
DEPENDENCIES
|
|
46
|
+
faraday
|
|
47
|
+
gupshup_whatsapp!
|
|
48
|
+
json
|
|
49
|
+
rake (~> 12.0)
|
|
50
|
+
rspec (~> 3.0)
|
|
51
|
+
uuidtools
|
|
52
|
+
|
|
53
|
+
BUNDLED WITH
|
|
54
|
+
2.1.4
|
data/gupshup_ruby.gemspec
CHANGED
|
@@ -7,14 +7,14 @@ Gem::Specification.new do |spec|
|
|
|
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
|
|
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. "
|
|
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
|
-
spec.metadata["source_code_uri"] = "https://gitlab.com/thundersparkf/
|
|
17
|
-
spec.metadata["changelog_uri"] = "https://gitlab.com/thundersparkf/gupshup_whatsapp/-/blob/21dc7da6a580d24af1280e7bfb8e22a7e644ddd7/CHANGELOG"
|
|
16
|
+
spec.metadata["source_code_uri"] = "https://gitlab.com/thundersparkf/gupshup-whatsapp-sdk.git"
|
|
17
|
+
# spec.metadata["changelog_uri"] = "https://gitlab.com/thundersparkf/gupshup_whatsapp/-/blob/21dc7da6a580d24af1280e7bfb8e22a7e644ddd7/CHANGELOG"
|
|
18
18
|
|
|
19
19
|
# Specify which files should be added to the gem when it is released.
|
|
20
20
|
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gupshup_whatsapp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- thundersparkf
|
|
@@ -11,20 +11,20 @@ cert_chain: []
|
|
|
11
11
|
date: 2021-07-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: 'This is a simple open source implementation of the Ruby wrapper for
|
|
14
|
-
Gupshup WhatsApp
|
|
14
|
+
Gupshup WhatsApp API. For more instructions, refer to the source code README.md. '
|
|
15
15
|
email:
|
|
16
16
|
- devagastya0@gmail.com
|
|
17
17
|
executables: []
|
|
18
18
|
extensions: []
|
|
19
19
|
extra_rdoc_files: []
|
|
20
20
|
files:
|
|
21
|
-
- ".DS_Store"
|
|
22
21
|
- ".gitignore"
|
|
23
22
|
- ".rspec"
|
|
24
23
|
- ".travis.yml"
|
|
25
24
|
- CHANGELOG
|
|
26
25
|
- CODE_OF_CONDUCT.md
|
|
27
26
|
- Gemfile
|
|
27
|
+
- Gemfile.lock
|
|
28
28
|
- LICENSE.txt
|
|
29
29
|
- README.md
|
|
30
30
|
- Rakefile
|
|
@@ -45,8 +45,7 @@ licenses:
|
|
|
45
45
|
- MIT
|
|
46
46
|
metadata:
|
|
47
47
|
homepage_uri: https://rubygems.org/
|
|
48
|
-
source_code_uri: https://gitlab.com/thundersparkf/
|
|
49
|
-
changelog_uri: https://gitlab.com/thundersparkf/gupshup_whatsapp/-/blob/21dc7da6a580d24af1280e7bfb8e22a7e644ddd7/CHANGELOG
|
|
48
|
+
source_code_uri: https://gitlab.com/thundersparkf/gupshup-whatsapp-sdk.git
|
|
50
49
|
post_install_message:
|
|
51
50
|
rdoc_options: []
|
|
52
51
|
require_paths:
|
data/.DS_Store
DELETED
|
Binary file
|