File tree 5 files changed +7
-2
lines changed
5 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
README.md
2
2
LICENSE.txt
3
- lib/**/*.rb
4
- ext/sha3/digest.{c,h}
5
3
doc/**/*.rb
4
+ ext/sha3/*.c
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ title: SHA3
5
5
charset: UTF-8
6
6
encoding: UTF-8
7
7
force_update: true
8
+ line_numbers: true
8
9
markup: rdoc
9
10
op_dir: html
10
11
visibility: :private
Original file line number Diff line number Diff line change 8
8
9
9
Layout/LineLength :
10
10
Max : 120
11
+
12
+ Naming/VariableNumber :
13
+ Enabled : false
Original file line number Diff line number Diff line change 6
6
7
7
group :development , :test do
8
8
gem 'irb'
9
+ gem 'rdoc' , '~> 6'
9
10
10
11
gem 'rake' , '~> 13'
11
12
gem 'rake-compiler' , '~> 1'
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ require 'rdoc/task'
29
29
RDoc ::Task . new do |rdoc |
30
30
rdoc . rdoc_dir = '../docs/sha3'
31
31
rdoc . options << '--force-update'
32
+ rdoc . options << '-V'
32
33
end
33
34
34
35
task default : %i[ compile spec ]
You can’t perform that action at this time.
0 commit comments