Sha256: 2e3a87ce5e3bd925d8c1481dd15e0ca5e5028e52fb4888e805e829adf079dab6

Contents?: true

Size: 744 Bytes

Versions: 2

Compression:

Stored size: 744 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/rubyfca/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["Yoichiro Hasebe", "Kow Kuroda"]
  gem.email         = ["yohasebe@gmail.com"]
  gem.summary         = %q{Command line FCA tool written in Ruby}  
  gem.description     = %q{Command line Formal Concept Analysis (FCA) tool written in Ruby}  
  gem.homepage        = "http://github.com/yohasebe/rubyfca"  

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = "rubyfca"  
  gem.require_paths = ["lib"]
  gem.version       = RubyFCA::VERSION  
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rubyfca-0.2.2 rubyfca.gemspec
rubyfca-0.2.11 rubyfca.gemspec