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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bcba4ce05d56a338880ec574b2cbe1539e07fd9d27a904b5f4d205a53288be71
4
- data.tar.gz: 0562dd6cee7baf8f8bcfaa6942e4039838709b1ca1097864e0459407c3911ffa
3
+ metadata.gz: a29a270cd0cdc73a534963690fc1390ff79d24f0b2e30f019eed885449cad325
4
+ data.tar.gz: 9a5039556a06be0687aa9d8251f9255a98ba3c636588432da647932f8b5faf2c
5
5
  SHA512:
6
- metadata.gz: 136caa7a1be18e99bce0a677fc5d59920ceabeb649d65ee289a9fffc883d93756794218c9145fd16e62c06d9ed0df9174cd26b3fc81dd1b1eb6838332e78d6ba
7
- data.tar.gz: bd7bae52e27b1b1724bb489bc20355d93927f87651ab5657b43d265db6857457a21c390613f49af0ded9d92e14540c905e9fce1f7a645ba1c8b58063cc7baa30
6
+ metadata.gz: 287dcdd6c45866708b101d54b69d6e7ab51e94b90eef9f2223f884c1733d3dd83a12ece8d382b8240167ce92f1f488e2058668f38ab6c6bb08c7cece0f5e2a90
7
+ data.tar.gz: 3d52f0e1cfd4057811b4852ffc356e6d201e3496b5dee000353f80b4e97a4e0e8e1bbd8ab2c637688c9f434487ef23081c4e1f4a35fc0726437f43957134da7e
File without changes
File without changes
File without changes
@@ -1,6 +1,6 @@
1
1
  require 'tty-prompt'
2
- require_relative './Display.rb'
3
- require_relative './Engine.rb'
2
+ require_relative './world_in_your_terminal/Display.rb'
3
+ require_relative './world_in_your_terminal/Engine.rb'
4
4
 
5
5
  class WorldInYourTerminal
6
6
  def explore
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.1
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
@@ -1,3 +0,0 @@
1
- require_relative './world_in_your_terminal.rb'
2
-
3
- WorldInYourTerminal.new.explore