jvertica 0.1.8 → 0.1.9

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b20c0ef9e1c5ff50fa51dd0b7cc61a475d57352d
4
- data.tar.gz: 2d8cb6619767070d8d646339cfc5c9194145b6a3
3
+ metadata.gz: 9139f44b6c6e4f55a0b8db36415fc9dd4c39a188
4
+ data.tar.gz: f444a669fe6d9bd0587470b60972ce91a20eead6
5
5
  SHA512:
6
- metadata.gz: ad1f5e053ad48b24b290472c3f73dad8714245e55644efbeab5fd21dfbf89b0578bbdbd42ba3800eaa5851979280e1b5d7c02584ea4d00a1a54ee8a1f9851449
7
- data.tar.gz: 0bf3ce3ea787102a7d4588d512d86bf934512947a203d0d220b67b9fd5203b75eb6fa6ef0ceb9158c44d8abba729f2eecb18d7552c48fc1abdece8eca7114150
6
+ metadata.gz: 63dd41ebebda1a5223a6e8f854461d380bb6a069a544913e128006a42e90df621b2e0e7cbc965efbb221614aa01e5ded408cc4ea72f5d4db24177e0fb1f59195
7
+ data.tar.gz: 5a45ad60ce6956901f38dfc7c2ad2b5c6f8cc1074077fe02abed2cb5cc00020d522ad7d26548d1862e3b18683845e56c5aec6df0e1a9826d8a6ce207d35601f5
@@ -1,3 +1,3 @@
1
1
  class Jvertica
2
- VERSION = "0.1.8"
2
+ VERSION = "0.1.9"
3
3
  end
data/lib/jvertica.rb CHANGED
@@ -140,8 +140,8 @@ class Jvertica
140
140
 
141
141
  else
142
142
 
143
- if source.is_a? IO
144
- stream.addStream org.jruby.util.IOInputStream.new(source)
143
+ if io.is_a? IO
144
+ stream.addStream org.jruby.util.IOInputStream.new(io)
145
145
  else
146
146
  raise InvalidObject.new("source must be a IO.")
147
147
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jvertica
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - takahiro.nakayama
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-12 00:00:00.000000000 Z
11
+ date: 2015-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement