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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9afc47641bfa43cbd6f61dda1eca78689812f86a78c0ed484020c32fe4053993
4
- data.tar.gz: dadf9448a3f8cfc273cda5ad50db7696069b3089f33c53f771b01cefd4e2dd67
3
+ metadata.gz: efbc0ed4c1e858807e82a22a2f1b19183c397608a8549b37325ab40245323623
4
+ data.tar.gz: c87b9338e870c20c160e33c67e646a488a46eec323c2b5f60e02035ee66950f5
5
5
  SHA512:
6
- metadata.gz: 554a18c40f7898797f2b03d8a7f4078d6ffc0c8f64fcf3e1976a2ed5c5b0e607a7ec0440d4a0952119337aa222358d1aa636b3d84f2923124a05b51308091c36
7
- data.tar.gz: d7e7bb2d31e60e5b7438538d3e07e7f0877aa31cf0fb1be65f67c8539adfb0080c044c2c2b7e3e29101e5dca155a38aac909812884c319ba01e03cd59ba7932d
6
+ metadata.gz: 95f884949e6b87e447f779ac63ca0b5bc41ec3384648a6c6a40b4c5d924e5f6edabe715f19d1883c11bf85b7010ad4d404343ba8a02ee21ccf26370b9d24f87f
7
+ data.tar.gz: 76a4b0f62a37efaadde13bd96036b334254e5dbde8aec44b9e485a90fb79a3e6db5d97925af07ca84af0b47ac34e7a5c555e5ac667ad7a9b2642ecb18ddf91c3
@@ -1,3 +1,6 @@
1
+ # 0.6.0
2
+ * Upgraded to Rails 6
3
+
1
4
  # 0.5.6
2
5
  * Add `reports` to open_api docs' constraints
3
6
  * Make tab selection with `x-tab-id` trigger all tabs (support for request bodies)
data/Gemfile CHANGED
@@ -3,4 +3,4 @@ source "https://rubygems.org"
3
3
  # Specify your gem's dependencies in nexmo-oas-renderer.gemspec
4
4
  gemspec
5
5
 
6
- gem 'rails', '< 6.0.0'
6
+ gem 'rails', '~> 6.0.0'
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- nexmo-oas-renderer (0.5.6)
5
- activemodel (~> 5.2)
6
- activesupport (~> 5.2)
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 (5.2.3)
22
- actionpack (= 5.2.3)
21
+ actioncable (6.0.0)
22
+ actionpack (= 6.0.0)
23
23
  nio4r (~> 2.0)
24
24
  websocket-driver (>= 0.6.1)
25
- actionmailer (5.2.3)
26
- actionpack (= 5.2.3)
27
- actionview (= 5.2.3)
28
- activejob (= 5.2.3)
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 (5.2.3)
32
- actionview (= 5.2.3)
33
- activesupport (= 5.2.3)
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.2)
38
- actionview (5.2.3)
39
- activesupport (= 5.2.3)
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.0, >= 1.0.3)
44
- activejob (5.2.3)
45
- activesupport (= 5.2.3)
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 (5.2.3)
48
- activesupport (= 5.2.3)
49
- activerecord (5.2.3)
50
- activemodel (= 5.2.3)
51
- activesupport (= 5.2.3)
52
- arel (>= 9.0)
53
- activestorage (5.2.3)
54
- actionpack (= 5.2.3)
55
- activerecord (= 5.2.3)
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 (5.2.3)
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.8.0)
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.6.0)
91
+ i18n (1.7.0)
79
92
  concurrent-ruby (~> 1.0)
80
- loofah (2.2.3)
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.11.3)
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.1)
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 (5.2.3)
120
- actioncable (= 5.2.3)
121
- actionmailer (= 5.2.3)
122
- actionpack (= 5.2.3)
123
- actionview (= 5.2.3)
124
- activejob (= 5.2.3)
125
- activemodel (= 5.2.3)
126
- activerecord (= 5.2.3)
127
- activestorage (= 5.2.3)
128
- activesupport (= 5.2.3)
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 (= 5.2.3)
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.2.0)
136
- loofah (~> 2.2, >= 2.2.2)
137
- railties (5.2.3)
138
- actionpack (= 5.2.3)
139
- activesupport (= 5.2.3)
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.19.0, < 2.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 (< 6.0.0)
212
+ rails (~> 6.0.0)
197
213
  rake (~> 10.0)
198
214
  rspec (~> 3.8)
199
215
 
@@ -1,7 +1,7 @@
1
1
  module Nexmo
2
2
  module OAS
3
3
  module Renderer
4
- VERSION = "0.5.6"
4
+ VERSION = "0.6.1"
5
5
  end
6
6
  end
7
7
  end
@@ -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', '~> 5.2'
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', '~> 5.2'
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.5.6
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-07 00:00:00.000000000 Z
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: '5.2'
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: '5.2'
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: '5.2'
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: '5.2'
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
- rubyforge_project:
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.