File tree Expand file tree Collapse file tree 3 files changed +36
-0
lines changed Expand file tree Collapse file tree 3 files changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,9 @@ test/test.db
8
8
9
9
Gemfile.lock
10
10
11
+ doc /
11
12
gems /
13
+ issues /
12
14
pkg /
13
15
ports /
14
16
tmp /
Original file line number Diff line number Diff line change
1
+ ---
2
+ encoding: UTF-8
3
+ static_path: []
4
+ rdoc_include: []
5
+ page_dir:
6
+ charset: UTF-8
7
+ exclude:
8
+ - "~\\z"
9
+ - "\\.orig\\z"
10
+ - "\\.rej\\z"
11
+ - "\\.bak\\z"
12
+ - "\\.gemspec\\z"
13
+ - "issues"
14
+ - "bin"
15
+ - "rakelib"
16
+ - "ext/sqlite3/extconf.rb"
17
+ hyperlink_all: false
18
+ line_numbers: false
19
+ locale:
20
+ locale_dir: locale
21
+ locale_name:
22
+ main_page: "README.md"
23
+ markup: rdoc
24
+ output_decoration: true
25
+ show_hash: false
26
+ skip_tests: true
27
+ tab_width: 8
28
+ template_stylesheets: []
29
+ title:
30
+ visibility: :protected
31
+ webcvs:
Original file line number Diff line number Diff line change @@ -10,7 +10,9 @@ task :check_manifest do
10
10
.git
11
11
.github
12
12
bin
13
+ doc
13
14
gems
15
+ issues
14
16
patches
15
17
pkg
16
18
ports
@@ -21,6 +23,7 @@ task :check_manifest do
21
23
}
22
24
ignore_files = %w[
23
25
.gitignore
26
+ .rdoc_options
24
27
Gemfile?*
25
28
Rakefile
26
29
[a-z]*.{log,out}
You can’t perform that action at this time.
0 commit comments