hbasegate 0.2.0 → 0.2.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.
@@ -0,0 +1,12 @@
1
+ module HBaseGate
2
+ java_import 'org.apache.hadoop.hbase.client.Scan'
3
+
4
+ module ResultScanner
5
+ include Enumerable
6
+ def each
7
+ until (result = self.next).nil? do yield result; end
8
+ end
9
+ end
10
+ end
11
+
12
+
@@ -1,3 +1,3 @@
1
1
  module HBaseGate
2
- VERSION = '0.2.0'
2
+ VERSION = '0.2.1'
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: hbasegate
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.0
5
+ version: 0.2.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Knut O. Hellan
@@ -49,6 +49,7 @@ files:
49
49
  - lib/hbasegate/hbase_configuration.rb
50
50
  - lib/hbasegate/htable.rb
51
51
  - lib/hbasegate/result.rb
52
+ - lib/hbasegate/result_scanner.rb
52
53
  - lib/hbasegate/version.rb
53
54
  homepage: http://github.com/khellan/hbasegate
54
55
  licenses: