rbhive 0.1.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.
metadata ADDED
@@ -0,0 +1,88 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rbhive
3
+ version: !ruby/object:Gem::Version
4
+ prerelease: false
5
+ segments:
6
+ - 0
7
+ - 1
8
+ - 0
9
+ version: 0.1.0
10
+ platform: ruby
11
+ authors:
12
+ - Andy Kent
13
+ - Paul Ingles
14
+ autorequire:
15
+ bindir: bin
16
+ cert_chain: []
17
+
18
+ date: 2010-03-31 00:00:00 +01:00
19
+ default_executable:
20
+ dependencies:
21
+ - !ruby/object:Gem::Dependency
22
+ name: thrift
23
+ prerelease: false
24
+ requirement: &id001 !ruby/object:Gem::Requirement
25
+ requirements:
26
+ - - ">="
27
+ - !ruby/object:Gem::Version
28
+ segments:
29
+ - 0
30
+ version: "0"
31
+ type: :runtime
32
+ version_requirements: *id001
33
+ description: Simple lib for executing Hive queries
34
+ email: andy@forward.co.uk
35
+ executables: []
36
+
37
+ extensions: []
38
+
39
+ extra_rdoc_files: []
40
+
41
+ files:
42
+ - lib/rbhive.rb
43
+ - lib/rbhive/connection.rb
44
+ - lib/thrift/facebook_service.rb
45
+ - lib/thrift/fb303_constants.rb
46
+ - lib/thrift/fb303_types.rb
47
+ - lib/thrift/hive_metastore_constants.rb
48
+ - lib/thrift/hive_metastore_types.rb
49
+ - lib/thrift/hive_service_constants.rb
50
+ - lib/thrift/hive_service_types.rb
51
+ - lib/thrift/reflection_limited_constants.rb
52
+ - lib/thrift/reflection_limited_types.rb
53
+ - lib/thrift/serde_constants.rb
54
+ - lib/thrift/serde_types.rb
55
+ - lib/thrift/thrift_hive.rb
56
+ - lib/thrift/thrift_hive_metastore.rb
57
+ has_rdoc: true
58
+ homepage: http://github.com/trfficbroker/rbhive
59
+ licenses: []
60
+
61
+ post_install_message:
62
+ rdoc_options: []
63
+
64
+ require_paths:
65
+ - lib
66
+ required_ruby_version: !ruby/object:Gem::Requirement
67
+ requirements:
68
+ - - ">="
69
+ - !ruby/object:Gem::Version
70
+ segments:
71
+ - 0
72
+ version: "0"
73
+ required_rubygems_version: !ruby/object:Gem::Requirement
74
+ requirements:
75
+ - - ">="
76
+ - !ruby/object:Gem::Version
77
+ segments:
78
+ - 0
79
+ version: "0"
80
+ requirements: []
81
+
82
+ rubyforge_project:
83
+ rubygems_version: 1.3.6
84
+ signing_key:
85
+ specification_version: 3
86
+ summary: Simple lib for executing Hive queries
87
+ test_files: []
88
+