mcu-space 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.
- checksums.yaml +7 -0
- data/lib/mcu-space.rb +5 -0
- metadata +44 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: d5251a8ef3c717e8e9f41a4fe5c9452eb7c02c3ae6798ce0382e1cad9d52217a
|
4
|
+
data.tar.gz: ed7f3a6b18ce9c8600007b0673cb493caca62c61f8b5fdea92fccbbc1ef9e5c2
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 03cc1b757847c035df3f2c5662aa4105165ff537979474d499db42db9bda984a8f55b3a262abe033ad10a71444645b383caa960769cabefd427f888edbf6f87e
|
7
|
+
data.tar.gz: cfb6cfdcdca05308419578eb57f5af1a92e75d30e14874d8565e1ac7bc838e26a0c33df27fcfc50d47e27c29a377e60a4ad1ce3f41d038eb4c82540a427fd037
|
data/lib/mcu-space.rb
ADDED
metadata
ADDED
@@ -0,0 +1,44 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: mcu-space
|
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 Space Stone gives the user power over space. Anyone holding the Space
|
14
|
+
Stone can create a portal from one part of the universe to another.
|
15
|
+
email: thanvikaran95@gmail.com
|
16
|
+
executables: []
|
17
|
+
extensions: []
|
18
|
+
extra_rdoc_files: []
|
19
|
+
files:
|
20
|
+
- lib/mcu-space.rb
|
21
|
+
homepage: https://rubygems.org/gems/mcu-space
|
22
|
+
licenses:
|
23
|
+
- MIT
|
24
|
+
metadata: {}
|
25
|
+
post_install_message:
|
26
|
+
rdoc_options: []
|
27
|
+
require_paths:
|
28
|
+
- lib
|
29
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - ">="
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '0'
|
34
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
35
|
+
requirements:
|
36
|
+
- - ">="
|
37
|
+
- !ruby/object:Gem::Version
|
38
|
+
version: '0'
|
39
|
+
requirements: []
|
40
|
+
rubygems_version: 3.0.3
|
41
|
+
signing_key:
|
42
|
+
specification_version: 4
|
43
|
+
summary: Space Stone.
|
44
|
+
test_files: []
|