html2doc 1.4.2.1 → 1.4.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/html2doc.gemspec +5 -3
- data/lib/html2doc/base.rb +2 -1
- data/lib/html2doc/math.rb +10 -8
- data/lib/html2doc/mime.rb +19 -8
- data/lib/html2doc/version.rb +1 -1
- metadata +7 -29
- data/.github/workflows/rake.yml +0 -15
- data/Rakefile +0 -6
- data/bin/console +0 -14
- data/bin/html2doc +0 -27
- data/bin/rspec +0 -18
- data/bin/setup +0 -8
- data/spec/19160-6.png +0 -0
- data/spec/19160-7.gif +0 -0
- data/spec/19160-8.jpg +0 -0
- data/spec/examples/header.html +0 -184
- data/spec/examples/rice.doc +0 -17713
- data/spec/examples/rice.html +0 -1625
- data/spec/examples/rice_images/rice_image1.gif +0 -0
- data/spec/examples/rice_images/rice_image1.png +0 -0
- data/spec/examples/rice_images/rice_image2.png +0 -0
- data/spec/examples/rice_images/rice_image3_1.png +0 -0
- data/spec/examples/rice_images/rice_image3_2.png +0 -0
- data/spec/examples/rice_images/rice_image3_3.png +0 -0
- data/spec/header.html +0 -184
- data/spec/header_img.html +0 -186
- data/spec/html2doc_spec.rb +0 -878
- data/spec/spec_helper.rb +0 -20
data/spec/spec_helper.rb
DELETED
@@ -1,20 +0,0 @@
|
|
1
|
-
require "simplecov"
|
2
|
-
SimpleCov.start do
|
3
|
-
add_filter "/spec/"
|
4
|
-
end
|
5
|
-
|
6
|
-
require "bundler/setup"
|
7
|
-
require 'rspec/match_fuzzy'
|
8
|
-
require "html2doc"
|
9
|
-
|
10
|
-
RSpec.configure do |config|
|
11
|
-
# Enable flags like --only-failures and --next-failure
|
12
|
-
config.example_status_persistence_file_path = ".rspec_status"
|
13
|
-
|
14
|
-
# Disable RSpec exposing methods globally on `Module` and `main`
|
15
|
-
config.disable_monkey_patching!
|
16
|
-
|
17
|
-
config.expect_with :rspec do |c|
|
18
|
-
c.syntax = :expect
|
19
|
-
end
|
20
|
-
end
|