voyager_oracle_api 1.1.0 → 1.1.1
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/VERSION +1 -1
- data/test/test_patron_id.rb +12 -0
- metadata +4 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.1.
|
|
1
|
+
1.1.1
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
require "helper"
|
|
2
|
+
require "minitest/autorun"
|
|
3
|
+
|
|
4
|
+
class TestPatronId < MiniTest::Unit::TestCase
|
|
5
|
+
|
|
6
|
+
def test_patron_id_retrieval
|
|
7
|
+
|
|
8
|
+
conn = OracleConnection.new()
|
|
9
|
+
conn.retrieve_patron_id('gb8')
|
|
10
|
+
assert_equal conn.results['retrieve_patron_id']['gb8'], 29841
|
|
11
|
+
end
|
|
12
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: voyager_oracle_api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2012-11-
|
|
13
|
+
date: 2012-11-12 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: activesupport
|
|
@@ -276,6 +276,7 @@ files:
|
|
|
276
276
|
- test/helper.rb
|
|
277
277
|
- test/test_complex.rb
|
|
278
278
|
- test/test_fixtures.rb
|
|
279
|
+
- test/test_patron_id.rb
|
|
279
280
|
- test/test_simple.rb
|
|
280
281
|
- test/test_voyager_connection.rb
|
|
281
282
|
- voyager_oracle_api.gemspec
|
|
@@ -294,7 +295,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
294
295
|
version: '0'
|
|
295
296
|
segments:
|
|
296
297
|
- 0
|
|
297
|
-
hash: -
|
|
298
|
+
hash: -761158705
|
|
298
299
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
299
300
|
none: false
|
|
300
301
|
requirements:
|