forked from hashwin/scylla
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscylla.gemspec
26 lines (25 loc) · 901 Bytes
/
scylla.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Gem::Specification.new do |s|
s.name = %q{scylla}
s.version = "1.0.7"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Ashwin Hegde"]
s.date = %q{2012-02-10}
s.default_executable = %q{scylla}
s.description = %q{Allows for text categorization by guessing the language of a given text using n-grams}
s.email = %q{[email protected]}
s.executables = ["scylla"]
s.extra_rdoc_files = [
"LICENSE.txt",
"README.rdoc"
]
s.files = Dir['lib/**/*'] + %w(README.rdoc)
s.test_files = Dir['test/**/*']
s.executables = ['scylla']
s.homepage = %q{http://github.com/hashwin/scylla}
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.5.3}
s.summary = %q{Ruby port of Textcat language guesser}
s.add_development_dependency(%q<bundler>)
s.add_dependency(%q<sanitize>)
end