ruboopy 0.0.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.
Files changed (4) hide show
  1. checksums.yaml +7 -0
  2. credentials.tar.gz +0 -0
  3. data/lib/ruboopy.rb +3 -0
  4. metadata +44 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 75ec1bde85f3c8ba9103e341bbf255c934bd75793e7108b61370827ddc6c9f51
4
+ data.tar.gz: e55a6f200bdff60a74537426fe229656fe2c94c72b8cc9d76b7733fb9a827ebd
5
+ SHA512:
6
+ metadata.gz: 8a99c9655113e567bdd434534ed4f72a7bf170dda719fc2ae52f0a87bebb9c3e0e1057d8cf19afc7392c1f7f36fab28a0cbf85d05da2f9d46898a5323d06063c
7
+ data.tar.gz: d0f016409f3f5d09e01078c547dc76a97380a44a251daf665129c5405cffe5cda462b9ffb1c449ddfa79124d94cebc8b747d46773eade68c62c0b05ec1855853
credentials.tar.gz ADDED
Binary file
data/lib/ruboopy.rb ADDED
@@ -0,0 +1,3 @@
1
+ class Ruboopy
2
+ VERSION = "1.0.0"
3
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ruboopy
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Dominic LaCavera Jr.
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2018-07-02 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A Ruby Wrapper for Apache Hadoop
14
+ email: blackwoodind@protonmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/ruboopy.rb
20
+ homepage: http://rubygems.org/gems/ruboopy
21
+ licenses:
22
+ - MIT
23
+ metadata: {}
24
+ post_install_message:
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubyforge_project:
40
+ rubygems_version: 2.7.7
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: Ruboopy
44
+ test_files: []