Sha256: 5ac58404042f5d24a0baa6e6d0900a8800a5a1a2ac91843f4cd3357c5327a1cf
Contents?: true
Size: 956 Bytes
Versions: 6
Compression:
Stored size: 956 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'chair/version' Gem::Specification.new do |spec| spec.name = 'chair' spec.version = Chair::VERSION spec.date = '2014-06-04' spec.summary = "Tables!" spec.description = "A pure ruby table implementation with arbitrary column indices" spec.authors = ["Katherine Whitlock"] spec.email = 'toroidalcode@gmail.com' spec.files = `git ls-files -z`.split("\x0") spec.homepage = 'http://github.com/toroidal-code/chair' spec.license = 'MIT' 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.6' spec.add_development_dependency 'rake' spec.add_development_dependency 'rspec' end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
chair-1.1.3 | chair.gemspec |
chair-1.1.2 | chair.gemspec |
chair-1.1.1 | chair.gemspec |
chair-1.1.0 | chair.gemspec |
chair-1.0.2 | chairs.gemspec |
chair-1.0.1 | chairs.gemspec |