document_to_rich_html 0.1.0 → 0.2.0
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 +4 -4
- data/lib/document_to_rich_html/version.rb +1 -1
- metadata +1 -5
- data/.rspec +0 -1
- data/Gemfile +0 -12
- data/Gemfile.lock +0 -99
- data/document_to_rich_html.gemspec +0 -39
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 516fbc4e52784720f1791bca5915fd58cc3239a2af718c38b8b6923890060150
|
4
|
+
data.tar.gz: 87bacac741c3acd3cccbcbe7119788ad937c161c180ccf406e5dfaa3d4ac5470
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d51523faee7a3ceab8bcca3b4ada7d858115f434631c17924f2ce66d99b405da3247a13206e703c4471c13c6f27a131d591ab836508bcd0bbbc449cc9a7a9456
|
7
|
+
data.tar.gz: 663113fdc96af8395f53be3b081e1a7062cafb14b0662ecf82b770f295374022030b446763acb6176881c34fb99fe5c49921921c446a43b7d39705c8fa6869f5
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: document_to_rich_html
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Adrián Centeno
|
@@ -131,11 +131,7 @@ executables:
|
|
131
131
|
extensions: []
|
132
132
|
extra_rdoc_files: []
|
133
133
|
files:
|
134
|
-
- ".rspec"
|
135
|
-
- Gemfile
|
136
|
-
- Gemfile.lock
|
137
134
|
- README.md
|
138
|
-
- document_to_rich_html.gemspec
|
139
135
|
- exe/document_to_rich_html
|
140
136
|
- lib/document_to_rich_html.rb
|
141
137
|
- lib/document_to_rich_html/docx_patch.rb
|
data/.rspec
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
--require spec_helper
|
data/Gemfile
DELETED
@@ -1,12 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
source 'https://rubygems.org'
|
4
|
-
|
5
|
-
# Specify your gem's dependencies in document_to_rich_html.gemspec
|
6
|
-
gemspec
|
7
|
-
|
8
|
-
group :development, :test do
|
9
|
-
gem 'rake', '~> 13.0'
|
10
|
-
gem 'rspec', '~> 3.10'
|
11
|
-
gem 'rubocop', '~> 1.18', require: false
|
12
|
-
end
|
data/Gemfile.lock
DELETED
@@ -1,99 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: .
|
3
|
-
specs:
|
4
|
-
document_to_rich_html (0.1.0)
|
5
|
-
docx
|
6
|
-
mime-types
|
7
|
-
nokogiri
|
8
|
-
pdf-reader
|
9
|
-
roo
|
10
|
-
sanitize
|
11
|
-
|
12
|
-
GEM
|
13
|
-
remote: https://rubygems.org/
|
14
|
-
specs:
|
15
|
-
Ascii85 (1.1.1)
|
16
|
-
afm (0.2.2)
|
17
|
-
ast (2.4.2)
|
18
|
-
bigdecimal (3.1.8)
|
19
|
-
crass (1.0.6)
|
20
|
-
diff-lcs (1.5.1)
|
21
|
-
docx (0.8.0)
|
22
|
-
nokogiri (~> 1.13, >= 1.13.0)
|
23
|
-
rubyzip (~> 2.0)
|
24
|
-
hashery (2.1.2)
|
25
|
-
json (2.7.2)
|
26
|
-
language_server-protocol (3.17.0.3)
|
27
|
-
mime-types (3.5.2)
|
28
|
-
mime-types-data (~> 3.2015)
|
29
|
-
mime-types-data (3.2024.0903)
|
30
|
-
mini_portile2 (2.8.7)
|
31
|
-
nokogiri (1.16.7)
|
32
|
-
mini_portile2 (~> 2.8.2)
|
33
|
-
racc (~> 1.4)
|
34
|
-
nokogiri (1.16.7-arm64-darwin)
|
35
|
-
racc (~> 1.4)
|
36
|
-
parallel (1.26.3)
|
37
|
-
parser (3.3.5.0)
|
38
|
-
ast (~> 2.4.1)
|
39
|
-
racc
|
40
|
-
pdf-reader (2.12.0)
|
41
|
-
Ascii85 (~> 1.0)
|
42
|
-
afm (~> 0.2.1)
|
43
|
-
hashery (~> 2.0)
|
44
|
-
ruby-rc4
|
45
|
-
ttfunk
|
46
|
-
racc (1.8.1)
|
47
|
-
rainbow (3.1.1)
|
48
|
-
rake (13.2.1)
|
49
|
-
regexp_parser (2.9.2)
|
50
|
-
roo (2.10.1)
|
51
|
-
nokogiri (~> 1)
|
52
|
-
rubyzip (>= 1.3.0, < 3.0.0)
|
53
|
-
rspec (3.13.0)
|
54
|
-
rspec-core (~> 3.13.0)
|
55
|
-
rspec-expectations (~> 3.13.0)
|
56
|
-
rspec-mocks (~> 3.13.0)
|
57
|
-
rspec-core (3.13.1)
|
58
|
-
rspec-support (~> 3.13.0)
|
59
|
-
rspec-expectations (3.13.3)
|
60
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
61
|
-
rspec-support (~> 3.13.0)
|
62
|
-
rspec-mocks (3.13.1)
|
63
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
64
|
-
rspec-support (~> 3.13.0)
|
65
|
-
rspec-support (3.13.1)
|
66
|
-
rubocop (1.66.1)
|
67
|
-
json (~> 2.3)
|
68
|
-
language_server-protocol (>= 3.17.0)
|
69
|
-
parallel (~> 1.10)
|
70
|
-
parser (>= 3.3.0.2)
|
71
|
-
rainbow (>= 2.2.2, < 4.0)
|
72
|
-
regexp_parser (>= 2.4, < 3.0)
|
73
|
-
rubocop-ast (>= 1.32.2, < 2.0)
|
74
|
-
ruby-progressbar (~> 1.7)
|
75
|
-
unicode-display_width (>= 2.4.0, < 3.0)
|
76
|
-
rubocop-ast (1.32.3)
|
77
|
-
parser (>= 3.3.1.0)
|
78
|
-
ruby-progressbar (1.13.0)
|
79
|
-
ruby-rc4 (0.1.5)
|
80
|
-
rubyzip (2.3.2)
|
81
|
-
sanitize (6.1.3)
|
82
|
-
crass (~> 1.0.2)
|
83
|
-
nokogiri (>= 1.12.0)
|
84
|
-
ttfunk (1.8.0)
|
85
|
-
bigdecimal (~> 3.1)
|
86
|
-
unicode-display_width (2.6.0)
|
87
|
-
|
88
|
-
PLATFORMS
|
89
|
-
arm64-darwin-22
|
90
|
-
ruby
|
91
|
-
|
92
|
-
DEPENDENCIES
|
93
|
-
document_to_rich_html!
|
94
|
-
rake (~> 13.0)
|
95
|
-
rspec (~> 3.10)
|
96
|
-
rubocop (~> 1.18)
|
97
|
-
|
98
|
-
BUNDLED WITH
|
99
|
-
2.5.14
|
@@ -1,39 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
require_relative 'lib/document_to_rich_html/version'
|
4
|
-
|
5
|
-
Gem::Specification.new do |spec|
|
6
|
-
spec.name = 'document_to_rich_html'
|
7
|
-
spec.version = DocumentToRichHtml::VERSION
|
8
|
-
spec.authors = ['Adrián Centeno']
|
9
|
-
spec.email = ['adriandenb@gmail.com']
|
10
|
-
|
11
|
-
spec.summary = 'Convert various document formats to rich HTML'
|
12
|
-
spec.description = 'A gem to convert PDF, Word, Excel, and image files to rich HTML format compatible with Trix editor'
|
13
|
-
spec.homepage = 'https://github.com/imzak31/document_to_rich_html'
|
14
|
-
spec.license = 'MIT'
|
15
|
-
spec.required_ruby_version = Gem::Requirement.new('>= 2.5.0')
|
16
|
-
|
17
|
-
spec.metadata['allowed_push_host'] = 'https://rubygems.org'
|
18
|
-
|
19
|
-
spec.metadata['homepage_uri'] = spec.homepage
|
20
|
-
spec.metadata['source_code_uri'] = 'https://github.com/imzak31/document_to_rich_html'
|
21
|
-
spec.metadata['changelog_uri'] = 'https://github.com/imzak31/document_to_rich_html/blob/master/CHANGELOG.md'
|
22
|
-
|
23
|
-
spec.files = Dir.chdir(File.expand_path(__dir__)) do
|
24
|
-
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
25
|
-
end
|
26
|
-
spec.bindir = 'exe'
|
27
|
-
spec.executables = ['document_to_rich_html']
|
28
|
-
spec.require_paths = ['lib']
|
29
|
-
|
30
|
-
spec.add_dependency 'docx'
|
31
|
-
spec.add_dependency 'mime-types'
|
32
|
-
spec.add_dependency 'nokogiri'
|
33
|
-
spec.add_dependency 'pdf-reader'
|
34
|
-
spec.add_dependency 'roo'
|
35
|
-
spec.add_dependency 'sanitize'
|
36
|
-
|
37
|
-
spec.add_development_dependency 'rake'
|
38
|
-
spec.add_development_dependency 'rspec'
|
39
|
-
end
|