nexmo-oas-renderer 2.7.1 → 2.7.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7739e68a6595858273c8eecf1f7c4e3ea4a80998c8fe8b1778d1ae418acdbaee
4
- data.tar.gz: 7d2afd4c50f894ba53c3a081b50be9e1f75ec3e59514107a41c096846122f2af
3
+ metadata.gz: 9339c98477b387bcc51f08c29a99a9f276e6f9b43f03bac2234b1a66dcd38c51
4
+ data.tar.gz: 1f316fa5d3bb3a626dd2389c7d03be2642423fc79dab8b47a682da467261591f
5
5
  SHA512:
6
- metadata.gz: f35402497b85195a22faa0faf61859b9a0b788cf74b7157dcbe9d7dd21b72325d380bfa5348ab906b8f5c83de2d82d24304114274526bb2c27f85698b22f728a
7
- data.tar.gz: '0459331a44250bb59613103c243311dddacccceb8ea09f630aa71968b85565acd82e540f09f98018e717d02d75e5fe535af78147767b6183505c0350a42ee209'
6
+ metadata.gz: 7ced88f9af6c08db6654d2f7b1961f17ab1594c0e5bbf3e6e083bd3bdc7d2be14e5e3467720f13aa0fa603689824af043f035d29ef0838431fefb974abf9d4a7
7
+ data.tar.gz: 157a1d64942f58cd0d527e08425d5b0d14ca50ed7a21365f167c5cb946badf1092ac1c16eb1c05a79b7b798c6b314db8dcb084583197a839b67c2fb2c50eb63e
@@ -3,9 +3,9 @@ name: CI
3
3
 
4
4
  on:
5
5
  push:
6
- branches: [ master ]
6
+ branches: [ main ]
7
7
  pull_request:
8
- branches: [ master ]
8
+ branches: [ main ]
9
9
 
10
10
  jobs:
11
11
  test:
@@ -25,4 +25,4 @@ jobs:
25
25
  - name: Run tests
26
26
  run: bundle exec rspec
27
27
  - name: Run rubocop
28
- run: bundle exec rubocop
28
+ run: bundle exec rubocop
@@ -2,7 +2,7 @@ name: Publish Docker
2
2
  on:
3
3
  push:
4
4
  branches:
5
- - master
5
+ - main
6
6
  tags:
7
7
  - '*'
8
8
  jobs:
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.3'
6
+ gem 'rails', '~> 6.1.3'
data/Gemfile.lock CHANGED
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- nexmo-oas-renderer (2.7.1)
5
- activemodel (~> 6.0)
6
- activesupport (~> 6.0)
4
+ nexmo-oas-renderer (2.7.2)
5
+ activemodel (~> 6.1)
6
+ activesupport (~> 6.1)
7
7
  banzai (~> 0.1.2)
8
8
  dotenv (~> 2.7)
9
9
  neatjson (~> 0.8)
@@ -17,61 +17,65 @@ PATH
17
17
  GEM
18
18
  remote: https://rubygems.org/
19
19
  specs:
20
- actioncable (6.0.3.5)
21
- actionpack (= 6.0.3.5)
20
+ actioncable (6.1.3.2)
21
+ actionpack (= 6.1.3.2)
22
+ activesupport (= 6.1.3.2)
22
23
  nio4r (~> 2.0)
23
24
  websocket-driver (>= 0.6.1)
24
- actionmailbox (6.0.3.5)
25
- actionpack (= 6.0.3.5)
26
- activejob (= 6.0.3.5)
27
- activerecord (= 6.0.3.5)
28
- activestorage (= 6.0.3.5)
29
- activesupport (= 6.0.3.5)
25
+ actionmailbox (6.1.3.2)
26
+ actionpack (= 6.1.3.2)
27
+ activejob (= 6.1.3.2)
28
+ activerecord (= 6.1.3.2)
29
+ activestorage (= 6.1.3.2)
30
+ activesupport (= 6.1.3.2)
30
31
  mail (>= 2.7.1)
31
- actionmailer (6.0.3.5)
32
- actionpack (= 6.0.3.5)
33
- actionview (= 6.0.3.5)
34
- activejob (= 6.0.3.5)
32
+ actionmailer (6.1.3.2)
33
+ actionpack (= 6.1.3.2)
34
+ actionview (= 6.1.3.2)
35
+ activejob (= 6.1.3.2)
36
+ activesupport (= 6.1.3.2)
35
37
  mail (~> 2.5, >= 2.5.4)
36
38
  rails-dom-testing (~> 2.0)
37
- actionpack (6.0.3.5)
38
- actionview (= 6.0.3.5)
39
- activesupport (= 6.0.3.5)
40
- rack (~> 2.0, >= 2.0.8)
39
+ actionpack (6.1.3.2)
40
+ actionview (= 6.1.3.2)
41
+ activesupport (= 6.1.3.2)
42
+ rack (~> 2.0, >= 2.0.9)
41
43
  rack-test (>= 0.6.3)
42
44
  rails-dom-testing (~> 2.0)
