ruby-oci8 2.1.8 → 2.2.0.1

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,7 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-oci8
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.8
4
+ prerelease: false
5
+ segments:
6
+ - 2
7
+ - 2
8
+ - 0
9
+ - 1
10
+ version: 2.2.0.1
5
11
  platform: ruby
6
12
  authors:
7
13
  - Kubo Takehiro
@@ -9,12 +15,12 @@ autorequire:
9
15
  bindir: bin
10
16
  cert_chain: []
11
17
 
12
- date: 2015-04-04 00:00:00 +09:00
18
+ date: 2015-10-11 00:00:00 +09:00
13
19
  default_executable:
14
20
  dependencies: []
15
21
 
16
22
  description: |
17
- ruby-oci8 is a ruby interface for Oracle using OCI8 API. It is available with Oracle8i, Oracle9i, Oracle10g, Oracle11g and Oracle Instant Client.
23
+ ruby-oci8 is a ruby interface for Oracle using OCI8 API. It is available with Oracle 10g or later including Oracle Instant Client.
18
24
 
19
25
  email: kubo@jiubao.org
20
26
  executables: []
@@ -31,7 +37,6 @@ files:
31
37
  - Makefile
32
38
  - NEWS
33
39
  - README.md
34
- - VERSION
35
40
  - dist-files
36
41
  - metaconfig
37
42
  - pre-distclean.rb
@@ -40,6 +45,8 @@ files:
40
45
  - docs/install-binary-package.md
41
46
  - docs/install-full-client.md
42
47
  - docs/install-instant-client.md
48
+ - docs/install-on-osx.md
49
+ - docs/osx-install-dev-tools.png
43
50
  - docs/platform-specific-issues.md
44
51
  - docs/report-installation-issue.md
45
52
  - ext/oci8/.document
@@ -77,12 +84,14 @@ files:
77
84
  - ext/oci8/stmt.c
78
85
  - ext/oci8/thread_util.c
79
86
  - ext/oci8/thread_util.h
87
+ - ext/oci8/util.c
80
88
  - ext/oci8/win32.c
81
89
  - lib/.document
82
- - lib/oci8.rb.in
90
+ - lib/oci8.rb
83
91
  - lib/dbd/OCI8.rb
84
92
  - lib/oci8/.document
85
93
  - lib/oci8/bindtype.rb
94
+ - lib/oci8/check_load_error.rb
86
95
  - lib/oci8/compat.rb
87
96
  - lib/oci8/connection_pool.rb
88
97
  - lib/oci8/cursor.rb
@@ -95,6 +104,7 @@ files:
95
104
  - lib/oci8/ocihandle.rb
96
105
  - lib/oci8/oracle_version.rb
97
106
  - lib/oci8/properties.rb
107
+ - lib/oci8/version.rb
98
108
  - test/README
99
109
  - test/config.rb
100
110
  - test/setup_test_object.sql
@@ -119,9 +129,10 @@ files:
119
129
  - test/test_oracle_version.rb
120
130
  - test/test_oradate.rb
121
131
  - test/test_oranumber.rb
132
+ - test/test_package_type.rb
122
133
  - test/test_rowid.rb
123
134
  has_rdoc: true
124
- homepage: https://github.com/kubo/ruby-oci8/
135
+ homepage: http://www.rubydoc.info/github/kubo/ruby-oci8
125
136
  licenses:
126
137
  - 2-clause BSD-style license
127
138
  post_install_message:
@@ -131,21 +142,27 @@ require_paths:
131
142
  - lib
132
143
  - ext/oci8
133
144
  required_ruby_version: !ruby/object:Gem::Requirement
145
+ none: false
134
146
  requirements:
135
147
  - - ">="
136
148
  - !ruby/object:Gem::Version
137
- version: 1.8.0
138
- version:
149
+ segments:
150
+ - 1
151
+ - 9
152
+ - 1
153
+ version: 1.9.1
139
154
  required_rubygems_version: !ruby/object:Gem::Requirement
155
+ none: false
140
156
  requirements:
141
157
  - - ">="
142
158
  - !ruby/object:Gem::Version
159
+ segments:
160
+ - 0
143
161
  version: "0"
144
- version:
145
162
  requirements: []
146
163
 
147
- rubyforge_project: ruby-oci8
148
- rubygems_version: 1.3.5
164
+ rubyforge_project:
165
+ rubygems_version: 1.3.7
149
166
  signing_key:
150
167
  specification_version: 3
151
168
  summary: Ruby interface for Oracle using OCI8 API
data/VERSION DELETED
@@ -1 +0,0 @@
1
- 2.1.8