act_as_page_extractor 0.2.3 → 0.6.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/.gitignore +1 -0
- data/Gemfile +3 -3
- data/Gemfile.lock +40 -39
- data/act_as_page_extractor.gemspec +2 -2
- data/lib/act_as_page_extractor/version.rb +1 -1
- metadata +7 -20
- data/.ruby-version +0 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6fd076b19cd732c20e8aea0fd17f280523ff1b3013778d599757095c1f3e1e88
|
|
4
|
+
data.tar.gz: 41832e5eb175e7417b2862a72fa72b063a60a95692f5116b4dab98f5401b37bb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c2e3a77a42c332c7666b9e474b83dbb72527aa1a22833a3e59ecd97afa9145699479ade5dd2f8e6f1e434ebd8a11179179d96553e86297e984cf6808f086d78b
|
|
7
|
+
data.tar.gz: 91b844ef793d0724454cb92c92e5600cde2924ca4925d80b2150fb25c7bfed6354b8bd817fde978da2d35928f47ce8f11c36934d739b181aa95dce802e4e0232
|
data/.gitignore
CHANGED
data/Gemfile
CHANGED
|
@@ -3,13 +3,13 @@ source 'https://rubygems.org'
|
|
|
3
3
|
# Specify your gem's dependencies in total_compressor.gemspec
|
|
4
4
|
gemspec
|
|
5
5
|
|
|
6
|
-
gem 'activerecord', '~>
|
|
6
|
+
gem 'activerecord', '~> 6.0'
|
|
7
7
|
|
|
8
8
|
gem 'awesome_print'
|
|
9
9
|
|
|
10
10
|
gem 'docsplit' # API for OpenOffice jodconverter (any to pdf)
|
|
11
11
|
gem 'pdf_utils' # getting text from pdf
|
|
12
|
-
gem 'prawn'
|
|
12
|
+
gem 'prawn' # need for pdf_utils
|
|
13
13
|
gem 'pdf-reader' # need for pdf_utils
|
|
14
14
|
gem 'total_compressor' # decompressing files
|
|
15
15
|
gem 'filesize' # pretty size of file
|
|
@@ -17,6 +17,6 @@ gem 'filesize' # pretty size of file
|
|
|
17
17
|
gem 'byebug'
|
|
18
18
|
|
|
19
19
|
group :test do
|
|
20
|
-
gem 'rspec'
|
|
20
|
+
gem 'rspec'
|
|
21
21
|
gem 'simplecov', require: false, group: :test
|
|
22
22
|
end
|
data/Gemfile.lock
CHANGED
|
@@ -2,8 +2,8 @@ PATH
|
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
4
|
act_as_page_extractor (0.2.3)
|
|
5
|
-
activerecord (~>
|
|
6
|
-
awesome_print (~> 1
|
|
5
|
+
activerecord (~> 6.0)
|
|
6
|
+
awesome_print (~> 1)
|
|
7
7
|
docsplit (~> 0)
|
|
8
8
|
filesize (~> 0)
|
|
9
9
|
pdf-reader (~> 1.4.0, >= 1.4.0)
|
|
@@ -15,30 +15,29 @@ GEM
|
|
|
15
15
|
remote: https://rubygems.org/
|
|
16
16
|
specs:
|
|
17
17
|
Ascii85 (1.0.3)
|
|
18
|
-
activemodel (
|
|
19
|
-
activesupport (=
|
|
20
|
-
activerecord (
|
|
21
|
-
activemodel (=
|
|
22
|
-
activesupport (=
|
|
23
|
-
|
|
24
|
-
activesupport (5.2.4.3)
|
|
18
|
+
activemodel (6.1.7.8)
|
|
19
|
+
activesupport (= 6.1.7.8)
|
|
20
|
+
activerecord (6.1.7.8)
|
|
21
|
+
activemodel (= 6.1.7.8)
|
|
22
|
+
activesupport (= 6.1.7.8)
|
|
23
|
+
activesupport (6.1.7.8)
|
|
25
24
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
26
|
-
i18n (>=
|
|
27
|
-
minitest (
|
|
28
|
-
tzinfo (~>
|
|
25
|
+
i18n (>= 1.6, < 2)
|
|
26
|
+
minitest (>= 5.1)
|
|
27
|
+
tzinfo (~> 2.0)
|
|
28
|
+
zeitwerk (~> 2.3)
|
|
29
29
|
afm (0.2.2)
|
|
30
|
-
|
|
31
|
-
awesome_print (1.8.0)
|
|
30
|
+
awesome_print (1.9.2)
|
|
32
31
|
byebug (11.1.3)
|
|
33
|
-
concurrent-ruby (1.
|
|
34
|
-
diff-lcs (1.
|
|
35
|
-
docile (1.
|
|
32
|
+
concurrent-ruby (1.3.4)
|
|
33
|
+
diff-lcs (1.5.1)
|
|
34
|
+
docile (1.4.1)
|
|
36
35
|
docsplit (0.7.6)
|
|
37
36
|
filesize (0.2.0)
|
|
38
37
|
hashery (2.1.2)
|
|
39
|
-
i18n (1.
|
|
38
|
+
i18n (1.14.5)
|
|
40
39
|
concurrent-ruby (~> 1.0)
|
|
41
|
-
minitest (5.
|
|
40
|
+
minitest (5.25.1)
|
|
42
41
|
pdf-reader (1.4.1)
|
|
43
42
|
Ascii85 (~> 1.0.0)
|
|
44
43
|
afm (~> 0.2.1)
|
|
@@ -54,39 +53,41 @@ GEM
|
|
|
54
53
|
prawn-layout (0.7.2)
|
|
55
54
|
prawn-security (0.7.1)
|
|
56
55
|
rake (12.3.3)
|
|
57
|
-
rspec (3.
|
|
58
|
-
rspec-core (~> 3.
|
|
59
|
-
rspec-expectations (~> 3.
|
|
60
|
-
rspec-mocks (~> 3.
|
|
61
|
-
rspec-core (3.
|
|
62
|
-
rspec-support (~> 3.
|
|
63
|
-
rspec-expectations (3.
|
|
56
|
+
rspec (3.13.0)
|
|
57
|
+
rspec-core (~> 3.13.0)
|
|
58
|
+
rspec-expectations (~> 3.13.0)
|
|
59
|
+
rspec-mocks (~> 3.13.0)
|
|
60
|
+
rspec-core (3.13.0)
|
|
61
|
+
rspec-support (~> 3.13.0)
|
|
62
|
+
rspec-expectations (3.13.2)
|
|
64
63
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
65
|
-
rspec-support (~> 3.
|
|
66
|
-
rspec-mocks (3.
|
|
64
|
+
rspec-support (~> 3.13.0)
|
|
65
|
+
rspec-mocks (3.13.1)
|
|
67
66
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
68
|
-
rspec-support (~> 3.
|
|
69
|
-
rspec-support (3.
|
|
67
|
+
rspec-support (~> 3.13.0)
|
|
68
|
+
rspec-support (3.13.1)
|
|
70
69
|
ruby-rc4 (0.1.5)
|
|
71
70
|
rubyzip (1.3.0)
|
|
72
|
-
simplecov (0.
|
|
71
|
+
simplecov (0.22.0)
|
|
73
72
|
docile (~> 1.1)
|
|
74
73
|
simplecov-html (~> 0.11)
|
|
75
|
-
|
|
76
|
-
|
|
74
|
+
simplecov_json_formatter (~> 0.1)
|
|
75
|
+
simplecov-html (0.12.3)
|
|
76
|
+
simplecov_json_formatter (0.1.4)
|
|
77
77
|
total_compressor (0.1.11)
|
|
78
78
|
awesome_print (~> 1.1, >= 1.1.0)
|
|
79
79
|
rubyzip (~> 1.2, >= 1.2.2)
|
|
80
|
-
ttfunk (1.
|
|
81
|
-
tzinfo (
|
|
82
|
-
|
|
80
|
+
ttfunk (1.7.0)
|
|
81
|
+
tzinfo (2.0.6)
|
|
82
|
+
concurrent-ruby (~> 1.0)
|
|
83
|
+
zeitwerk (2.6.17)
|
|
83
84
|
|
|
84
85
|
PLATFORMS
|
|
85
86
|
ruby
|
|
86
87
|
|
|
87
88
|
DEPENDENCIES
|
|
88
89
|
act_as_page_extractor!
|
|
89
|
-
activerecord (~>
|
|
90
|
+
activerecord (~> 6.0)
|
|
90
91
|
awesome_print
|
|
91
92
|
bundler (~> 1.3)
|
|
92
93
|
byebug
|
|
@@ -94,9 +95,9 @@ DEPENDENCIES
|
|
|
94
95
|
filesize
|
|
95
96
|
pdf-reader
|
|
96
97
|
pdf_utils
|
|
97
|
-
prawn
|
|
98
|
+
prawn
|
|
98
99
|
rake (~> 12.3, >= 12.3.3)
|
|
99
|
-
rspec
|
|
100
|
+
rspec
|
|
100
101
|
simplecov
|
|
101
102
|
total_compressor
|
|
102
103
|
|
|
@@ -23,8 +23,8 @@ Gem::Specification.new do |spec|
|
|
|
23
23
|
spec.add_development_dependency 'rspec', '~> 0'
|
|
24
24
|
spec.add_development_dependency 'simplecov', '~> 0'
|
|
25
25
|
|
|
26
|
-
spec.add_runtime_dependency 'activerecord', '~>
|
|
27
|
-
spec.add_runtime_dependency 'awesome_print', '~> 1
|
|
26
|
+
spec.add_runtime_dependency 'activerecord', '~> 6.0'
|
|
27
|
+
spec.add_runtime_dependency 'awesome_print', '~> 1'
|
|
28
28
|
spec.add_runtime_dependency 'docsplit', '~> 0' # API for OpenOffice jodconverter (any to pdf)
|
|
29
29
|
spec.add_runtime_dependency 'pdf_utils', '~> 0' # getting text from pdf
|
|
30
30
|
spec.add_runtime_dependency 'prawn', '~> 0.7.1' # need for pdf_utils
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: act_as_page_extractor
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.6.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- PhlowerTeam
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2024-08-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -90,42 +90,30 @@ dependencies:
|
|
|
90
90
|
name: activerecord
|
|
91
91
|
requirement: !ruby/object:Gem::Requirement
|
|
92
92
|
requirements:
|
|
93
|
-
- - ">="
|
|
94
|
-
- !ruby/object:Gem::Version
|
|
95
|
-
version: 5.2.0
|
|
96
93
|
- - "~>"
|
|
97
94
|
- !ruby/object:Gem::Version
|
|
98
|
-
version:
|
|
95
|
+
version: '6.0'
|
|
99
96
|
type: :runtime
|
|
100
97
|
prerelease: false
|
|
101
98
|
version_requirements: !ruby/object:Gem::Requirement
|
|
102
99
|
requirements:
|
|
103
|
-
- - ">="
|
|
104
|
-
- !ruby/object:Gem::Version
|
|
105
|
-
version: 5.2.0
|
|
106
100
|
- - "~>"
|
|
107
101
|
- !ruby/object:Gem::Version
|
|
108
|
-
version:
|
|
102
|
+
version: '6.0'
|
|
109
103
|
- !ruby/object:Gem::Dependency
|
|
110
104
|
name: awesome_print
|
|
111
105
|
requirement: !ruby/object:Gem::Requirement
|
|
112
106
|
requirements:
|
|
113
|
-
- - ">="
|
|
114
|
-
- !ruby/object:Gem::Version
|
|
115
|
-
version: 1.1.0
|
|
116
107
|
- - "~>"
|
|
117
108
|
- !ruby/object:Gem::Version
|
|
118
|
-
version: '1
|
|
109
|
+
version: '1'
|
|
119
110
|
type: :runtime
|
|
120
111
|
prerelease: false
|
|
121
112
|
version_requirements: !ruby/object:Gem::Requirement
|
|
122
113
|
requirements:
|
|
123
|
-
- - ">="
|
|
124
|
-
- !ruby/object:Gem::Version
|
|
125
|
-
version: 1.1.0
|
|
126
114
|
- - "~>"
|
|
127
115
|
- !ruby/object:Gem::Version
|
|
128
|
-
version: '1
|
|
116
|
+
version: '1'
|
|
129
117
|
- !ruby/object:Gem::Dependency
|
|
130
118
|
name: docsplit
|
|
131
119
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -227,7 +215,6 @@ files:
|
|
|
227
215
|
- ".gitignore"
|
|
228
216
|
- ".rspec"
|
|
229
217
|
- ".ruby-gemset"
|
|
230
|
-
- ".ruby-version"
|
|
231
218
|
- Gemfile
|
|
232
219
|
- Gemfile.lock
|
|
233
220
|
- LICENSE
|
|
@@ -280,7 +267,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
280
267
|
- !ruby/object:Gem::Version
|
|
281
268
|
version: '0'
|
|
282
269
|
requirements: []
|
|
283
|
-
rubygems_version: 3.0.
|
|
270
|
+
rubygems_version: 3.0.3
|
|
284
271
|
signing_key:
|
|
285
272
|
specification_version: 4
|
|
286
273
|
summary: Uses system calls
|
data/.ruby-version
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
ruby-2.6.6
|