Skip to content

Commit 60669f1

Browse files
committed
Cleanup gemspec
1 parent 5c2f902 commit 60669f1

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

tesseract-ocr.gemspec

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
Kernel.load 'lib/tesseract/version.rb'
22

33
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.'
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.'
11+
s.license = 'BSD'
1112

1213
s.files = `git ls-files`.split("\n")
1314
s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }

0 commit comments

Comments
 (0)