text_detector 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/text_detector/version.rb +1 -1
- data/text_detector.gemspec +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 799929cfa219cf7943d012c16b30d4f1d48b17bc
|
4
|
+
data.tar.gz: d92d6fc711a7f345dfb6989407cd84068784f5a6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f649cbe8aba3db7b02146ce663b5edca28db78605da66e9d3b918eb8bf7295227521b945323be8df10961ee11e8263aeabbd4ca2ef33d9bfdc6671f9b0972427
|
7
|
+
data.tar.gz: e17e5174e0ea2f5e349d95e180569cc73f42f9a6565203895f43329be0d161fd3f5b91d064a0a945ed6c20cef3b01546fa66353767cf7e594f9ada20503e2066
|
data/README.md
CHANGED
@@ -49,7 +49,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
49
49
|
|
50
50
|
## Contributing
|
51
51
|
|
52
|
-
1. Fork it ( https://github.com/
|
52
|
+
1. Fork it ( https://github.com/feedforce/text_detector/fork )
|
53
53
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
54
54
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
55
55
|
4. Push to the branch (`git push origin my-new-feature`)
|
data/text_detector.gemspec
CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
11
11
|
|
12
12
|
spec.summary = %q{This is an experimental implementation for detecting text from document.}
|
13
13
|
spec.description = %q{This is an experimental implementation for detecting text from document.}
|
14
|
-
spec.homepage = "https://github.com/
|
14
|
+
spec.homepage = "https://github.com/feedforce/text_detector"
|
15
15
|
spec.license = "MIT"
|
16
16
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: text_detector
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- koshigoe
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-04-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -81,7 +81,7 @@ files:
|
|
81
81
|
- lib/text_detector/executor.rb
|
82
82
|
- lib/text_detector/version.rb
|
83
83
|
- text_detector.gemspec
|
84
|
-
homepage: https://github.com/
|
84
|
+
homepage: https://github.com/feedforce/text_detector
|
85
85
|
licenses:
|
86
86
|
- MIT
|
87
87
|
metadata: {}
|
@@ -106,3 +106,4 @@ signing_key:
|
|
106
106
|
specification_version: 4
|
107
107
|
summary: This is an experimental implementation for detecting text from document.
|
108
108
|
test_files: []
|
109
|
+
has_rdoc:
|