world_in_your_terminal 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/{Action.rb → world_in_your_terminal/Action.rb} +0 -0
- data/lib/{Display.rb → world_in_your_terminal/Display.rb} +0 -0
- data/lib/{Engine.rb → world_in_your_terminal/Engine.rb} +0 -0
- data/lib/{GenerateMatrix.rb → world_in_your_terminal/GenerateMatrix.rb} +0 -0
- data/lib/{GenerateName.rb → world_in_your_terminal/GenerateName.rb} +0 -0
- data/lib/{World.rb → world_in_your_terminal/World.rb} +0 -0
- data/lib/{constants → world_in_your_terminal/constants}/themes/black_white.rb +0 -0
- data/lib/{constants → world_in_your_terminal/constants}/themes/default.rb +0 -0
- data/lib/{constants → world_in_your_terminal/constants}/tile_types.rb +0 -0
- data/lib/world_in_your_terminal.rb +2 -2
- metadata +10 -11
- data/lib/run.rb +0 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a29a270cd0cdc73a534963690fc1390ff79d24f0b2e30f019eed885449cad325
|
4
|
+
data.tar.gz: 9a5039556a06be0687aa9d8251f9255a98ba3c636588432da647932f8b5faf2c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 287dcdd6c45866708b101d54b69d6e7ab51e94b90eef9f2223f884c1733d3dd83a12ece8d382b8240167ce92f1f488e2058668f38ab6c6bb08c7cece0f5e2a90
|
7
|
+
data.tar.gz: 3d52f0e1cfd4057811b4852ffc356e6d201e3496b5dee000353f80b4e97a4e0e8e1bbd8ab2c637688c9f434487ef23081c4e1f4a35fc0726437f43957134da7e
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: world_in_your_terminal
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Vanderhaar
|
@@ -130,17 +130,16 @@ extensions: []
|
|
130
130
|
extra_rdoc_files: []
|
131
131
|
files:
|
132
132
|
- bin/world_in_your_terminal
|
133
|
-
- lib/Action.rb
|
134
|
-
- lib/Display.rb
|
135
|
-
- lib/Engine.rb
|
136
|
-
- lib/GenerateMatrix.rb
|
137
|
-
- lib/GenerateName.rb
|
138
|
-
- lib/World.rb
|
139
|
-
- lib/constants/themes/black_white.rb
|
140
|
-
- lib/constants/themes/default.rb
|
141
|
-
- lib/constants/tile_types.rb
|
142
|
-
- lib/run.rb
|
143
133
|
- lib/world_in_your_terminal.rb
|
134
|
+
- lib/world_in_your_terminal/Action.rb
|
135
|
+
- lib/world_in_your_terminal/Display.rb
|
136
|
+
- lib/world_in_your_terminal/Engine.rb
|
137
|
+
- lib/world_in_your_terminal/GenerateMatrix.rb
|
138
|
+
- lib/world_in_your_terminal/GenerateName.rb
|
139
|
+
- lib/world_in_your_terminal/World.rb
|
140
|
+
- lib/world_in_your_terminal/constants/themes/black_white.rb
|
141
|
+
- lib/world_in_your_terminal/constants/themes/default.rb
|
142
|
+
- lib/world_in_your_terminal/constants/tile_types.rb
|
144
143
|
homepage: https://rubygems.org/gems/world_in_your_terminal
|
145
144
|
licenses:
|
146
145
|
- MIT
|
data/lib/run.rb
DELETED