doc_rspec 0.1.2 → 0.1.5

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: 1ea386bcbd5e9be13a6eb83e7476d536fc4b15a565312c422dda406a1fe93d96
4
- data.tar.gz: b05c0db28f9d81c95dddb6f782c18ba8cce4bd6e6bdf6a208b2987b7378a856f
3
+ metadata.gz: 2bd030fdeb4bdb9db6f545adaaeaf107e1d9ee38cceb00d7f194f0068b7ed40b
4
+ data.tar.gz: d2e2a7ffb00c7f7d871b1de384b61c5c03de5b6e9c23ebdde3263c78273e5335
5
5
  SHA512:
6
- metadata.gz: 6faa80959f62b2a1a3a9e4147bc5506ec274fc64189b622d6efd3df0d5c817807636db842d7a116f2738ebeed4ac494ac98a4f52fcd6b179dffa4f9be337b322
7
- data.tar.gz: 37c7b059562e6cc58ba4ad5aa759a752c5cf94472e55260d80178a77b789082dfa23da37d4ecb5fb7e172a492b2b198e3106217e0b817f221588d8345e48d70c
6
+ metadata.gz: 9ac8f0128cc6317a4772f9af81255382725250d33aaf2511e89a46de5a64170713106dce69cc730555c0c912ca517ba1fb713eab26edd0252a9f74985fdb2d1d
7
+ data.tar.gz: 1bdb201bddfee20018855b99f074e683d952f5f67e94f955d32d941f77594cec847baf4f95d630f7f678a64a7526266609c3a9fa27f4f01f68565522a17b8ac6
data/.rdoc_options ADDED
@@ -0,0 +1,27 @@
1
+ ---
2
+ encoding: UTF-8
3
+ static_path: []
4
+ rdoc_include: []
5
+ page_dir:
6
+ apply_default_exclude: true
7
+ autolink_excluded_words: []
8
+ charset: UTF-8
9
+ class_module_path_prefix:
10
+ embed_mixins: false
11
+ exclude: []
12
+ file_path_prefix:
13
+ hyperlink_all: false
14
+ line_numbers: false
15
+ locale_dir: locale
16
+ locale_name:
17
+ main_page:
18
+ markup: markdown
19
+ output_decoration: true
20
+ show_hash: false
21
+ skip_tests: true
22
+ tab_width: 8
23
+ template_stylesheets: []
24
+ title:
25
+ visibility: :protected
26
+ warn_missing_rdoc_ref: true
27
+ webcvs:
@@ -2,7 +2,7 @@
2
2
 
3
3
  class DocRSpec
4
4
  module Version
5
- VERSION = '0.1.2'
5
+ VERSION = '0.1.5'
6
6
  end
7
7
  end
8
8
  # SPDX-License-Identifier: AGPL-3.0-or-later
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: doc_rspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert Dober
@@ -45,6 +45,7 @@ executables: []
45
45
  extensions: []
46
46
  extra_rdoc_files: []
47
47
  files:
48
+ - ".rdoc_options"
48
49
  - LICENSE
49
50
  - README.md
50
51
  - lib/doc_rspec.rb