oci8_simple.gemspec in oci8_simple-0.8.4 vs oci8_simple.gemspec in oci8_simple-0.8.5
- old
+ new
@@ -1,11 +1,9 @@
require 'date'
Gem::Specification.new do |s|
s.name = %q{oci8_simple}
s.version = File.read(File.expand_path("../VERSION", __FILE__)).strip
-
- s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Billy Reisinger"]
s.date = Date.today
s.description = %q{Command-line tools for interacting with an Oracle database. This client is intended to be used
to aid development and 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.}
@@ -39,10 +37,9 @@
"test/show_test.rb"
]
s.homepage = %q{http://github.com/unclebilly/oci8_simple}
s.licenses = ["MIT"]
s.require_paths = ["lib"]
- s.rubygems_version = %q{1.5.2}
s.summary = %q{Command-line tools for interacting with an Oracle database.}
if s.respond_to? :specification_version then
s.specification_version = 3