--- !ruby/object:Gem::Specification name: alf-shell version: !ruby/object:Gem::Version version: 0.16.3 prerelease: platform: ruby authors: - Bernard Lambeau autorequire: bindir: bin cert_chain: [] date: 2014-07-25 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '10.1' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '10.1' - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '2.14' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '2.14' - !ruby/object:Gem::Dependency name: alf-doc requirement: !ruby/object:Gem::Requirement none: false requirements: - - '=' - !ruby/object:Gem::Version version: 0.16.3 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - '=' - !ruby/object:Gem::Version version: 0.16.3 - !ruby/object:Gem::Dependency name: quickl requirement: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 0.4.3 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 0.4.3 - !ruby/object:Gem::Dependency name: highline requirement: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '1.6' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '1.6' - !ruby/object:Gem::Dependency name: alf-core requirement: !ruby/object:Gem::Requirement none: false requirements: - - '=' - !ruby/object:Gem::Version version: 0.16.3 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - '=' - !ruby/object:Gem::Version version: 0.16.3 description: This project implements the `alf` commandline tool. email: - blambeau at gmail.com executables: - alf extensions: [] extra_rdoc_files: [] files: - CHANGELOG.md - Gemfile - Gemfile.lock - bin/alf - doc/man/alf-explain.man - doc/man/alf-metadata.man - doc/man/alf-repl.man - doc/man/alf-show.man - doc/man/alf.man - doc/man/allbut.man - doc/man/among.man - doc/man/avg.man - doc/man/between.man - doc/man/concat.man - doc/man/contradiction.man - doc/man/count.man - doc/man/eq.man - doc/man/extend.man - doc/man/frame.man - doc/man/group.man - doc/man/gt.man - doc/man/gte.man - doc/man/image.man - doc/man/intersect.man - doc/man/join.man - doc/man/lt.man - doc/man/lte.man - doc/man/matching.man - doc/man/max.man - doc/man/min.man - doc/man/minus.man - doc/man/native.man - doc/man/neq.man - doc/man/not_matching.man - doc/man/page.man - doc/man/project.man - doc/man/rank.man - doc/man/rename.man - doc/man/restrict.man - doc/man/stddev.man - doc/man/sum.man - doc/man/summarize.man - doc/man/tautology.man - doc/man/ungroup.man - doc/man/union.man - doc/man/unwrap.man - doc/man/variance.man - doc/man/wrap.man - doc/txt/alf-explain.man - doc/txt/alf-metadata.man - doc/txt/alf-repl.man - doc/txt/alf-show.man - doc/txt/alf.man - doc/txt/allbut.txt - doc/txt/among.txt - doc/txt/avg.txt - doc/txt/between.txt - doc/txt/concat.txt - doc/txt/contradiction.txt - doc/txt/count.txt - doc/txt/eq.txt - doc/txt/extend.txt - doc/txt/frame.txt - doc/txt/group.txt - doc/txt/gt.txt - doc/txt/gte.txt - doc/txt/image.txt - doc/txt/intersect.txt - doc/txt/join.txt - doc/txt/lt.txt - doc/txt/lte.txt - doc/txt/matching.txt - doc/txt/max.txt - doc/txt/min.txt - doc/txt/minus.txt - doc/txt/native.txt - doc/txt/neq.txt - doc/txt/not_matching.txt - doc/txt/page.txt - doc/txt/project.txt - doc/txt/rank.txt - doc/txt/rename.txt - doc/txt/restrict.txt - doc/txt/stddev.txt - doc/txt/sum.txt - doc/txt/summarize.txt - doc/txt/tautology.txt - doc/txt/ungroup.txt - doc/txt/union.txt - doc/txt/unwrap.txt - doc/txt/variance.txt - doc/txt/wrap.txt - lib/alf/shell/alfrc.rb - lib/alf/shell/command/explain.rb - lib/alf/shell/command/help.rb - lib/alf/shell/command/main.rb - lib/alf/shell/command/metadata.rb - lib/alf/shell/command/repl.rb - lib/alf/shell/command/show.rb - lib/alf/shell/command.rb - lib/alf/shell/loader.rb - lib/alf/shell/support.rb - lib/alf/shell/version.rb - lib/alf/shell.rb - lib/alf-shell.rb - LICENCE.md - Manifest.txt - Rakefile - README.md - spec/fixtures/example.alfrc - spec/integration/__database__/parts.rash - spec/integration/__database__/suppliers.rash - spec/integration/__database__/suppliers_csv.csv - spec/integration/__database__/supplies.rash - spec/integration/alf/alf.db - spec/integration/alf/alf_db.cmd - spec/integration/alf/alf_db.stdout - spec/integration/alf/alf_json.cmd - spec/integration/alf/alf_json.stdout - spec/integration/alf/alf_version.cmd - spec/integration/alf/alf_version.stdout - spec/integration/alf/alf_yaml.cmd - spec/integration/alf/alf_yaml.stdout - spec/integration/alf/rel.rash - spec/integration/explain/explain.cmd - spec/integration/explain/explain.stdout - spec/integration/show/group.alf - spec/integration/show/show_alf.cmd - spec/integration/show/show_alf.stdout - spec/integration/show/show_base.cmd - spec/integration/show/show_base.stdout - spec/integration/show/show_base_sort_1.cmd - spec/integration/show/show_base_sort_1.stdout - spec/integration/show/show_base_sort_2.cmd - spec/integration/show/show_base_sort_2.stdout - spec/integration/show/show_ff.cmd - spec/integration/show/show_ff.stdout - spec/integration/show/show_rash.cmd - spec/integration/show/show_rash.stdout - spec/integration/show/show_rash_pretty.cmd - spec/integration/show/show_rash_pretty.stdout - spec/integration/show/show_yaml.cmd - spec/integration/show/show_yaml.stdout - spec/integration/test_shell.rb - spec/spec_helper.rb - spec/test_shell.rb - spec/unit/alfrc/test_alfrc.rb - spec/unit/main/test_I_option.rb - spec/unit/main/test_r_option.rb - spec/unit/main/test_renderer_option.rb - tasks/doc.rake - tasks/gem.rake - tasks/test.rake homepage: http://github.com/alf-tool/alf-shell licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' segments: - 0 hash: 2411711699215744783 required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' segments: - 0 hash: 2411711699215744783 requirements: [] rubyforge_project: rubygems_version: 1.8.25 signing_key: specification_version: 3 summary: Bring Alf's relational algebra to the shell test_files: []