oci8_simple 0.8.4 → 0.8.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. data/Gemfile.lock +1 -1
  2. data/VERSION +1 -1
  3. data/oci8_simple.gemspec +0 -3
  4. metadata +5 -2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- oci8_simple (0.8.4)
4
+ oci8_simple (0.8.5)
5
5
  ruby-oci8 (~> 2.1.2)
6
6
 
7
7
  GEM
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.8.4
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
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: -1506927838129318293
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