act_as_page_extractor 0.1.3 → 0.1.5
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 +0 -3
- data/.rspec +1 -1
- data/.ruby-gemset +1 -0
- data/.ruby-version +1 -0
- data/Gemfile.lock +27 -29
- data/act_as_page_extractor.gemspec +1 -1
- data/lib/act_as_page_extractor/version.rb +1 -1
- metadata +11 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2d774f2a3774b95363d968f096c649aed105996f1ef27bf2d7fac28dc611782d
|
|
4
|
+
data.tar.gz: 905c0ed0e31b386b5445f0454ade8733fe70cab9642938bb3682d7ed5a1c2c50
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0f10744748ed1c2d580cad1ab5a7192d20a0cc943570e7fff4441fe065ab0cba9f3f03fc24b229dee210746764e1018ef67f75da0c14ba7e13d9164385b67636
|
|
7
|
+
data.tar.gz: 9f087a8cbf1e575d7c73de43fda9d722cbd11fb07affe48eff40f52fe846acb45ad0e01d533374538275910fde8c4c0e2ff9d57f8e19ac876c2d689428d5f4f3
|
data/.gitignore
CHANGED
|
@@ -43,9 +43,6 @@ build-iPhoneSimulator/
|
|
|
43
43
|
# for a library or gem, you might want to ignore these files since the code is
|
|
44
44
|
# intended to run in multiple environments; otherwise, check them in:
|
|
45
45
|
# Gemfile.lock
|
|
46
|
-
.ruby-version
|
|
47
|
-
.ruby-gemset
|
|
48
|
-
.rvmrc
|
|
49
46
|
|
|
50
47
|
# Ignore all logfiles and tempfiles.
|
|
51
48
|
/log/*
|
data/.rspec
CHANGED
data/.ruby-gemset
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
act_as_page_extractor
|
data/.ruby-version
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
ruby-2.6.6
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
act_as_page_extractor (0.1.
|
|
4
|
+
act_as_page_extractor (0.1.5)
|
|
5
5
|
activerecord (~> 4.1)
|
|
6
6
|
awesome_print (~> 1.1, >= 1.1.0)
|
|
7
7
|
docsplit (~> 0)
|
|
@@ -14,7 +14,7 @@ PATH
|
|
|
14
14
|
GEM
|
|
15
15
|
remote: https://rubygems.org/
|
|
16
16
|
specs:
|
|
17
|
-
Ascii85 (1.0.
|
|
17
|
+
Ascii85 (1.0.3)
|
|
18
18
|
activemodel (4.2.11.1)
|
|
19
19
|
activesupport (= 4.2.11.1)
|
|
20
20
|
builder (~> 3.1)
|
|
@@ -31,18 +31,17 @@ GEM
|
|
|
31
31
|
arel (6.0.4)
|
|
32
32
|
awesome_print (1.8.0)
|
|
33
33
|
builder (3.2.4)
|
|
34
|
-
byebug (
|
|
34
|
+
byebug (11.1.3)
|
|
35
35
|
concurrent-ruby (1.1.6)
|
|
36
|
-
diff-lcs (1.
|
|
37
|
-
docile (1.
|
|
36
|
+
diff-lcs (1.3)
|
|
37
|
+
docile (1.3.2)
|
|
38
38
|
docsplit (0.7.6)
|
|
39
|
-
filesize (0.
|
|
39
|
+
filesize (0.2.0)
|
|
40
40
|
hashery (2.1.2)
|
|
41
41
|
i18n (0.9.5)
|
|
42
42
|
concurrent-ruby (~> 1.0)
|
|
43
|
-
json (1.8.6)
|
|
44
43
|
minitest (5.14.0)
|
|
45
|
-
pdf-reader (1.4.
|
|
44
|
+
pdf-reader (1.4.1)
|
|
46
45
|
Ascii85 (~> 1.0.0)
|
|
47
46
|
afm (~> 0.2.1)
|
|
48
47
|
hashery (~> 2.0)
|
|
@@ -56,33 +55,32 @@ GEM
|
|
|
56
55
|
prawn-core (0.7.2)
|
|
57
56
|
prawn-layout (0.7.2)
|
|
58
57
|
prawn-security (0.7.1)
|
|
59
|
-
rake (
|
|
60
|
-
rspec (3.
|
|
61
|
-
rspec-core (~> 3.
|
|
62
|
-
rspec-expectations (~> 3.
|
|
63
|
-
rspec-mocks (~> 3.
|
|
64
|
-
rspec-core (3.
|
|
65
|
-
rspec-support (~> 3.
|
|
66
|
-
rspec-expectations (3.
|
|
58
|
+
rake (12.3.3)
|
|
59
|
+
rspec (3.9.0)
|
|
60
|
+
rspec-core (~> 3.9.0)
|
|
61
|
+
rspec-expectations (~> 3.9.0)
|
|
62
|
+
rspec-mocks (~> 3.9.0)
|
|
63
|
+
rspec-core (3.9.2)
|
|
64
|
+
rspec-support (~> 3.9.3)
|
|
65
|
+
rspec-expectations (3.9.2)
|
|
67
66
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
68
|
-
rspec-support (~> 3.
|
|
69
|
-
rspec-mocks (3.
|
|
67
|
+
rspec-support (~> 3.9.0)
|
|
68
|
+
rspec-mocks (3.9.1)
|
|
70
69
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
71
|
-
rspec-support (~> 3.
|
|
72
|
-
rspec-support (3.
|
|
70
|
+
rspec-support (~> 3.9.0)
|
|
71
|
+
rspec-support (3.9.3)
|
|
73
72
|
ruby-rc4 (0.1.5)
|
|
74
73
|
rubyzip (1.3.0)
|
|
75
|
-
simplecov (0.
|
|
76
|
-
docile (~> 1.1
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
simplecov-html (0.10.0)
|
|
74
|
+
simplecov (0.18.5)
|
|
75
|
+
docile (~> 1.1)
|
|
76
|
+
simplecov-html (~> 0.11)
|
|
77
|
+
simplecov-html (0.12.2)
|
|
80
78
|
thread_safe (0.3.6)
|
|
81
|
-
total_compressor (0.1.
|
|
79
|
+
total_compressor (0.1.11)
|
|
82
80
|
awesome_print (~> 1.1, >= 1.1.0)
|
|
83
81
|
rubyzip (~> 1.2, >= 1.2.2)
|
|
84
|
-
ttfunk (1.
|
|
85
|
-
tzinfo (1.2.
|
|
82
|
+
ttfunk (1.6.2.1)
|
|
83
|
+
tzinfo (1.2.7)
|
|
86
84
|
thread_safe (~> 0.1)
|
|
87
85
|
|
|
88
86
|
PLATFORMS
|
|
@@ -99,7 +97,7 @@ DEPENDENCIES
|
|
|
99
97
|
pdf-reader
|
|
100
98
|
pdf_utils
|
|
101
99
|
prawn (~> 0.7.1)
|
|
102
|
-
rake (>= 12.3.3)
|
|
100
|
+
rake (~> 12.3, >= 12.3.3)
|
|
103
101
|
rspec (>= 2.14)
|
|
104
102
|
simplecov
|
|
105
103
|
total_compressor
|
|
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
|
|
|
18
18
|
spec.require_paths = ['lib']
|
|
19
19
|
|
|
20
20
|
spec.add_development_dependency 'bundler', '~> 1.3'
|
|
21
|
-
spec.add_development_dependency 'rake', '>= 12.3.3'
|
|
21
|
+
spec.add_development_dependency 'rake', '~> 12.3', '>= 12.3.3'
|
|
22
22
|
spec.add_development_dependency 'byebug', '~> 0'
|
|
23
23
|
spec.add_development_dependency 'rspec', '~> 0'
|
|
24
24
|
spec.add_development_dependency 'simplecov', '~> 0'
|
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.1.
|
|
4
|
+
version: 0.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- PhlowerTeam
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-05-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -28,6 +28,9 @@ dependencies:
|
|
|
28
28
|
name: rake
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
|
+
- - "~>"
|
|
32
|
+
- !ruby/object:Gem::Version
|
|
33
|
+
version: '12.3'
|
|
31
34
|
- - ">="
|
|
32
35
|
- !ruby/object:Gem::Version
|
|
33
36
|
version: 12.3.3
|
|
@@ -35,6 +38,9 @@ dependencies:
|
|
|
35
38
|
prerelease: false
|
|
36
39
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
40
|
requirements:
|
|
41
|
+
- - "~>"
|
|
42
|
+
- !ruby/object:Gem::Version
|
|
43
|
+
version: '12.3'
|
|
38
44
|
- - ">="
|
|
39
45
|
- !ruby/object:Gem::Version
|
|
40
46
|
version: 12.3.3
|
|
@@ -214,6 +220,8 @@ extra_rdoc_files: []
|
|
|
214
220
|
files:
|
|
215
221
|
- ".gitignore"
|
|
216
222
|
- ".rspec"
|
|
223
|
+
- ".ruby-gemset"
|
|
224
|
+
- ".ruby-version"
|
|
217
225
|
- Gemfile
|
|
218
226
|
- Gemfile.lock
|
|
219
227
|
- LICENSE
|
|
@@ -266,7 +274,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
266
274
|
- !ruby/object:Gem::Version
|
|
267
275
|
version: '0'
|
|
268
276
|
requirements: []
|
|
269
|
-
rubygems_version: 3.0.
|
|
277
|
+
rubygems_version: 3.0.8
|
|
270
278
|
signing_key:
|
|
271
279
|
specification_version: 4
|
|
272
280
|
summary: Uses system calls
|