xip-twilio 1.3.4 → 1.3.5
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/.github/FUNDING.yml +3 -0
- data/CHANGELOG.md +7 -1
- data/Gemfile.lock +20 -16
- data/VERSION +1 -1
- data/lib/xip/services/twilio/reply_handler.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c331fdd52dcd44edaefe131d49e34f08ed8499b7c528983da908ebf2985dd5fd
|
|
4
|
+
data.tar.gz: 350777955a2d5b6abacd375ec5bb3057161e542d09a5384221e5cc7ccee19b3e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 44335c93a3db7c473a9d0051ac183df2ceac35af53224b4ed244c67d4ebbdab1c9592d05efcd2e137a9ebc3a34521887ce38709a71727a0bd8ebfd4ef39ca544
|
|
7
|
+
data.tar.gz: 1bd2783c5bef27bf540d1861ec93bbc80ac91d7e36ce9595cc89a26b68acbf67fea32f7f467d8ad0ba5f71e5bf03fef6c19d37c8485e67cace8c4a987003ee5c
|
data/.github/FUNDING.yml
ADDED
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -3,7 +3,7 @@ PATH
|
|
|
3
3
|
specs:
|
|
4
4
|
xip-twilio (1.3.3)
|
|
5
5
|
twilio-ruby (~> 5.5)
|
|
6
|
-
xip (
|
|
6
|
+
xip (~> 2.0.0.beta)
|
|
7
7
|
|
|
8
8
|
GEM
|
|
9
9
|
remote: https://rubygems.org/
|
|
@@ -17,42 +17,46 @@ GEM
|
|
|
17
17
|
concurrent-ruby (1.1.7)
|
|
18
18
|
connection_pool (2.2.3)
|
|
19
19
|
diff-lcs (1.4.4)
|
|
20
|
-
faraday (1.
|
|
20
|
+
faraday (1.3.0)
|
|
21
|
+
faraday-net_http (~> 1.0)
|
|
21
22
|
multipart-post (>= 1.2, < 3)
|
|
22
23
|
ruby2_keywords
|
|
24
|
+
faraday-net_http (1.0.0)
|
|
23
25
|
i18n (1.8.5)
|
|
24
26
|
concurrent-ruby (~> 1.0)
|
|
25
27
|
jwt (2.2.2)
|
|
26
|
-
mini_portile2 (2.
|
|
28
|
+
mini_portile2 (2.5.0)
|
|
27
29
|
minitest (5.14.2)
|
|
28
30
|
multi_json (1.15.0)
|
|
29
31
|
multipart-post (2.1.1)
|
|
30
32
|
mustermann (1.1.1)
|
|
31
33
|
ruby2_keywords (~> 0.0.1)
|
|
32
34
|
nio4r (2.5.4)
|
|
33
|
-
nokogiri (1.
|
|
34
|
-
mini_portile2 (~> 2.
|
|
35
|
+
nokogiri (1.11.0)
|
|
36
|
+
mini_portile2 (~> 2.5.0)
|
|
37
|
+
racc (~> 1.4)
|
|
35
38
|
puma (4.3.7)
|
|
36
39
|
nio4r (~> 2.0)
|
|
40
|
+
racc (1.5.2)
|
|
37
41
|
rack (2.2.3)
|
|
38
42
|
rack-protection (2.1.0)
|
|
39
43
|
rack
|
|
40
44
|
rack-test (1.1.0)
|
|
41
45
|
rack (>= 1.0, < 3)
|
|
42
46
|
redis (4.2.5)
|
|
43
|
-
rspec (3.
|
|
44
|
-
rspec-core (~> 3.
|
|
45
|
-
rspec-expectations (~> 3.
|
|
46
|
-
rspec-mocks (~> 3.
|
|
47
|
-
rspec-core (3.
|
|
48
|
-
rspec-support (~> 3.
|
|
49
|
-
rspec-expectations (3.
|
|
47
|
+
rspec (3.10.0)
|
|
48
|
+
rspec-core (~> 3.10.0)
|
|
49
|
+
rspec-expectations (~> 3.10.0)
|
|
50
|
+
rspec-mocks (~> 3.10.0)
|
|
51
|
+
rspec-core (3.10.1)
|
|
52
|
+
rspec-support (~> 3.10.0)
|
|
53
|
+
rspec-expectations (3.10.1)
|
|
50
54
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
51
|
-
rspec-support (~> 3.
|
|
52
|
-
rspec-mocks (3.
|
|
55
|
+
rspec-support (~> 3.10.0)
|
|
56
|
+
rspec-mocks (3.10.1)
|
|
53
57
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
54
|
-
rspec-support (~> 3.
|
|
55
|
-
rspec-support (3.
|
|
58
|
+
rspec-support (~> 3.10.0)
|
|
59
|
+
rspec-support (3.10.1)
|
|
56
60
|
rspec_junit_formatter (0.4.1)
|
|
57
61
|
rspec-core (>= 2, < 4, != 2.12.0)
|
|
58
62
|
ruby2_keywords (0.0.2)
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.3.
|
|
1
|
+
1.3.5
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: xip-twilio
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mauricio Gomes
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-02-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: xip
|
|
@@ -86,6 +86,7 @@ executables: []
|
|
|
86
86
|
extensions: []
|
|
87
87
|
extra_rdoc_files: []
|
|
88
88
|
files:
|
|
89
|
+
- ".github/FUNDING.yml"
|
|
89
90
|
- ".gitignore"
|
|
90
91
|
- CHANGELOG.md
|
|
91
92
|
- Gemfile
|
|
@@ -122,7 +123,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
122
123
|
- !ruby/object:Gem::Version
|
|
123
124
|
version: '0'
|
|
124
125
|
requirements: []
|
|
125
|
-
rubygems_version: 3.1.
|
|
126
|
+
rubygems_version: 3.1.4
|
|
126
127
|
signing_key:
|
|
127
128
|
specification_version: 4
|
|
128
129
|
summary: Twilio SMS and Whatsapp Xip Kit component
|