Sha256: 9066ba352e4a1216015884ebf77693272b6f2cdb4816c59875e9f6b69f1b746f
Contents?: true
Size: 876 Bytes
Versions: 5
Compression:
Stored size: 876 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'omnicat/version' Gem::Specification.new do |spec| spec.name = "omnicat" spec.version = OmniCat::VERSION spec.authors = ["Mustafa Turan"] spec.email = ["mustafaturan.net@gmail.com"] spec.description = %q{A generalized framework for text classifications.} spec.summary = spec.description spec.homepage = "https://github.com/mustafaturan/omnicat" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake" end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
omnicat-0.2.0 | omnicat.gemspec |
omnicat-0.1.3 | omnicat.gemspec |
omnicat-0.1.2 | omnicat.gemspec |
omnicat-0.1.1 | omnicat.gemspec |
omnicat-0.1.0 | omnicat.gemspec |