Sha256: 64077f6324de2a75f32f71299016068147fcf49d3f4b70fafdd9cea7a3cffe96

Contents?: true

Size: 1.14 KB

Versions: 18

Compression:

Stored size: 1.14 KB

Contents

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

Gem::Specification.new do |gem|
  gem.name                = "table_print"

  gem.authors             = ["Chris Doyle"]
  gem.email               = ["archslide@gmail.com"]
  gem.email               = "archslide@gmail.com"

  gem.description         = "TablePrint turns objects into nicely formatted columns for easy reading. Works great in rails console, works on pure ruby objects, autodetects columns, lets you traverse ActiveRecord associations. Simple, powerful."
  gem.summary             = "Turn objects into nicely formatted columns for easy reading"
  gem.homepage            = "http://tableprintgem.com"
  gem.version             = TablePrint::VERSION
  gem.license             = 'MIT'

  gem.files               = `git ls-files`.split($\)
  gem.test_files          = gem.files.grep(%r{^(test|spec|features)/})
  gem.require_paths       = ["lib"]

  gem.add_development_dependency 'cat', '~> 0.2.1'
  gem.add_development_dependency 'cucumber', '~> 1.2.1'
  gem.add_development_dependency 'rspec', '~> 2.11.0'
  gem.add_development_dependency 'rake', '~> 0.9.2'
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
table_print-1.5.4 table_print.gemspec
table_print-1.5.3 table_print.gemspec
table_print-1.5.2 table_print.gemspec
table_print-1.5.1 table_print.gemspec
table_print-1.5.0 table_print.gemspec
table_print-1.4.1 table_print.gemspec
table_print-1.4.0 table_print.gemspec
table_print-1.3.3 table_print.gemspec
table_print-1.3.2 table_print.gemspec
table_print-1.3.1 table_print.gemspec
table_print-1.3.0 table_print.gemspec
table_print-1.2.0 table_print.gemspec
table_print-1.1.5 table_print.gemspec
table_print-1.1.4 table_print.gemspec
table_print-1.1.3 table_print.gemspec
table_print-1.1.2 table_print.gemspec
table_print-1.1.1 table_print.gemspec
table_print-1.1.0 table_print.gemspec