shear 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.ruby-version +1 -1
- data/Gemfile.lock +68 -47
- data/lib/shear/version.rb +1 -1
- data/shear.gemspec +1 -2
- metadata +5 -19
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b761bb7d6f939cc2f76d86832e3924f2a375ac694776bd90a93e98e906c2ab59
|
4
|
+
data.tar.gz: 630e7fffc6d7fb606173bfdc34ef03a7d782cd412865dacfc002044029803f44
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e9cfb31146f7eda4e00c12c4dc23a817cc6e0674e444d65054a7f09324bcbbde475fe2696b7e04db54a28c60d94d3514584df6bea7ab2666136e0ab9e8c194b0
|
7
|
+
data.tar.gz: 4443ddc0288b7f3e4e025cfbf16dc37c42e8db338712cbc5d4546013eee3ef21c172d0eceaa113807ad58c43890f6f0df5086171636b250cc113846ea717cf1d
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.
|
1
|
+
2.7
|
data/Gemfile.lock
CHANGED
@@ -3,8 +3,7 @@ PATH
|
|
3
3
|
specs:
|
4
4
|
shear (0.1.1)
|
5
5
|
activesupport (>= 4.2)
|
6
|
-
|
7
|
-
faraday_middleware (~> 0.14)
|
6
|
+
faraday_middleware (~> 1.2)
|
8
7
|
google-cloud-vision (~> 1.0)
|
9
8
|
patron (~> 0.6)
|
10
9
|
rake (>= 10, < 14)
|
@@ -12,15 +11,15 @@ PATH
|
|
12
11
|
GEM
|
13
12
|
remote: https://rubygems.org/
|
14
13
|
specs:
|
15
|
-
activesupport (
|
14
|
+
activesupport (7.0.2.3)
|
16
15
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
17
|
-
i18n (>=
|
18
|
-
minitest (
|
19
|
-
tzinfo (~>
|
16
|
+
i18n (>= 1.6, < 2)
|
17
|
+
minitest (>= 5.1)
|
18
|
+
tzinfo (~> 2.0)
|
20
19
|
addressable (2.7.0)
|
21
20
|
public_suffix (>= 2.0.2, < 5.0)
|
22
21
|
coderay (1.1.3)
|
23
|
-
concurrent-ruby (1.1.
|
22
|
+
concurrent-ruby (1.1.10)
|
24
23
|
coveralls (0.8.23)
|
25
24
|
json (>= 1.8, < 3)
|
26
25
|
simplecov (~> 0.16.1)
|
@@ -31,50 +30,72 @@ GEM
|
|
31
30
|
safe_yaml (~> 1.0.0)
|
32
31
|
diff-lcs (1.4.4)
|
33
32
|
docile (1.3.2)
|
34
|
-
faraday (
|
33
|
+
faraday (1.10.0)
|
34
|
+
faraday-em_http (~> 1.0)
|
35
|
+
faraday-em_synchrony (~> 1.0)
|
36
|
+
faraday-excon (~> 1.1)
|
37
|
+
faraday-httpclient (~> 1.0)
|
38
|
+
faraday-multipart (~> 1.0)
|
39
|
+
faraday-net_http (~> 1.0)
|
40
|
+
faraday-net_http_persistent (~> 1.0)
|
41
|
+
faraday-patron (~> 1.0)
|
42
|
+
faraday-rack (~> 1.0)
|
43
|
+
faraday-retry (~> 1.0)
|
44
|
+
ruby2_keywords (>= 0.0.4)
|
45
|
+
faraday-em_http (1.0.0)
|
46
|
+
faraday-em_synchrony (1.0.0)
|
47
|
+
faraday-excon (1.1.0)
|
48
|
+
faraday-httpclient (1.0.1)
|
49
|
+
faraday-multipart (1.0.3)
|
35
50
|
multipart-post (>= 1.2, < 3)
|
36
|
-
|
37
|
-
|
51
|
+
faraday-net_http (1.0.1)
|
52
|
+
faraday-net_http_persistent (1.2.0)
|
53
|
+
faraday-patron (1.0.0)
|
54
|
+
faraday-rack (1.0.0)
|
55
|
+
faraday-retry (1.0.3)
|
56
|
+
faraday_middleware (1.2.0)
|
57
|
+
faraday (~> 1.0)
|
38
58
|
ffi (1.13.1)
|
39
59
|
formatador (0.2.5)
|
40
|
-
gapic-common (0.
|
41
|
-
|
42
|
-
|
43
|
-
googleapis-common-protos
|
44
|
-
|
45
|
-
|
46
|
-
|
60
|
+
gapic-common (0.8.0)
|
61
|
+
faraday (~> 1.3)
|
62
|
+
google-protobuf (~> 3.14)
|
63
|
+
googleapis-common-protos (>= 1.3.11, < 2.a)
|
64
|
+
googleapis-common-protos-types (>= 1.0.6, < 2.a)
|
65
|
+
googleauth (>= 0.17.0, < 2.a)
|
66
|
+
grpc (~> 1.36)
|
67
|
+
google-cloud-core (1.6.0)
|
47
68
|
google-cloud-env (~> 1.0)
|
48
69
|
google-cloud-errors (~> 1.0)
|
49
|
-
google-cloud-env (1.
|
50
|
-
faraday (>= 0.17.3, <
|
51
|
-
google-cloud-errors (1.0
|
52
|
-
google-cloud-vision (1.
|
53
|
-
google-cloud-core (~> 1.
|
54
|
-
google-cloud-vision-v1 (
|
55
|
-
google-cloud-vision-v1p3beta1 (
|
56
|
-
google-cloud-vision-v1 (0.
|
57
|
-
gapic-common (
|
70
|
+
google-cloud-env (1.6.0)
|
71
|
+
faraday (>= 0.17.3, < 3.0)
|
72
|
+
google-cloud-errors (1.2.0)
|
73
|
+
google-cloud-vision (1.1.3)
|
74
|
+
google-cloud-core (~> 1.6)
|
75
|
+
google-cloud-vision-v1 (>= 0.0, < 2.a)
|
76
|
+
google-cloud-vision-v1p3beta1 (>= 0.0, < 2.a)
|
77
|
+
google-cloud-vision-v1 (0.6.4)
|
78
|
+
gapic-common (>= 0.7, < 2.a)
|
58
79
|
google-cloud-errors (~> 1.0)
|
59
|
-
google-cloud-vision-v1p3beta1 (0.
|
60
|
-
gapic-common (
|
80
|
+
google-cloud-vision-v1p3beta1 (0.5.5)
|
81
|
+
gapic-common (>= 0.7, < 2.a)
|
61
82
|
google-cloud-errors (~> 1.0)
|
62
|
-
google-protobuf (3.
|
63
|
-
googleapis-common-protos (1.3.
|
64
|
-
google-protobuf (~> 3.
|
65
|
-
googleapis-common-protos-types (
|
83
|
+
google-protobuf (3.19.4)
|
84
|
+
googleapis-common-protos (1.3.12)
|
85
|
+
google-protobuf (~> 3.14)
|
86
|
+
googleapis-common-protos-types (~> 1.2)
|
66
87
|
grpc (~> 1.27)
|
67
|
-
googleapis-common-protos-types (1.0
|
68
|
-
google-protobuf (~> 3.
|
69
|
-
googleauth (0.
|
88
|
+
googleapis-common-protos-types (1.3.0)
|
89
|
+
google-protobuf (~> 3.14)
|
90
|
+
googleauth (0.17.1)
|
70
91
|
faraday (>= 0.17.3, < 2.0)
|
71
92
|
jwt (>= 1.4, < 3.0)
|
72
93
|
memoist (~> 0.16)
|
73
94
|
multi_json (~> 1.11)
|
74
95
|
os (>= 0.9, < 2.0)
|
75
|
-
signet (~> 0.
|
76
|
-
grpc (1.
|
77
|
-
google-protobuf (~> 3.
|
96
|
+
signet (~> 0.15)
|
97
|
+
grpc (1.45.0)
|
98
|
+
google-protobuf (~> 3.19)
|
78
99
|
googleapis-common-protos-types (~> 1.0)
|
79
100
|
guard (2.16.2)
|
80
101
|
formatador (>= 0.2.4)
|
@@ -91,30 +112,30 @@ GEM
|
|
91
112
|
guard-compat (~> 1.1)
|
92
113
|
rspec (>= 2.99.0, < 4.0)
|
93
114
|
hashdiff (1.0.1)
|
94
|
-
i18n (1.
|
115
|
+
i18n (1.10.0)
|
95
116
|
concurrent-ruby (~> 1.0)
|
96
117
|
json (2.3.1)
|
97
|
-
jwt (2.
|
118
|
+
jwt (2.3.0)
|
98
119
|
listen (3.2.1)
|
99
120
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
100
121
|
rb-inotify (~> 0.9, >= 0.9.10)
|
101
122
|
lumberjack (1.2.7)
|
102
123
|
memoist (0.16.2)
|
103
124
|
method_source (1.0.0)
|
104
|
-
minitest (5.
|
125
|
+
minitest (5.15.0)
|
105
126
|
multi_json (1.15.0)
|
106
127
|
multipart-post (2.1.1)
|
107
128
|
nenv (0.3.0)
|
108
129
|
notiffany (0.1.3)
|
109
130
|
nenv (~> 0.1)
|
110
131
|
shellany (~> 0.0)
|
111
|
-
os (1.1.
|
132
|
+
os (1.1.4)
|
112
133
|
patron (0.13.3)
|
113
134
|
pry (0.13.1)
|
114
135
|
coderay (~> 1.1)
|
115
136
|
method_source (~> 1.0)
|
116
137
|
public_suffix (4.0.5)
|
117
|
-
rake (13.0.
|
138
|
+
rake (13.0.6)
|
118
139
|
rb-fsevent (0.10.4)
|
119
140
|
rb-inotify (0.10.1)
|
120
141
|
ffi (~> 1.0)
|
@@ -131,9 +152,10 @@ GEM
|
|
131
152
|
diff-lcs (>= 1.2.0, < 2.0)
|
132
153
|
rspec-support (~> 3.9.0)
|
133
154
|
rspec-support (3.9.3)
|
155
|
+
ruby2_keywords (0.0.5)
|
134
156
|
safe_yaml (1.0.5)
|
135
157
|
shellany (0.0.1)
|
136
|
-
signet (0.
|
158
|
+
signet (0.15.0)
|
137
159
|
addressable (~> 2.3)
|
138
160
|
faraday (>= 0.17.3, < 2.0)
|
139
161
|
jwt (>= 1.5, < 3.0)
|
@@ -147,11 +169,10 @@ GEM
|
|
147
169
|
term-ansicolor (1.7.1)
|
148
170
|
tins (~> 1.0)
|
149
171
|
thor (1.0.1)
|
150
|
-
thread_safe (0.3.6)
|
151
172
|
tins (1.25.0)
|
152
173
|
sync
|
153
|
-
tzinfo (
|
154
|
-
|
174
|
+
tzinfo (2.0.4)
|
175
|
+
concurrent-ruby (~> 1.0)
|
155
176
|
webmock (3.8.3)
|
156
177
|
addressable (>= 2.3.6)
|
157
178
|
crack (>= 0.3.2)
|
data/lib/shear/version.rb
CHANGED
data/shear.gemspec
CHANGED
@@ -29,8 +29,7 @@ Gem::Specification.new do |spec|
|
|
29
29
|
spec.add_development_dependency "rspec", "~> 3.4"
|
30
30
|
spec.add_development_dependency "webmock", "~> 3.8"
|
31
31
|
spec.add_runtime_dependency "activesupport", ">= 4.2"
|
32
|
-
spec.add_runtime_dependency "
|
33
|
-
spec.add_runtime_dependency "faraday_middleware", "~> 0.14"
|
32
|
+
spec.add_runtime_dependency "faraday_middleware", "~> 1.2"
|
34
33
|
spec.add_runtime_dependency "google-cloud-vision", "~> 1.0"
|
35
34
|
spec.add_runtime_dependency "patron", "~> 0.6"
|
36
35
|
spec.add_runtime_dependency "rake", ">= 10", "< 14"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: shear
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Buda.com
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2022-03-28 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|
@@ -109,34 +109,20 @@ dependencies:
|
|
109
109
|
- - ">="
|
110
110
|
- !ruby/object:Gem::Version
|
111
111
|
version: '4.2'
|
112
|
-
- !ruby/object:Gem::Dependency
|
113
|
-
name: faraday
|
114
|
-
requirement: !ruby/object:Gem::Requirement
|
115
|
-
requirements:
|
116
|
-
- - "~>"
|
117
|
-
- !ruby/object:Gem::Version
|
118
|
-
version: '0.17'
|
119
|
-
type: :runtime
|
120
|
-
prerelease: false
|
121
|
-
version_requirements: !ruby/object:Gem::Requirement
|
122
|
-
requirements:
|
123
|
-
- - "~>"
|
124
|
-
- !ruby/object:Gem::Version
|
125
|
-
version: '0.17'
|
126
112
|
- !ruby/object:Gem::Dependency
|
127
113
|
name: faraday_middleware
|
128
114
|
requirement: !ruby/object:Gem::Requirement
|
129
115
|
requirements:
|
130
116
|
- - "~>"
|
131
117
|
- !ruby/object:Gem::Version
|
132
|
-
version: '
|
118
|
+
version: '1.2'
|
133
119
|
type: :runtime
|
134
120
|
prerelease: false
|
135
121
|
version_requirements: !ruby/object:Gem::Requirement
|
136
122
|
requirements:
|
137
123
|
- - "~>"
|
138
124
|
- !ruby/object:Gem::Version
|
139
|
-
version: '
|
125
|
+
version: '1.2'
|
140
126
|
- !ruby/object:Gem::Dependency
|
141
127
|
name: google-cloud-vision
|
142
128
|
requirement: !ruby/object:Gem::Requirement
|
@@ -243,7 +229,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
243
229
|
- !ruby/object:Gem::Version
|
244
230
|
version: '0'
|
245
231
|
requirements: []
|
246
|
-
rubygems_version: 3.
|
232
|
+
rubygems_version: 3.1.6
|
247
233
|
signing_key:
|
248
234
|
specification_version: 4
|
249
235
|
summary: Tool for getting text from document images
|