summaryrefslogtreecommitdiff
path: root/nlp_ruby.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'nlp_ruby.gemspec')
-rw-r--r--nlp_ruby.gemspec13
1 files changed, 13 insertions, 0 deletions
diff --git a/nlp_ruby.gemspec b/nlp_ruby.gemspec
new file mode 100644
index 0000000..0737994
--- /dev/null
+++ b/nlp_ruby.gemspec
@@ -0,0 +1,13 @@
+Gem::Specification.new do |s|
+ s.name = 'nlp_ruby'
+ s.version = '0.1'
+ s.date = '2014-01-29'
+ s.summary = "nlp_ruby"
+ s.description = "NLP related tools and classes"
+ s.authors = ["Patrick Simianer"]
+ s.email = 'p@simianer.de'
+ s.files = Dir['lib/*.rb', 'lib/nlp_ruby/*.rb']
+ s.homepage = 'http://simianer.de'
+ s.license = 'MIT'
+end
+