oci8_simple.gemspec in oci8_simple-0.4.1 vs oci8_simple.gemspec in oci8_simple-0.4.2
- old
+ new
@@ -3,14 +3,14 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{oci8_simple}
- s.version = "0.4.1"
+ s.version = "0.4.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Billy Reisinger"]
- s.date = %q{2011-06-10}
+ s.date = %q{2011-06-11}
s.description = %q{Run single statements against an arbitrary Oracle schema. This client is intended to be used by simple
command-line scripts to aid automation. This is *not* meant to replace an ORM such as ActiveRecord + OracleEnhancedAdapter.
The only prerequisite to running this code is that you have installed the ruby-oci8 gem on your machine.}
s.email = %q{billy.reisinger@gmail.com}
s.executables = ["oci8_simple", "describe"]