Metadata


Name
table_print
Version
1.5.7
Platform
ruby
Authors
Chris Doyle
Bindir
bin
Date
2020-06-20 00:00:00 UTC
Dependencies
cat (~> 0.2.1, development)
cucumber (~> 2.4.0, development)
rspec (~> 2.11.0, development)
rake (~> 0.9.2, development)
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.
Email
chris@arches.io
Files
.document
.gitignore
.rspec
.travis.yml
Gemfile
LICENSE.txt
README.rdoc
Rakefile
features/adding_columns.feature
features/configuring_output.feature
features/excluding_columns.feature
features/multibyte.feature
features/printing_hash.feature
features/printing_struct.feature
features/sensible_defaults.feature
features/support/step_definitions/before.rb
features/support/step_definitions/steps.rb
lib/table_print.rb
lib/table_print/column.rb
lib/table_print/config.rb
lib/table_print/config_resolver.rb
lib/table_print/fingerprinter.rb
lib/table_print/formatter.rb
lib/table_print/hash_extensions.rb
lib/table_print/printable.rb
lib/table_print/returnable.rb
lib/table_print/row_group.rb
lib/table_print/version.rb
spec/column_spec.rb
spec/config_resolver_spec.rb
spec/config_spec.rb
spec/fingerprinter_spec.rb
spec/formatter_spec.rb
spec/hash_extensions_spec.rb
spec/printable_spec.rb
spec/returnable_spec.rb
spec/row_group_spec.rb
spec/spec_helper.rb
spec/table_print_spec.rb
table_print.gemspec
Homepage
http://tableprintgem.com
Licenses
MIT
Require paths
lib
Required ruby version
>= 0
Required rubygems version
>= 0
Rubygems version
3.0.3
Specification version
4
Summary
Turn objects into nicely formatted columns for easy reading
Test files
features/adding_columns.feature
features/configuring_output.feature
features/excluding_columns.feature
features/multibyte.feature
features/printing_hash.feature
features/printing_struct.feature
features/sensible_defaults.feature
features/support/step_definitions/before.rb
features/support/step_definitions/steps.rb
spec/column_spec.rb
spec/config_resolver_spec.rb
spec/config_spec.rb
spec/fingerprinter_spec.rb
spec/formatter_spec.rb
spec/hash_extensions_spec.rb
spec/printable_spec.rb
spec/returnable_spec.rb
spec/row_group_spec.rb
spec/spec_helper.rb
spec/table_print_spec.rb
Original platform
ruby
New platform
ruby