--- !ruby/object:Gem::Specification name: oci8_simple version: !ruby/object:Gem::Version version: 1.0.0 platform: ruby authors: - Billy Reisinger autorequire: bindir: bin cert_chain: [] date: 2015-05-04 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: ruby-oci8 requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 2.1.2 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 2.1.2 description: "Command-line tools for interacting with an Oracle database. This client is intended to be used \n to aid development and automation. This is *not* meant to replace an ORM such as ActiveRecord + OracleEnhancedAdapter.\n The only prerequisite to running this code is that you have installed the ruby-oci8 gem on your machine." email: billy.reisinger@gmail.com executables: - oci8_simple - show - describe extensions: [] extra_rdoc_files: - README.md files: - ".document" - Gemfile - Gemfile.lock - LICENSE.txt - README.md - Rakefile - VERSION - bin/describe - bin/oci8_simple - bin/show - lib/oci8_simple.rb - lib/oci8_simple/cli.rb - lib/oci8_simple/client.rb - lib/oci8_simple/command.rb - lib/oci8_simple/config.rb - lib/oci8_simple/describe.rb - lib/oci8_simple/show.rb - oci8_simple.gemspec - test/cli_test.rb - test/client_test.rb - test/describe_test.rb - test/helper.rb - test/show_test.rb homepage: http://github.com/unclebilly/oci8_simple licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.4.6 signing_key: specification_version: 3 summary: Command-line tools for interacting with an Oracle database. test_files: []