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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 315dfa048ec3b6dd195976900bb573407cbfdfc9
4
- data.tar.gz: 2441e251ec922dc7900907fab919a068f1dbd614
3
+ metadata.gz: 799929cfa219cf7943d012c16b30d4f1d48b17bc
4
+ data.tar.gz: d92d6fc711a7f345dfb6989407cd84068784f5a6
5
5
  SHA512:
6
- metadata.gz: e31c2fe0028629483e7dc6079c16314217ef15c471289b9ffedc8030c3ea807db09fc55905080eec18f196de2009f1b9615c0e7770e9e946bd802d4ea7b38d18
7
- data.tar.gz: f1134bc00b6cd5261d566b545c0ea9b2c108f6c36c1b76c860f2ecab935f5e1d4aaf384db662d9deb65149b09781a50709e60bbdaa231bf608a0d37ace52a547
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/[my-github-username]/text_detector/fork )
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`)
@@ -1,3 +1,3 @@
1
1
  module TextDetector
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
@@ -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/koshigoe/text_detector"
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.0
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-03-31 00:00:00.000000000 Z
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/koshigoe/text_detector
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: