nexmo-oas-renderer 0.5.6 → 0.6.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/Gemfile +1 -1
- data/Gemfile.lock +68 -52
- data/lib/nexmo/oas/renderer/version.rb +1 -1
- data/nexmo-oas-renderer.gemspec +2 -2
- metadata +7 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: efbc0ed4c1e858807e82a22a2f1b19183c397608a8549b37325ab40245323623
|
4
|
+
data.tar.gz: c87b9338e870c20c160e33c67e646a488a46eec323c2b5f60e02035ee66950f5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 95f884949e6b87e447f779ac63ca0b5bc41ec3384648a6c6a40b4c5d924e5f6edabe715f19d1883c11bf85b7010ad4d404343ba8a02ee21ccf26370b9d24f87f
|
7
|
+
data.tar.gz: 76a4b0f62a37efaadde13bd96036b334254e5dbde8aec44b9e485a90fb79a3e6db5d97925af07ca84af0b47ac34e7a5c555e5ac667ad7a9b2642ecb18ddf91c3
|
data/CHANGELOG.md
CHANGED
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
nexmo-oas-renderer (0.
|
5
|
-
activemodel (~>
|
6
|
-
activesupport (~>
|
4
|
+
nexmo-oas-renderer (0.6.0)
|
5
|
+
activemodel (~> 6.0)
|
6
|
+
activesupport (~> 6.0)
|
7
7
|
banzai (~> 0.1.2)
|
8
8
|
dotenv (~> 2.7)
|
9
9
|
neatjson (~> 0.8)
|
@@ -18,50 +18,63 @@ PATH
|
|
18
18
|
GEM
|
19
19
|
remote: https://rubygems.org/
|
20
20
|
specs:
|
21
|
-
actioncable (
|
22
|
-
actionpack (=
|
21
|
+
actioncable (6.0.0)
|
22
|
+
actionpack (= 6.0.0)
|
23
23
|
nio4r (~> 2.0)
|
24
24
|
websocket-driver (>= 0.6.1)
|
25
|
-
|
26
|
-
actionpack (=
|
27
|
-
|
28
|
-
|
25
|
+
actionmailbox (6.0.0)
|
26
|
+
actionpack (= 6.0.0)
|
27
|
+
activejob (= 6.0.0)
|
28
|
+
activerecord (= 6.0.0)
|
29
|
+
activestorage (= 6.0.0)
|
30
|
+
activesupport (= 6.0.0)
|
31
|
+
mail (>= 2.7.1)
|
32
|
+
actionmailer (6.0.0)
|
33
|
+
actionpack (= 6.0.0)
|
34
|
+
actionview (= 6.0.0)
|
35
|
+
activejob (= 6.0.0)
|
29
36
|
mail (~> 2.5, >= 2.5.4)
|
30
37
|
rails-dom-testing (~> 2.0)
|
31
|
-
actionpack (
|
32
|
-
actionview (=
|
33
|
-
activesupport (=
|
38
|
+
actionpack (6.0.0)
|
39
|
+
actionview (= 6.0.0)
|
40
|
+
activesupport (= 6.0.0)
|
34
41
|
rack (~> 2.0)
|
35
42
|
rack-test (>= 0.6.3)
|
36
43
|
rails-dom-testing (~> 2.0)
|
37
|
-
rails-html-sanitizer (~> 1.0, >= 1.0
|
38
|
-
|
39
|
-
|
44
|
+
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
45
|
+
actiontext (6.0.0)
|
46
|
+
actionpack (= 6.0.0)
|
47
|
+
activerecord (= 6.0.0)
|
48
|
+
activestorage (= 6.0.0)
|
49
|
+
activesupport (= 6.0.0)
|
50
|
+
nokogiri (>= 1.8.5)
|
51
|
+
actionview (6.0.0)
|
52
|
+
activesupport (= 6.0.0)
|
40
53
|
builder (~> 3.1)
|
41
54
|
erubi (~> 1.4)
|
42
55
|
rails-dom-testing (~> 2.0)
|
43
|
-
rails-html-sanitizer (~> 1.
|
44
|
-
activejob (
|
45
|
-
activesupport (=
|
56
|
+
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
57
|
+
activejob (6.0.0)
|
58
|
+
activesupport (= 6.0.0)
|
46
59
|
globalid (>= 0.3.6)
|
47
|
-
activemodel (
|
48
|
-
activesupport (=
|
49
|
-
activerecord (
|
50
|
-
activemodel (=
|
51
|
-
activesupport (=
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
activerecord (=
|
60
|
+
activemodel (6.0.0)
|
61
|
+
activesupport (= 6.0.0)
|
62
|
+
activerecord (6.0.0)
|
63
|
+
activemodel (= 6.0.0)
|
64
|
+
activesupport (= 6.0.0)
|
65
|
+
activestorage (6.0.0)
|
66
|
+
actionpack (= 6.0.0)
|
67
|
+
activejob (= 6.0.0)
|
68
|
+
activerecord (= 6.0.0)
|
56
69
|
marcel (~> 0.3.1)
|
57
|
-
activesupport (
|
70
|
+
activesupport (6.0.0)
|
58
71
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
59
72
|
i18n (>= 0.7, < 2)
|
60
73
|
minitest (~> 5.1)
|
61
74
|
tzinfo (~> 1.1)
|
75
|
+
zeitwerk (~> 2.1, >= 2.1.8)
|
62
76
|
addressable (2.7.0)
|
63
77
|
public_suffix (>= 2.0.2, < 5.0)
|
64
|
-
arel (9.0.0)
|
65
78
|
banzai (0.1.3)
|
66
79
|
builder (3.2.3)
|
67
80
|
concurrent-ruby (1.1.5)
|
@@ -69,15 +82,15 @@ GEM
|
|
69
82
|
deep_merge (1.2.1)
|
70
83
|
diff-lcs (1.3)
|
71
84
|
dotenv (2.7.5)
|
72
|
-
erubi (1.
|
85
|
+
erubi (1.9.0)
|
73
86
|
ffi (1.11.1)
|
74
87
|
globalid (0.4.2)
|
75
88
|
activesupport (>= 4.2.0)
|
76
89
|
hansi (0.2.0)
|
77
90
|
hash-deep-merge (0.1.1)
|
78
|
-
i18n (1.
|
91
|
+
i18n (1.7.0)
|
79
92
|
concurrent-ruby (~> 1.0)
|
80
|
-
loofah (2.
|
93
|
+
loofah (2.3.0)
|
81
94
|
crass (~> 1.0.2)
|
82
95
|
nokogiri (>= 1.5.9)
|
83
96
|
mail (2.7.1)
|
@@ -88,13 +101,13 @@ GEM
|
|
88
101
|
mimemagic (0.3.3)
|
89
102
|
mini_mime (1.0.2)
|
90
103
|
mini_portile2 (2.4.0)
|
91
|
-
minitest (5.
|
104
|
+
minitest (5.12.2)
|
92
105
|
mustermann (1.0.3)
|
93
106
|
mustermann-contrib (1.0.3)
|
94
107
|
hansi (~> 0.2.0)
|
95
108
|
mustermann (= 1.0.3)
|
96
109
|
neatjson (0.9)
|
97
|
-
nio4r (2.5.
|
110
|
+
nio4r (2.5.2)
|
98
111
|
nokogiri (1.10.4)
|
99
112
|
mini_portile2 (~> 2.4.0)
|
100
113
|
oas_parser (0.22.2)
|
@@ -116,30 +129,32 @@ GEM
|
|
116
129
|
rack
|
117
130
|
rack-test (1.1.0)
|
118
131
|
rack (>= 1.0, < 3)
|
119
|
-
rails (
|
120
|
-
actioncable (=
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
132
|
+
rails (6.0.0)
|
133
|
+
actioncable (= 6.0.0)
|
134
|
+
actionmailbox (= 6.0.0)
|
135
|
+
actionmailer (= 6.0.0)
|
136
|
+
actionpack (= 6.0.0)
|
137
|
+
actiontext (= 6.0.0)
|
138
|
+
actionview (= 6.0.0)
|
139
|
+
activejob (= 6.0.0)
|
140
|
+
activemodel (= 6.0.0)
|
141
|
+
activerecord (= 6.0.0)
|
142
|
+
activestorage (= 6.0.0)
|
143
|
+
activesupport (= 6.0.0)
|
129
144
|
bundler (>= 1.3.0)
|
130
|
-
railties (=
|
145
|
+
railties (= 6.0.0)
|
131
146
|
sprockets-rails (>= 2.0.0)
|
132
147
|
rails-dom-testing (2.0.3)
|
133
148
|
activesupport (>= 4.2.0)
|
134
149
|
nokogiri (>= 1.6)
|
135
|
-
rails-html-sanitizer (1.
|
136
|
-
loofah (~> 2.
|
137
|
-
railties (
|
138
|
-
actionpack (=
|
139
|
-
activesupport (=
|
150
|
+
rails-html-sanitizer (1.3.0)
|
151
|
+
loofah (~> 2.3)
|
152
|
+
railties (6.0.0)
|
153
|
+
actionpack (= 6.0.0)
|
154
|
+
activesupport (= 6.0.0)
|
140
155
|
method_source
|
141
156
|
rake (>= 0.8.7)
|
142
|
-
thor (>= 0.
|
157
|
+
thor (>= 0.20.3, < 2.0)
|
143
158
|
rake (10.5.0)
|
144
159
|
rb-fsevent (0.10.3)
|
145
160
|
rb-inotify (0.10.0)
|
@@ -186,6 +201,7 @@ GEM
|
|
186
201
|
websocket-driver (0.7.1)
|
187
202
|
websocket-extensions (>= 0.1.0)
|
188
203
|
websocket-extensions (0.1.4)
|
204
|
+
zeitwerk (2.1.10)
|
189
205
|
|
190
206
|
PLATFORMS
|
191
207
|
ruby
|
@@ -193,7 +209,7 @@ PLATFORMS
|
|
193
209
|
DEPENDENCIES
|
194
210
|
bundler (~> 2.0)
|
195
211
|
nexmo-oas-renderer!
|
196
|
-
rails (
|
212
|
+
rails (~> 6.0.0)
|
197
213
|
rake (~> 10.0)
|
198
214
|
rspec (~> 3.8)
|
199
215
|
|
data/nexmo-oas-renderer.gemspec
CHANGED
@@ -36,12 +36,12 @@ Gem::Specification.new do |spec|
|
|
36
36
|
spec.add_runtime_dependency 'rouge', '2.0.7'
|
37
37
|
spec.add_runtime_dependency 'oas_parser', '0.22.2'
|
38
38
|
spec.add_runtime_dependency 'neatjson', '~> 0.8'
|
39
|
-
spec.add_runtime_dependency 'activesupport', '~>
|
39
|
+
spec.add_runtime_dependency 'activesupport', '~> 6.0'
|
40
40
|
spec.add_runtime_dependency 'banzai', '~> 0.1.2'
|
41
41
|
spec.add_runtime_dependency 'octicons_helper', '~> 8.2'
|
42
42
|
spec.add_runtime_dependency 'redcarpet', '3.4.0'
|
43
43
|
spec.add_runtime_dependency 'sass', '~> 3.1'
|
44
|
-
spec.add_runtime_dependency 'activemodel', '~>
|
44
|
+
spec.add_runtime_dependency 'activemodel', '~> 6.0'
|
45
45
|
spec.add_runtime_dependency "dotenv", "~> 2.7"
|
46
46
|
|
47
47
|
spec.add_development_dependency "bundler", "~> 2.0"
|
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.
|
4
|
+
version: 0.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Fabian Rodriguez
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-10-
|
11
|
+
date: 2019-10-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sinatra
|
@@ -86,14 +86,14 @@ dependencies:
|
|
86
86
|
requirements:
|
87
87
|
- - "~>"
|
88
88
|
- !ruby/object:Gem::Version
|
89
|
-
version: '
|
89
|
+
version: '6.0'
|
90
90
|
type: :runtime
|
91
91
|
prerelease: false
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
93
93
|
requirements:
|
94
94
|
- - "~>"
|
95
95
|
- !ruby/object:Gem::Version
|
96
|
-
version: '
|
96
|
+
version: '6.0'
|
97
97
|
- !ruby/object:Gem::Dependency
|
98
98
|
name: banzai
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
@@ -156,14 +156,14 @@ dependencies:
|
|
156
156
|
requirements:
|
157
157
|
- - "~>"
|
158
158
|
- !ruby/object:Gem::Version
|
159
|
-
version: '
|
159
|
+
version: '6.0'
|
160
160
|
type: :runtime
|
161
161
|
prerelease: false
|
162
162
|
version_requirements: !ruby/object:Gem::Requirement
|
163
163
|
requirements:
|
164
164
|
- - "~>"
|
165
165
|
- !ruby/object:Gem::Version
|
166
|
-
version: '
|
166
|
+
version: '6.0'
|
167
167
|
- !ruby/object:Gem::Dependency
|
168
168
|
name: dotenv
|
169
169
|
requirement: !ruby/object:Gem::Requirement
|
@@ -403,8 +403,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
403
403
|
- !ruby/object:Gem::Version
|
404
404
|
version: '0'
|
405
405
|
requirements: []
|
406
|
-
|
407
|
-
rubygems_version: 2.7.6.2
|
406
|
+
rubygems_version: 3.0.3
|
408
407
|
signing_key:
|
409
408
|
specification_version: 4
|
410
409
|
summary: OpenAPI Specification renderer.
|