43
45
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
44
- actiontext (6.0.3.5)
45
- actionpack (= 6.0.3.5)
46
- activerecord (= 6.0.3.5)
47
- activestorage (= 6.0.3.5)
48
- activesupport (= 6.0.3.5)
46
+ actiontext (6.1.3.2)
47
+ actionpack (= 6.1.3.2)
48
+ activerecord (= 6.1.3.2)
49
+ activestorage (= 6.1.3.2)
50
+ activesupport (= 6.1.3.2)
49
51
  nokogiri (>= 1.8.5)
50
- actionview (6.0.3.5)
51
- activesupport (= 6.0.3.5)
52
+ actionview (6.1.3.2)
53
+ activesupport (= 6.1.3.2)
52
54
  builder (~> 3.1)
53
55
  erubi (~> 1.4)
54
56
  rails-dom-testing (~> 2.0)
55
57
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
56
- activejob (6.0.3.5)
57
- activesupport (= 6.0.3.5)
58
+ activejob (6.1.3.2)
59
+ activesupport (= 6.1.3.2)
58
60
  globalid (>= 0.3.6)
59
- activemodel (6.0.3.5)
60
- activesupport (= 6.0.3.5)
61
- activerecord (6.0.3.5)
62
- activemodel (= 6.0.3.5)
63
- activesupport (= 6.0.3.5)
64
- activestorage (6.0.3.5)
65
- actionpack (= 6.0.3.5)
66
- activejob (= 6.0.3.5)
67
- activerecord (= 6.0.3.5)
68
- marcel (~> 0.3.1)
69
- activesupport (6.0.3.5)
61
+ activemodel (6.1.3.2)
62
+ activesupport (= 6.1.3.2)
63
+ activerecord (6.1.3.2)
64
+ activemodel (= 6.1.3.2)
65
+ activesupport (= 6.1.3.2)
66
+ activestorage (6.1.3.2)
67
+ actionpack (= 6.1.3.2)
68
+ activejob (= 6.1.3.2)
69
+ activerecord (= 6.1.3.2)
70
+ activesupport (= 6.1.3.2)
71
+ marcel (~> 1.0.0)
72
+ mini_mime (~> 1.0.2)
73
+ activesupport (6.1.3.2)
70
74
  concurrent-ruby (~> 1.0, >= 1.0.2)
71
- i18n (>= 0.7, < 2)
72
- minitest (~> 5.1)
73
- tzinfo (~> 1.1)
74
- zeitwerk (~> 2.2, >= 2.2.2)
75
+ i18n (>= 1.6, < 2)
76
+ minitest (>= 5.1)
77
+ tzinfo (~> 2.0)
78
+ zeitwerk (~> 2.3)
75
79
  addressable (2.7.0)
76
80
  public_suffix (>= 2.0.2, < 5.0)
77
81
  ast (2.4.1)
@@ -88,21 +92,17 @@ GEM
88
92
  activesupport (>= 4.2.0)
89
93
  hansi (0.2.0)
90
94
  hash-deep-merge (0.1.1)
91
- i18n (1.8.9)
95
+ i18n (1.8.10)
92
96
  concurrent-ruby (~> 1.0)
93
- loofah (2.9.0)
97
+ loofah (2.9.1)
94
98
  crass (~> 1.0.2)
95
99
  nokogiri (>= 1.5.9)
96
100
  mail (2.7.1)
97
101
  mini_mime (>= 0.1.1)
98
- marcel (0.3.3)
99
- mimemagic (~> 0.3.2)
102
+ marcel (1.0.1)
100
103
  method_source (1.0.0)
101
- mimemagic (0.3.10)
102
- nokogiri (~> 1)
103
- rake
104
- mini_mime (1.0.2)
105
- mini_portile2 (2.5.0)
104
+ mini_mime (1.0.3)
105
+ mini_portile2 (2.5.1)
106
106
  minitest (5.14.4)
107
107
  mustermann (1.1.1)
108
108
  ruby2_keywords (~> 0.0.1)
@@ -119,7 +119,7 @@ GEM
119
119
  redcarpet (~> 3.4)
120
120
  rouge (~> 2.0.7)
121
121
  nio4r (2.5.7)
122
- nokogiri (1.11.1)
122
+ nokogiri (1.11.4)
123
123
  mini_portile2 (~> 2.5.0)
124
124
  racc (~> 1.4)
125
125
  oas_parser (0.25.4)
@@ -140,40 +140,40 @@ GEM
140
140
  rack
141
141
  rack-test (1.1.0)
142
142
  rack (>= 1.0, < 3)
