oci8_simple 0.8.0 → 0.8.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/oci8_simple.gemspec +2 -2
  3. metadata +4 -4
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.8.0
1
+ 0.8.1
data/oci8_simple.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{oci8_simple}
8
- s.version = "0.8.0"
8
+ s.version = "0.8.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Billy Reisinger"]
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
14
14
  to aid development and automation. This is *not* meant to replace an ORM such as ActiveRecord + OracleEnhancedAdapter.
15
15
  The only prerequisite to running this code is that you have installed the ruby-oci8 gem on your machine.}
16
16
  s.email = %q{billy.reisinger@gmail.com}
17
- s.executables = ["show", "oci8_simple", "describe"]
17
+ s.executables = ["oci8_simple", "show", "describe"]
18
18
  s.extra_rdoc_files = [
19
19
  "README.rdoc"
20
20
  ]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oci8_simple
3
3
  version: !ruby/object:Gem::Version
4
- hash: 63
4
+ hash: 61
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 8
9
- - 0
10
- version: 0.8.0
9
+ - 1
10
+ version: 0.8.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Billy Reisinger
@@ -110,8 +110,8 @@ description: |-
110
110
  The only prerequisite to running this code is that you have installed the ruby-oci8 gem on your machine.
111
111
  email: billy.reisinger@gmail.com
112
112
  executables:
113
- - show
114
113
  - oci8_simple
114
+ - show
115
115
  - describe
116
116
  extensions: []
117
117