mcu-soul 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/mcu-soul.rb +5 -0
  3. metadata +46 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: aafdd2eb78aee37ef07aacecb466f7f873498553a0c801c01a584992679eed9e
4
+ data.tar.gz: a35716125c752b7d5e0993cae67bac14a978280d56094416189e88999fe87702
5
+ SHA512:
6
+ metadata.gz: c1d836915701624fc9807cf83bb9297e81ff2982f5de1d664fd9cc1e5be773a216f5dd2ddbc3745660ff8af68734a0bd6734d18bd6ec4c458935d1d451fc84e3
7
+ data.tar.gz: 1614656b43e53a4c028562f865e368a9d43f8767a5068f9c5e6975423822abc3a61c45e2ce6bc54af43a8b1e88d9e0c43310fd6af4fc1d5c09d0a3b458dbfb72
@@ -0,0 +1,5 @@
1
+ class Mcu_soul
2
+ def self.soul
3
+ puts "soul stone acquired!"
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: mcu-soul
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Karan Thanvi
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2019-03-12 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: The Soul stone allows the user to steal, control, manipulate, and alter
14
+ living and dead souls. The Soul stone is also the gateway to an idyllic pocket universe
15
+ and has the power to bestow sentience to non sentient effigy's. At full potential,
16
+ the Soul stone grants the user control over all entities in the universe
17
+ email: thanvikaran95@gmail.com
18
+ executables: []
19
+ extensions: []
20
+ extra_rdoc_files: []
21
+ files:
22
+ - lib/mcu-soul.rb
23
+ homepage: https://rubygems.org/gems/mcu-soul
24
+ licenses:
25
+ - MIT
26
+ metadata: {}
27
+ post_install_message:
28
+ rdoc_options: []
29
+ require_paths:
30
+ - lib
31
+ required_ruby_version: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - ">="
34
+ - !ruby/object:Gem::Version
35
+ version: '0'
36
+ required_rubygems_version: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ requirements: []
42
+ rubygems_version: 3.0.3
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: Soul Stone.
46
+ test_files: []