143
- rails (6.0.3.5)
144
- actioncable (= 6.0.3.5)
145
- actionmailbox (= 6.0.3.5)
146
- actionmailer (= 6.0.3.5)
147
- actionpack (= 6.0.3.5)
148
- actiontext (= 6.0.3.5)
149
- actionview (= 6.0.3.5)
150
- activejob (= 6.0.3.5)
151
- activemodel (= 6.0.3.5)
152
- activerecord (= 6.0.3.5)
153
- activestorage (= 6.0.3.5)
154
- activesupport (= 6.0.3.5)
155
- bundler (>= 1.3.0)
156
- railties (= 6.0.3.5)
143
+ rails (6.1.3.2)
144
+ actioncable (= 6.1.3.2)
145
+ actionmailbox (= 6.1.3.2)
146
+ actionmailer (= 6.1.3.2)
147
+ actionpack (= 6.1.3.2)
148
+ actiontext (= 6.1.3.2)
149
+ actionview (= 6.1.3.2)
150
+ activejob (= 6.1.3.2)
151
+ activemodel (= 6.1.3.2)
152
+ activerecord (= 6.1.3.2)
153
+ activestorage (= 6.1.3.2)
154
+ activesupport (= 6.1.3.2)
155
+ bundler (>= 1.15.0)
156
+ railties (= 6.1.3.2)
157
157
  sprockets-rails (>= 2.0.0)
158
158
  rails-dom-testing (2.0.3)
159
159
  activesupport (>= 4.2.0)
160
160
  nokogiri (>= 1.6)
161
161
  rails-html-sanitizer (1.3.0)
162
162
  loofah (~> 2.3)
163
- railties (6.0.3.5)
164
- actionpack (= 6.0.3.5)
165
- activesupport (= 6.0.3.5)
163
+ railties (6.1.3.2)
164
+ actionpack (= 6.1.3.2)
165
+ activesupport (= 6.1.3.2)
166
166
  method_source
167
167
  rake (>= 0.8.7)
168
- thor (>= 0.20.3, < 2.0)
168
+ thor (~> 1.0)
169
169
  rainbow (3.0.0)
170
170
  rake (13.0.3)
171
- rb-fsevent (0.10.4)
171
+ rb-fsevent (0.11.0)
172
172
  rb-inotify (0.10.1)
173
173
  ffi (~> 1.0)
174
174
  redcarpet (3.5.1)
175
175
  regexp_parser (1.7.1)
176
- rexml (3.2.4)
176
+ rexml (3.2.5)
177
177
  rouge (2.0.7)
178
178
  rspec (3.9.0)
179
179
  rspec-core (~> 3.9.0)
@@ -221,10 +221,9 @@ GEM
221
221
  activesupport (>= 4.0)
222
222
  sprockets (>= 3.0.0)
223
223
  thor (1.1.0)
224
- thread_safe (0.3.6)
225
224
  tilt (2.0.10)
226
- tzinfo (1.2.9)
227
- thread_safe (~> 0.1)
225
+ tzinfo (2.0.4)
226
+ concurrent-ruby (~> 1.0)
228
227
  unicode-display_width (1.7.0)
229
228
  websocket-driver (0.7.3)
230
229
  websocket-extensions (>= 0.1.0)
@@ -237,7 +236,7 @@ PLATFORMS
237
236
  DEPENDENCIES
238
237
  bundler (~> 2.0)
239
238
  nexmo-oas-renderer!
240
- rails (~> 6.0.3)
239
+ rails (~> 6.1.3)
241
240
  rake (~> 13.0)
242
241
  rspec (~> 3.8)
243
242
  rubocop (~> 0.86)
@@ -3,7 +3,7 @@
3
3
  module Nexmo
4
4
  module OAS
5
5
  module Renderer
6
- VERSION = '2.7.1'
6
+ VERSION = '2.7.2'
7
7
  end
8
8
  end
9
9
  end
@@ -42,6 +42,7 @@
42
42
 
43
43
  <div class="oas-parameter-meta">
44
44
  <em>
45
+ <% if parameter.nullable? %>Nullable <% end %>
45
46
  <%= parameter.type %>
46
47
  <% if parameter.format %>
47
48
  (<%= parameter.format %>)
@@ -31,8 +31,8 @@ Gem::Specification.new do |spec|
31
31
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
32
32
  spec.require_paths = ['lib']
33
33
 
34
- spec.add_runtime_dependency 'activemodel', '~> 6.0'
35
- spec.add_runtime_dependency 'activesupport', '~> 6.0'
34
+ spec.add_runtime_dependency 'activemodel', '~> 6.1'
35
+ spec.add_runtime_dependency 'activesupport', '~> 6.1'
36
36
  spec.add_runtime_dependency 'banzai', '~> 0.1.2'
37
37
  spec.add_runtime_dependency 'dotenv', '~> 2.7'
38
38
  spec.add_runtime_dependency 'neatjson', '~> 0.8'
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: 2.7.1
4
+ version: 2.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fabian Rodriguez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-04-26 00:00:00.000000000 Z
11
+ date: 2021-05-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activemodel
@@ -16,28 +16,28 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '6.0'
19
+ version: '6.1'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '6.0'
26
+ version: '6.1'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: activesupport
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '6.0'
33
+ version: '6.1'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '6.0'
40
+ version: '6.1'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: banzai
43
43
  requirement: !ruby/object:Gem::Requirement