nexmo-oas-renderer 0.11.2 → 0.11.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -0
- data/Gemfile +1 -1
- data/Gemfile.lock +61 -61
- data/lib/nexmo/oas/renderer/app.rb +1 -1
- data/lib/nexmo/oas/renderer/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b753eec25e0d213d9c6946acce5968449faf2e7b9bb3b08011c7678386e3d8e0
|
4
|
+
data.tar.gz: 67e4903e6a29dff0ba77a6aa1f6a2360ef583c4fa8d92205ebcf42d2ca090169
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e6ec295a683050ab7b3f0556cc5d3cef0295cd8e844657eb37928ec45bc55ad8c64e0d8db7fc5d67e59fef05b984fc7d1778a9178447e1791e859aa2164632f8
|
7
|
+
data.tar.gz: 85b6f30aa11d76aa2f0590f5074c5897ee871036dbb715ddf7b7199661db0bfd4e452dcbe202cb08216565dd180caa78779e4360367b3cc139067b197f488f7b
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,12 @@
|
|
1
|
+
# 0.11.3
|
2
|
+
* Change oas url constructor to be entire config parameter and not only partial
|
3
|
+
* Bump websocket-extensions, fixes CVE-2020-7663
|
4
|
+
* Bump rails, fixes CVE-2020-8165, CVE-2020-8164, CVE-2020-8162
|
5
|
+
|
6
|
+
# 0.11.2
|
7
|
+
* Add instructions for docker on windows #68
|
8
|
+
* Add nested array rendering support
|
9
|
+
|
1
10
|
# 0.11.1
|
2
11
|
* Bump nexmo-markdown-renderer to v0.3
|
3
12
|
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
nexmo-oas-renderer (0.11.
|
4
|
+
nexmo-oas-renderer (0.11.3)
|
5
5
|
activemodel (~> 6.0)
|
6
6
|
activesupport (~> 6.0)
|
7
7
|
banzai (~> 0.1.2)
|
@@ -19,61 +19,61 @@ PATH
|
|
19
19
|
GEM
|
20
20
|
remote: https://rubygems.org/
|
21
21
|
specs:
|
22
|
-
actioncable (6.0.
|
23
|
-
actionpack (= 6.0.
|
22
|
+
actioncable (6.0.3.1)
|
23
|
+
actionpack (= 6.0.3.1)
|
24
24
|
nio4r (~> 2.0)
|
25
25
|
websocket-driver (>= 0.6.1)
|
26
|
-
actionmailbox (6.0.
|
27
|
-
actionpack (= 6.0.
|
28
|
-
activejob (= 6.0.
|
29
|
-
activerecord (= 6.0.
|
30
|
-
activestorage (= 6.0.
|
31
|
-
activesupport (= 6.0.
|
26
|
+
actionmailbox (6.0.3.1)
|
27
|
+
actionpack (= 6.0.3.1)
|
28
|
+
activejob (= 6.0.3.1)
|
29
|
+
activerecord (= 6.0.3.1)
|
30
|
+
activestorage (= 6.0.3.1)
|
31
|
+
activesupport (= 6.0.3.1)
|
32
32
|
mail (>= 2.7.1)
|
33
|
-
actionmailer (6.0.
|
34
|
-
actionpack (= 6.0.
|
35
|
-
actionview (= 6.0.
|
36
|
-
activejob (= 6.0.
|
33
|
+
actionmailer (6.0.3.1)
|
34
|
+
actionpack (= 6.0.3.1)
|
35
|
+
actionview (= 6.0.3.1)
|
36
|
+
activejob (= 6.0.3.1)
|
37
37
|
mail (~> 2.5, >= 2.5.4)
|
38
38
|
rails-dom-testing (~> 2.0)
|
39
|
-
actionpack (6.0.
|
40
|
-
actionview (= 6.0.
|
41
|
-
activesupport (= 6.0.
|
39
|
+
actionpack (6.0.3.1)
|
40
|
+
actionview (= 6.0.3.1)
|
41
|
+
activesupport (= 6.0.3.1)
|
42
42
|
rack (~> 2.0, >= 2.0.8)
|
43
43
|
rack-test (>= 0.6.3)
|
44
44
|
rails-dom-testing (~> 2.0)
|
45
45
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
46
|
-
actiontext (6.0.
|
47
|
-
actionpack (= 6.0.
|
48
|
-
activerecord (= 6.0.
|
49
|
-
activestorage (= 6.0.
|
50
|
-
activesupport (= 6.0.
|
46
|
+
actiontext (6.0.3.1)
|
47
|
+
actionpack (= 6.0.3.1)
|
48
|
+
activerecord (= 6.0.3.1)
|
49
|
+
activestorage (= 6.0.3.1)
|
50
|
+
activesupport (= 6.0.3.1)
|
51
51
|
nokogiri (>= 1.8.5)
|
52
|
-
actionview (6.0.
|
53
|
-
activesupport (= 6.0.
|
52
|
+
actionview (6.0.3.1)
|
53
|
+
activesupport (= 6.0.3.1)
|
54
54
|
builder (~> 3.1)
|
55
55
|
erubi (~> 1.4)
|
56
56
|
rails-dom-testing (~> 2.0)
|
57
57
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
58
|
-
activejob (6.0.
|
59
|
-
activesupport (= 6.0.
|
58
|
+
activejob (6.0.3.1)
|
59
|
+
activesupport (= 6.0.3.1)
|
60
60
|
globalid (>= 0.3.6)
|
61
|
-
activemodel (6.0.
|
62
|
-
activesupport (= 6.0.
|
63
|
-
activerecord (6.0.
|
64
|
-
activemodel (= 6.0.
|
65
|
-
activesupport (= 6.0.
|
66
|
-
activestorage (6.0.
|
67
|
-
actionpack (= 6.0.
|
68
|
-
activejob (= 6.0.
|
69
|
-
activerecord (= 6.0.
|
61
|
+
activemodel (6.0.3.1)
|
62
|
+
activesupport (= 6.0.3.1)
|
63
|
+
activerecord (6.0.3.1)
|
64
|
+
activemodel (= 6.0.3.1)
|
65
|
+
activesupport (= 6.0.3.1)
|
66
|
+
activestorage (6.0.3.1)
|
67
|
+
actionpack (= 6.0.3.1)
|
68
|
+
activejob (= 6.0.3.1)
|
69
|
+
activerecord (= 6.0.3.1)
|
70
70
|
marcel (~> 0.3.1)
|
71
|
-
activesupport (6.0.
|
71
|
+
activesupport (6.0.3.1)
|
72
72
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
73
73
|
i18n (>= 0.7, < 2)
|
74
74
|
minitest (~> 5.1)
|
75
75
|
tzinfo (~> 1.1)
|
76
|
-
zeitwerk (~> 2.2)
|
76
|
+
zeitwerk (~> 2.2, >= 2.2.2)
|
77
77
|
addressable (2.7.0)
|
78
78
|
public_suffix (>= 2.0.2, < 5.0)
|
79
79
|
banzai (0.1.3)
|
@@ -84,12 +84,12 @@ GEM
|
|
84
84
|
diff-lcs (1.3)
|
85
85
|
dotenv (2.7.5)
|
86
86
|
erubi (1.9.0)
|
87
|
-
ffi (1.13.
|
87
|
+
ffi (1.13.1)
|
88
88
|
globalid (0.4.2)
|
89
89
|
activesupport (>= 4.2.0)
|
90
90
|
hansi (0.2.0)
|
91
91
|
hash-deep-merge (0.1.1)
|
92
|
-
i18n (1.8.
|
92
|
+
i18n (1.8.3)
|
93
93
|
concurrent-ruby (~> 1.0)
|
94
94
|
loofah (2.5.0)
|
95
95
|
crass (~> 1.0.2)
|
@@ -99,17 +99,17 @@ GEM
|
|
99
99
|
marcel (0.3.3)
|
100
100
|
mimemagic (~> 0.3.2)
|
101
101
|
method_source (1.0.0)
|
102
|
-
mimemagic (0.3.
|
102
|
+
mimemagic (0.3.5)
|
103
103
|
mini_mime (1.0.2)
|
104
104
|
mini_portile2 (2.4.0)
|
105
|
-
minitest (5.14.
|
105
|
+
minitest (5.14.1)
|
106
106
|
mustermann (1.1.1)
|
107
107
|
ruby2_keywords (~> 0.0.1)
|
108
108
|
mustermann-contrib (1.1.1)
|
109
109
|
hansi (~> 0.2.0)
|
110
110
|
mustermann (= 1.1.1)
|
111
111
|
neatjson (0.9)
|
112
|
-
nexmo_markdown_renderer (0.
|
112
|
+
nexmo_markdown_renderer (0.4.0)
|
113
113
|
activemodel (~> 6.0)
|
114
114
|
banzai (~> 0.1.2)
|
115
115
|
i18n (~> 1.7)
|
@@ -139,29 +139,29 @@ GEM
|
|
139
139
|
rack
|
140
140
|
rack-test (1.1.0)
|
141
141
|
rack (>= 1.0, < 3)
|
142
|
-
rails (6.0.
|
143
|
-
actioncable (= 6.0.
|
144
|
-
actionmailbox (= 6.0.
|
145
|
-
actionmailer (= 6.0.
|
146
|
-
actionpack (= 6.0.
|
147
|
-
actiontext (= 6.0.
|
148
|
-
actionview (= 6.0.
|
149
|
-
activejob (= 6.0.
|
150
|
-
activemodel (= 6.0.
|
151
|
-
activerecord (= 6.0.
|
152
|
-
activestorage (= 6.0.
|
153
|
-
activesupport (= 6.0.
|
142
|
+
rails (6.0.3.1)
|
143
|
+
actioncable (= 6.0.3.1)
|
144
|
+
actionmailbox (= 6.0.3.1)
|
145
|
+
actionmailer (= 6.0.3.1)
|
146
|
+
actionpack (= 6.0.3.1)
|
147
|
+
actiontext (= 6.0.3.1)
|
148
|
+
actionview (= 6.0.3.1)
|
149
|
+
activejob (= 6.0.3.1)
|
150
|
+
activemodel (= 6.0.3.1)
|
151
|
+
activerecord (= 6.0.3.1)
|
152
|
+
activestorage (= 6.0.3.1)
|
153
|
+
activesupport (= 6.0.3.1)
|
154
154
|
bundler (>= 1.3.0)
|
155
|
-
railties (= 6.0.
|
155
|
+
railties (= 6.0.3.1)
|
156
156
|
sprockets-rails (>= 2.0.0)
|
157
157
|
rails-dom-testing (2.0.3)
|
158
158
|
activesupport (>= 4.2.0)
|
159
159
|
nokogiri (>= 1.6)
|
160
160
|
rails-html-sanitizer (1.3.0)
|
161
161
|
loofah (~> 2.3)
|
162
|
-
railties (6.0.
|
163
|
-
actionpack (= 6.0.
|
164
|
-
activesupport (= 6.0.
|
162
|
+
railties (6.0.3.1)
|
163
|
+
actionpack (= 6.0.3.1)
|
164
|
+
activesupport (= 6.0.3.1)
|
165
165
|
method_source
|
166
166
|
rake (>= 0.8.7)
|
167
167
|
thor (>= 0.20.3, < 2.0)
|
@@ -197,7 +197,7 @@ GEM
|
|
197
197
|
rack (~> 2.0)
|
198
198
|
rack-protection (= 2.0.8.1)
|
199
199
|
tilt (~> 2.0)
|
200
|
-
sprockets (4.0.
|
200
|
+
sprockets (4.0.2)
|
201
201
|
concurrent-ruby (~> 1.0)
|
202
202
|
rack (> 1, < 3)
|
203
203
|
sprockets-rails (3.2.1)
|
@@ -209,9 +209,9 @@ GEM
|
|
209
209
|
tilt (2.0.10)
|
210
210
|
tzinfo (1.2.7)
|
211
211
|
thread_safe (~> 0.1)
|
212
|
-
websocket-driver (0.7.
|
212
|
+
websocket-driver (0.7.2)
|
213
213
|
websocket-extensions (>= 0.1.0)
|
214
|
-
websocket-extensions (0.1.
|
214
|
+
websocket-extensions (0.1.5)
|
215
215
|
zeitwerk (2.3.0)
|
216
216
|
|
217
217
|
PLATFORMS
|
@@ -220,7 +220,7 @@ PLATFORMS
|
|
220
220
|
DEPENDENCIES
|
221
221
|
bundler (~> 2.0)
|
222
222
|
nexmo-oas-renderer!
|
223
|
-
rails (~> 6.0.
|
223
|
+
rails (~> 6.0.3)
|
224
224
|
rake (~> 13.0)
|
225
225
|
rspec (~> 3.8)
|
226
226
|
|
@@ -65,7 +65,7 @@ module Nexmo
|
|
65
65
|
elsif defined?(NexmoDeveloper::Application) && File.exist?("#{Rails.configuration.docs_base_path}/config/business_info.yml")
|
66
66
|
@url ||= begin
|
67
67
|
config = YAML.load_file("#{Rails.configuration.docs_base_path}/config/business_info.yml")
|
68
|
-
|
68
|
+
config['oas_url']
|
69
69
|
end
|
70
70
|
else
|
71
71
|
"https://www.github.com/nexmo/api-specification/blob/master/definitions"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nexmo-oas-renderer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.11.
|
4
|
+
version: 0.11.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Fabian Rodriguez
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-06-
|
11
|
+
date: 2020-06-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sinatra
|
@@ -378,8 +378,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
378
378
|
- !ruby/object:Gem::Version
|
379
379
|
version: '0'
|
380
380
|
requirements: []
|
381
|
-
|
382
|
-
rubygems_version: 2.7.6.2
|
381
|
+
rubygems_version: 3.0.3
|
383
382
|
signing_key:
|
384
383
|
specification_version: 4
|
385
384
|
summary: OpenAPI Specification renderer.
|