xip-twilio 1.3.4 → 1.3.5

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: 832eab7713393d8cbe4ec4c94c0a3c5e6287e872844d0652a0c06ba24ded1816
4
- data.tar.gz: 64c57c2e7e4d4be53252c2859ff1997f139db58bf065676d9dc7097ded8e79fe
3
+ metadata.gz: c331fdd52dcd44edaefe131d49e34f08ed8499b7c528983da908ebf2985dd5fd
4
+ data.tar.gz: 350777955a2d5b6abacd375ec5bb3057161e542d09a5384221e5cc7ccee19b3e
5
5
  SHA512:
6
- metadata.gz: a2e295679c4a6a75aeb77c0b69e47b38e3aa6d8ecab1d86cb42bca2b6954cbc91f36ba17428b62e000bd66b13a1b4ca3640477e3e67aa57ef66e338f8e134e6c
7
- data.tar.gz: 222adf7c385ba5a5728c16ba3a3f8a277943e7ac795b20a907d2f25d76d9bb8630d7b53e6bdb40b46ed11ab02fe4fac11c71031260b6f16f59105468fd58286e
6
+ metadata.gz: 44335c93a3db7c473a9d0051ac183df2ceac35af53224b4ed244c67d4ebbdab1c9592d05efcd2e137a9ebc3a34521887ce38709a71727a0bd8ebfd4ef39ca544
7
+ data.tar.gz: 1bd2783c5bef27bf540d1861ec93bbc80ac91d7e36ce9595cc89a26b68acbf67fea32f7f467d8ad0ba5f71e5bf03fef6c19d37c8485e67cace8c4a987003ee5c
@@ -0,0 +1,3 @@
1
+ # These are supported funding model platforms
2
+
3
+ github: [xipkit]
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ # 1.3.5
2
+
3
+ ## Bugfixes
4
+
5
+ * Fixed a missing instance of Stealth
6
+
1
7
  # 1.3.4
2
8
 
3
9
  ## Enahncements
@@ -6,4 +12,4 @@
6
12
 
7
13
  # 1.3.3
8
14
 
9
- * Renamed prohject to xip-twilio
15
+ * Renamed project to xip-twilio
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 (>= 2.0.0.beta)
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.1.0)
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.4.0)
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.10.10)
34
- mini_portile2 (~> 2.4.0)
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.9.0)
44
- rspec-core (~> 3.9.0)
45
- rspec-expectations (~> 3.9.0)
46
- rspec-mocks (~> 3.9.0)
47
- rspec-core (3.9.2)
48
- rspec-support (~> 3.9.3)
49
- rspec-expectations (3.9.2)
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.9.0)
52
- rspec-mocks (3.9.1)
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.9.0)
55
- rspec-support (3.9.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.4
1
+ 1.3.5
@@ -86,7 +86,7 @@ module Xip
86
86
 
87
87
  def format_response(response)
88
88
  sender_info = {
89
- from: Stealth.config.twilio.from_phone,
89
+ from: Xip.config.twilio.from_phone,
90
90
  to: recipient_id
91
91
  }
92
92
  response.merge(sender_info)
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
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-01-05 00:00:00.000000000 Z
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.2
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