We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c2f902 commit 60669f1Copy full SHA for 60669f1
tesseract-ocr.gemspec
@@ -1,13 +1,14 @@
1
Kernel.load 'lib/tesseract/version.rb'
2
3
Gem::Specification.new {|s|
4
- s.name = 'tesseract-ocr'
5
- s.version = Tesseract.version
6
- s.author = 'meh.'
7
- s.email = '[email protected]'
8
- s.homepage = 'http://github.com/meh/ruby-tesseract-ocr'
9
- s.platform = Gem::Platform::RUBY
10
- s.summary = 'A wrapper library to the tesseract-ocr API.'
+ s.name = 'tesseract-ocr'
+ s.version = Tesseract.version
+ s.author = 'meh.'
+ s.email = '[email protected]'
+ s.homepage = 'http://github.com/meh/ruby-tesseract-ocr'
+ s.platform = Gem::Platform::RUBY
+ s.summary = 'A wrapper library to the tesseract-ocr API.'
11
+ s.license = 'BSD'
12
13
s.files = `git ls-files`.split("\n")
14
s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
0 commit comments