rbshard 0.0.2

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/rbshard.rb +5 -0
  4. metadata +55 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: d806526a7a8bcb585dc9cec1d14dad2ab4285d8ec285088075fd27c09d911c51
4
+ data.tar.gz: f11e7da7a6fb5ef337914413579fa4622da8b9120ca133686c92a7d4f539c46e
5
+ SHA512:
6
+ metadata.gz: c24d6e4da5220475c5eef27b59146e984b2c76b2ba9019046d12f118b18727db575ae797ad718a5eee34a4cf2e10edf50a163d179122b7d906514f30b941432d
7
+ data.tar.gz: 3670ebd01d2a02e172729ee08cb7c9a4680ee797e9cd65ed6f8983ac65d386eb6603b1ac147cb7fbaf0d7a2ba36a463c229ab1b153b40b4c94a36efc499ec639
credentials.tar.gz ADDED
Binary file
data/lib/rbshard.rb ADDED
@@ -0,0 +1,5 @@
1
+ class Shard
2
+ def self.hi
3
+ puts "Hello world!"
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,55 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rbshard
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.2
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 Compression/Encyption All in one framework. No this is not sequential
14
+ C/E but rather fully intergrated C/E built entirely from Ruby. Forking from both
15
+ the LZW and Twofish source code and meshing the two into seamless platform for C/E/FT.
16
+ RbShard introduces a brand new file extension (.rbs). Currently the file extension
17
+ (.rbs) and its graphic (A cutout of the middle section of a ruby outlined in red
18
+ and filled with black. on a black towhite center spectrum filepage) are still under
19
+ development. RbShard as in future release v. 0.0.2 will only support the creation
20
+ of .rbs. Development of a framework is currently UnD to support file transfer with
21
+ on a secure SSL channel using a QEKM (Quantum Electronic Key Mangement) driver and
22
+ a fully dedicated server. Currently this technology is considered 'Bleeding Edge'.
23
+ and entirely proprietary in nature\tas this Gem is updated any feedback or assistance
24
+ is more than appreciated."
25
+ email: blackwoodind@protonmail.com
26
+ executables: []
27
+ extensions: []
28
+ extra_rdoc_files: []
29
+ files:
30
+ - lib/rbshard.rb
31
+ homepage: http://rubygems.org/gems/rbshard
32
+ licenses:
33
+ - MIT
34
+ metadata: {}
35
+ post_install_message:
36
+ rdoc_options: []
37
+ require_paths:
38
+ - lib
39
+ required_ruby_version: !ruby/object:Gem::Requirement
40
+ requirements:
41
+ - - ">="
42
+ - !ruby/object:Gem::Version
43
+ version: '0'
44
+ required_rubygems_version: !ruby/object:Gem::Requirement
45
+ requirements:
46
+ - - ">="
47
+ - !ruby/object:Gem::Version
48
+ version: '0'
49
+ requirements: []
50
+ rubyforge_project:
51
+ rubygems_version: 2.7.7
52
+ signing_key:
53
+ specification_version: 4
54
+ summary: RbShard
55
+ test_files: []