rspec-documentation 0.0.8 → 0.0.10
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 +4 -4
- data/Gemfile +1 -1
- data/Gemfile.lock +2 -2
- data/lib/rspec/documentation/version.rb +1 -1
- data/lib/templates/layout.css.erb +9 -0
- data/lib/templates/layout.html.erb +4 -4
- data/lib/templates/modal_spec.html.erb +1 -1
- data/rspec-documentation/pages/080-Rubocop.md +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4561251ce0f9a08189548e24ea32ec4a502e97a20a3134a8c6bb01315f7952da
|
|
4
|
+
data.tar.gz: 8cce4e66da35bb1368a49b446d578b7717fd83a5f52a2a7ae288c285b8ead2b5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ba00f0c0350732c3c3e367255707aeb7de8f99cb2fb28153ea0cf0ba6e0b3a882d00c098075c46c2ec98b9ec1f90dee33bf985e5823aa096bdec5f1821602d0f
|
|
7
|
+
data.tar.gz: b4537305809b8b2097f33864dfa1c6a39cf91af072a36f7f60679896b09b29c45e6128eb023d2dd6979f1096e316bd3e26a6fa420f4248b61965dd632d3d97b7
|
data/Gemfile
CHANGED
|
@@ -15,5 +15,5 @@ gem 'rspec-its', '~> 1.3'
|
|
|
15
15
|
gem 'rubocop', '~> 1.52'
|
|
16
16
|
gem 'rubocop-rake', '~> 0.6.0'
|
|
17
17
|
gem 'rubocop-rspec', '~> 2.22'
|
|
18
|
-
gem 'rubocop-rspec-documentation', require: false
|
|
18
|
+
gem 'rubocop-rspec-documentation', '~> 0.0.1', require: false
|
|
19
19
|
gem 'strong_versions', '~> 0.4.5'
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
rspec-documentation (0.0.
|
|
4
|
+
rspec-documentation (0.0.10)
|
|
5
5
|
htmlbeautifier (~> 1.4)
|
|
6
6
|
kramdown (~> 2.4)
|
|
7
7
|
kramdown-parser-gfm (~> 1.1)
|
|
@@ -104,7 +104,7 @@ DEPENDENCIES
|
|
|
104
104
|
rubocop (~> 1.52)
|
|
105
105
|
rubocop-rake (~> 0.6.0)
|
|
106
106
|
rubocop-rspec (~> 2.22)
|
|
107
|
-
rubocop-rspec-documentation
|
|
107
|
+
rubocop-rspec-documentation (~> 0.0.1)
|
|
108
108
|
strong_versions (~> 0.4.5)
|
|
109
109
|
|
|
110
110
|
BUNDLED WITH
|
|
@@ -90,6 +90,10 @@ table.rspec-documentation-table td, table.rspec-documentation-table th {
|
|
|
90
90
|
margin-bottom: 1rem;
|
|
91
91
|
}
|
|
92
92
|
|
|
93
|
+
.index-search-field {
|
|
94
|
+
width: 90%;
|
|
95
|
+
}
|
|
96
|
+
|
|
93
97
|
.page-tree li.search-active {
|
|
94
98
|
list-style: circle;
|
|
95
99
|
list-style-color: green;
|
|
@@ -221,6 +225,11 @@ h1.title {
|
|
|
221
225
|
padding-top: 1rem;
|
|
222
226
|
}
|
|
223
227
|
|
|
228
|
+
.example-modal {
|
|
229
|
+
max-height: 90%;
|
|
230
|
+
margin-top: 5rem;
|
|
231
|
+
}
|
|
232
|
+
|
|
224
233
|
.page-tree ol, ol.page-tree {
|
|
225
234
|
margin: 0;
|
|
226
235
|
list-style-type: none;
|
|
@@ -7,11 +7,11 @@
|
|
|
7
7
|
</head>
|
|
8
8
|
|
|
9
9
|
<body>
|
|
10
|
-
<div class="
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
</div>
|
|
10
|
+
<div class="header-wrapper sticky-top">
|
|
11
|
+
<%= header %>
|
|
12
|
+
</div>
|
|
14
13
|
|
|
14
|
+
<div class="container m-3 p-3">
|
|
15
15
|
<%= RSpecDocumentation.hook(:after_header) %>
|
|
16
16
|
|
|
17
17
|
<div class="row flex-nowrap">
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<div class="modal fade" id="modal-<%= element_id %>-side-by-side" data-bs-backdrop="static" data-bs-keyboard="false" tabindex="-1" aria-labelledby="staticBackdropLabel" aria-hidden="true">
|
|
1
|
+
<div class="modal fade example-modal" id="modal-<%= element_id %>-side-by-side" data-bs-backdrop="static" data-bs-keyboard="false" tabindex="-1" aria-labelledby="staticBackdropLabel" aria-hidden="true">
|
|
2
2
|
<div class="modal-dialog modal-xl" id="modal-dialog-<%= element_id %>">
|
|
3
3
|
<div class="modal-content">
|
|
4
4
|
<div class="modal-header">
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rspec-documentation
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Bob Farrell
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-06-
|
|
11
|
+
date: 2023-06-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: htmlbeautifier
|