rbhive 0.1.14 → 0.1.15

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.
Files changed (2) hide show
  1. data/lib/rbhive/connection.rb +5 -0
  2. metadata +2 -2
@@ -1,4 +1,9 @@
1
+ # suppress warnings
2
+ old_verbose, $VERBOSE = $VERBOSE, nil
3
+ # require thrift autogenerated files
1
4
  require File.join(File.dirname(__FILE__), *%w[.. thrift thrift_hive])
5
+ # restore warnings
6
+ $VERBOSE = old_verbose
2
7
 
3
8
  module RBHive
4
9
  def connect(server, port=10_000)
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 14
9
- version: 0.1.14
8
+ - 15
9
+ version: 0.1.15
10
10
  platform: ruby
11
11
  authors:
12
12
  - Forward Internet Group