summaryrefslogtreecommitdiff
path: root/zipf.gemspec
blob: 99fe588408b5dbe856445505e4319fa0e2e57166 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Gem::Specification.new do |s|
  s.name        = 'zipf'
  s.version     = '1.0.3'
  s.date        = '2014-06-17'
  s.summary     = 'zipf'
  s.description = 'NLP related tools and classes'
  s.authors     = ['Patrick Simianer']
  s.email       = 'p@simianer.de'
  s.files       = Dir['lib/*.rb', 'lib/zipf/*.rb']
  s.homepage    = 'http://simianer.de'
  s.license     = 'MIT'
end