oci8_simple 0.7.0 → 0.8.0
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.
- data/Gemfile.lock +4 -4
- data/VERSION +1 -1
- data/oci8_simple.gemspec +11 -9
- metadata +32 -30
data/Gemfile.lock
CHANGED
|
@@ -8,19 +8,19 @@ GEM
|
|
|
8
8
|
git (>= 1.2.5)
|
|
9
9
|
rake
|
|
10
10
|
rdoc
|
|
11
|
-
json (1.
|
|
11
|
+
json (1.7.1)
|
|
12
12
|
metaclass (0.0.1)
|
|
13
13
|
method_source (0.7.1)
|
|
14
|
-
mocha (0.
|
|
14
|
+
mocha (0.11.4)
|
|
15
15
|
metaclass (~> 0.0.1)
|
|
16
|
-
pry (0.9.
|
|
16
|
+
pry (0.9.9.4)
|
|
17
17
|
coderay (~> 1.0.5)
|
|
18
18
|
method_source (~> 0.7.1)
|
|
19
19
|
slop (>= 2.4.4, < 3)
|
|
20
20
|
rake (0.9.2.2)
|
|
21
21
|
rdoc (3.12)
|
|
22
22
|
json (~> 1.4)
|
|
23
|
-
ruby-oci8 (2.1.
|
|
23
|
+
ruby-oci8 (2.1.2)
|
|
24
24
|
shoulda (3.0.1)
|
|
25
25
|
shoulda-context (~> 1.0.0)
|
|
26
26
|
shoulda-matchers (~> 1.0.0)
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.
|
|
1
|
+
0.8.0
|
data/oci8_simple.gemspec
CHANGED
|
@@ -4,15 +4,17 @@
|
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
|
-
s.name =
|
|
8
|
-
s.version = "0.
|
|
7
|
+
s.name = %q{oci8_simple}
|
|
8
|
+
s.version = "0.8.0"
|
|
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"]
|
|
12
|
-
s.date =
|
|
13
|
-
s.description =
|
|
14
|
-
|
|
15
|
-
|
|
12
|
+
s.date = %q{2012-05-07}
|
|
13
|
+
s.description = %q{Command-line tools for interacting with an Oracle database. This client is intended to be used
|
|
14
|
+
to aid development and automation. This is *not* meant to replace an ORM such as ActiveRecord + OracleEnhancedAdapter.
|
|
15
|
+
The only prerequisite to running this code is that you have installed the ruby-oci8 gem on your machine.}
|
|
16
|
+
s.email = %q{billy.reisinger@gmail.com}
|
|
17
|
+
s.executables = ["show", "oci8_simple", "describe"]
|
|
16
18
|
s.extra_rdoc_files = [
|
|
17
19
|
"README.rdoc"
|
|
18
20
|
]
|
|
@@ -40,11 +42,11 @@ Gem::Specification.new do |s|
|
|
|
40
42
|
"test/helper.rb",
|
|
41
43
|
"test/show_test.rb"
|
|
42
44
|
]
|
|
43
|
-
s.homepage =
|
|
45
|
+
s.homepage = %q{http://github.com/unclebilly/oci8_simple}
|
|
44
46
|
s.licenses = ["MIT"]
|
|
45
47
|
s.require_paths = ["lib"]
|
|
46
|
-
s.rubygems_version =
|
|
47
|
-
s.summary =
|
|
48
|
+
s.rubygems_version = %q{1.5.2}
|
|
49
|
+
s.summary = %q{Command-line tools for interacting with an Oracle database.}
|
|
48
50
|
|
|
49
51
|
if s.respond_to? :specification_version then
|
|
50
52
|
s.specification_version = 3
|
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:
|
|
4
|
+
hash: 63
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
8
|
+
- 8
|
|
9
9
|
- 0
|
|
10
|
-
version: 0.
|
|
10
|
+
version: 0.8.0
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Billy Reisinger
|
|
@@ -15,11 +15,12 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2012-
|
|
18
|
+
date: 2012-05-07 00:00:00 -05:00
|
|
19
|
+
default_executable:
|
|
19
20
|
dependencies:
|
|
20
21
|
- !ruby/object:Gem::Dependency
|
|
21
|
-
|
|
22
|
-
|
|
22
|
+
name: ruby-oci8
|
|
23
|
+
version_requirements: &id001 !ruby/object:Gem::Requirement
|
|
23
24
|
none: false
|
|
24
25
|
requirements:
|
|
25
26
|
- - ">="
|
|
@@ -28,12 +29,12 @@ dependencies:
|
|
|
28
29
|
segments:
|
|
29
30
|
- 0
|
|
30
31
|
version: "0"
|
|
31
|
-
version_requirements: *id001
|
|
32
|
-
name: ruby-oci8
|
|
33
32
|
prerelease: false
|
|
33
|
+
type: :runtime
|
|
34
|
+
requirement: *id001
|
|
34
35
|
- !ruby/object:Gem::Dependency
|
|
35
|
-
|
|
36
|
-
|
|
36
|
+
name: shoulda
|
|
37
|
+
version_requirements: &id002 !ruby/object:Gem::Requirement
|
|
37
38
|
none: false
|
|
38
39
|
requirements:
|
|
39
40
|
- - ">="
|
|
@@ -42,12 +43,12 @@ dependencies:
|
|
|
42
43
|
segments:
|
|
43
44
|
- 0
|
|
44
45
|
version: "0"
|
|
45
|
-
version_requirements: *id002
|
|
46
|
-
name: shoulda
|
|
47
46
|
prerelease: false
|
|
48
|
-
- !ruby/object:Gem::Dependency
|
|
49
47
|
type: :development
|
|
50
|
-
requirement:
|
|
48
|
+
requirement: *id002
|
|
49
|
+
- !ruby/object:Gem::Dependency
|
|
50
|
+
name: jeweler
|
|
51
|
+
version_requirements: &id003 !ruby/object:Gem::Requirement
|
|
51
52
|
none: false
|
|
52
53
|
requirements:
|
|
53
54
|
- - ">="
|
|
@@ -56,12 +57,12 @@ dependencies:
|
|
|
56
57
|
segments:
|
|
57
58
|
- 0
|
|
58
59
|
version: "0"
|
|
59
|
-
version_requirements: *id003
|
|
60
|
-
name: jeweler
|
|
61
60
|
prerelease: false
|
|
62
|
-
- !ruby/object:Gem::Dependency
|
|
63
61
|
type: :development
|
|
64
|
-
requirement:
|
|
62
|
+
requirement: *id003
|
|
63
|
+
- !ruby/object:Gem::Dependency
|
|
64
|
+
name: mocha
|
|
65
|
+
version_requirements: &id004 !ruby/object:Gem::Requirement
|
|
65
66
|
none: false
|
|
66
67
|
requirements:
|
|
67
68
|
- - ">="
|
|
@@ -70,12 +71,12 @@ dependencies:
|
|
|
70
71
|
segments:
|
|
71
72
|
- 0
|
|
72
73
|
version: "0"
|
|
73
|
-
version_requirements: *id004
|
|
74
|
-
name: mocha
|
|
75
74
|
prerelease: false
|
|
76
|
-
- !ruby/object:Gem::Dependency
|
|
77
75
|
type: :development
|
|
78
|
-
requirement:
|
|
76
|
+
requirement: *id004
|
|
77
|
+
- !ruby/object:Gem::Dependency
|
|
78
|
+
name: pry
|
|
79
|
+
version_requirements: &id005 !ruby/object:Gem::Requirement
|
|
79
80
|
none: false
|
|
80
81
|
requirements:
|
|
81
82
|
- - ">="
|
|
@@ -84,12 +85,12 @@ dependencies:
|
|
|
84
85
|
segments:
|
|
85
86
|
- 0
|
|
86
87
|
version: "0"
|
|
87
|
-
version_requirements: *id005
|
|
88
|
-
name: pry
|
|
89
88
|
prerelease: false
|
|
89
|
+
type: :development
|
|
90
|
+
requirement: *id005
|
|
90
91
|
- !ruby/object:Gem::Dependency
|
|
91
|
-
|
|
92
|
-
|
|
92
|
+
name: ruby-oci8
|
|
93
|
+
version_requirements: &id006 !ruby/object:Gem::Requirement
|
|
93
94
|
none: false
|
|
94
95
|
requirements:
|
|
95
96
|
- - ~>
|
|
@@ -100,18 +101,18 @@ dependencies:
|
|
|
100
101
|
- 0
|
|
101
102
|
- 4
|
|
102
103
|
version: 2.0.4
|
|
103
|
-
version_requirements: *id006
|
|
104
|
-
name: ruby-oci8
|
|
105
104
|
prerelease: false
|
|
105
|
+
type: :runtime
|
|
106
|
+
requirement: *id006
|
|
106
107
|
description: |-
|
|
107
108
|
Command-line tools for interacting with an Oracle database. This client is intended to be used
|
|
108
109
|
to aid development and automation. This is *not* meant to replace an ORM such as ActiveRecord + OracleEnhancedAdapter.
|
|
109
110
|
The only prerequisite to running this code is that you have installed the ruby-oci8 gem on your machine.
|
|
110
111
|
email: billy.reisinger@gmail.com
|
|
111
112
|
executables:
|
|
113
|
+
- show
|
|
112
114
|
- oci8_simple
|
|
113
115
|
- describe
|
|
114
|
-
- show
|
|
115
116
|
extensions: []
|
|
116
117
|
|
|
117
118
|
extra_rdoc_files:
|
|
@@ -139,6 +140,7 @@ files:
|
|
|
139
140
|
- test/describe_test.rb
|
|
140
141
|
- test/helper.rb
|
|
141
142
|
- test/show_test.rb
|
|
143
|
+
has_rdoc: true
|
|
142
144
|
homepage: http://github.com/unclebilly/oci8_simple
|
|
143
145
|
licenses:
|
|
144
146
|
- MIT
|
|
@@ -168,7 +170,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
168
170
|
requirements: []
|
|
169
171
|
|
|
170
172
|
rubyforge_project:
|
|
171
|
-
rubygems_version: 1.
|
|
173
|
+
rubygems_version: 1.5.2
|
|
172
174
|
signing_key:
|
|
173
175
|
specification_version: 3
|
|
174
176
|
summary: Command-line tools for interacting with an Oracle database.
|