rspec-documentation 0.0.9 → 0.0.10

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: 91eaf6c6c67e08598342fc253b6f5042a871d64550bf1fffcb47ead5372d0f04
4
- data.tar.gz: 072375135d1e372a96d05734146fad7585d5b98ee8c3ad6879ae2b1721c61cb0
3
+ metadata.gz: 4561251ce0f9a08189548e24ea32ec4a502e97a20a3134a8c6bb01315f7952da
4
+ data.tar.gz: 8cce4e66da35bb1368a49b446d578b7717fd83a5f52a2a7ae288c285b8ead2b5
5
5
  SHA512:
6
- metadata.gz: afd39f72fbe305e561fc15bfac88ff4ec69a9e0918693e94a07ac6d334de7d1d5b4574415471b0b34f40b5c837f7def28645fed8703f2c4be328270c0c7c6591
7
- data.tar.gz: 20d4ebc6048de17e5515d7a00bc2328f16e1e844355de14b98b78c73bf9b3d57fc2af75151483969ee71a0e94078fbc668b30922fd3912f7f5ac924b0cb1636e
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.8)
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
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RSpec
4
4
  module Documentation
5
- VERSION = '0.0.9'
5
+ VERSION = '0.0.10'
6
6
  end
7
7
  end
@@ -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;
@@ -30,6 +30,7 @@ The following cops are disabled for your documentation examples as they cannot b
30
30
  * `Naming/FileName`
31
31
  * `Gemspec/RequiredRubyVersion`
32
32
  * `Style/FrozenStringLiteralComment`
33
+ * `Lint/RedundantCopEnableDirective`
33
34
 
34
35
  ## Autocorrect
35
36
 
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.9
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-18 00:00:00.000000000 Z
11
+ date: 2023-06-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: htmlbeautifier