summaryrefslogtreecommitdiff
path: root/zipf.gemspec
blob: 676d3199c8d97e051d609ddc777ff23d3bfb8cc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Gem::Specification.new do |s|
  s.name        = 'zipf'
  s.version     = '1.2.3'
  s.date        = '2015-03-04'
  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'
  s.add_runtime_dependency 'json',['>=0']
end