oci8_simple 0.8.4 → 0.8.5
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +1 -1
- data/VERSION +1 -1
- data/oci8_simple.gemspec +0 -3
- metadata +5 -2
data/Gemfile.lock
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.8.
|
1
|
+
0.8.5
|
data/oci8_simple.gemspec
CHANGED
@@ -2,8 +2,6 @@ require 'date'
|
|
2
2
|
Gem::Specification.new do |s|
|
3
3
|
s.name = %q{oci8_simple}
|
4
4
|
s.version = File.read(File.expand_path("../VERSION", __FILE__)).strip
|
5
|
-
|
6
|
-
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
7
5
|
s.authors = ["Billy Reisinger"]
|
8
6
|
s.date = Date.today
|
9
7
|
s.description = %q{Command-line tools for interacting with an Oracle database. This client is intended to be used
|
@@ -41,7 +39,6 @@ Gem::Specification.new do |s|
|
|
41
39
|
s.homepage = %q{http://github.com/unclebilly/oci8_simple}
|
42
40
|
s.licenses = ["MIT"]
|
43
41
|
s.require_paths = ["lib"]
|
44
|
-
s.rubygems_version = %q{1.5.2}
|
45
42
|
s.summary = %q{Command-line tools for interacting with an Oracle database.}
|
46
43
|
|
47
44
|
if s.respond_to? :specification_version then
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: oci8_simple
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.
|
4
|
+
version: 0.8.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -77,13 +77,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
77
77
|
version: '0'
|
78
78
|
segments:
|
79
79
|
- 0
|
80
|
-
hash: -
|
80
|
+
hash: -303796649655696785
|
81
81
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
82
82
|
none: false
|
83
83
|
requirements:
|
84
84
|
- - ! '>='
|
85
85
|
- !ruby/object:Gem::Version
|
86
86
|
version: '0'
|
87
|
+
segments:
|
88
|
+
- 0
|
89
|
+
hash: -303796649655696785
|
87
90
|
requirements: []
|
88
91
|
rubyforge_project:
|
89
92
|
rubygems_version: 1.8.25
|