matrixmorpheus 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 (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/MatrixMorpheus.rb +6 -0
  3. metadata +44 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 37d7be0e6a0239e1fee833ed35ad44e5ef4f73a6
4
+ data.tar.gz: c99882c956cb87451b48047119892b33082c0db5
5
+ SHA512:
6
+ metadata.gz: 3ea3174725b0c5f6a6b9bbcfe485a3b1d5ed0059b82fab47f6e3d75006f536cfd2cf967deda4436a558d326241b3aee152217e7ca8d9350ce6ad0d8033a1b5b2
7
+ data.tar.gz: 24380d215504d692e9e62f897d972886fd1df2b3271e40903fb5bbd9198c14fac79d35ee38b9399f1395dd56c756d226edc28c10671f5662429fc9223e8449fd
@@ -0,0 +1,6 @@
1
+ class MatrixMorpheus
2
+
3
+ def self.what_if
4
+ puts "What if I told you that this is just a test gem?"
5
+ end
6
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: matrixmorpheus
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Emory Christenson
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-02-20 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Lawrence Fishburn proposes a mind bending question
14
+ email: emory.christenson@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/MatrixMorpheus.rb
20
+ homepage: http://rubygems.org/gems/MatrixMorpheus
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.0.14
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: Matrix Morpheus
44
+ test_files: []