pokedex-terminal 0.1.9 → 0.2.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e924939342aa7fcfb751e08b6272f983b65f5dd064cc03c5d84508f58519c9a7
4
- data.tar.gz: 1b7a48510a49affc0919f042fe824fd4d394090c316e8650d624f69102d02803
3
+ metadata.gz: f4e477833079d75675e32f8e120fcd75dc98cd4ba4d3d6b0ac547393e28c0a08
4
+ data.tar.gz: 8e3b1000f9ed8bf6d1ddb8422bff9f27018275b11424e5c5b1bb7034a79dffec
5
5
  SHA512:
6
- metadata.gz: 5b3250021321c54c2d7f02340c3b1fd558705c8810d5447ce1d76aff5e19904d49add64f78feca139b75c91753e2addb1b0124264d70569c72358669cadea08b
7
- data.tar.gz: 60766c0b6460c2c6f3b2902bbc610cfeab6111da2e5eb8d601c33799cd6333d60381b60239b29f1d4557e6346d269a8fec6bf8646a6ee44a26669a270b00389a
6
+ metadata.gz: a73b8513a4f38143f72264d327e4dc6aa4257328dcd8ba4d351ea1af0e653b7973af7bbfc55fd40c596716257eae7302432f62d05ef2efaedadc40c6c5f3ee01
7
+ data.tar.gz: 0cc5b63b94d2120eb4c9d64f8b4ad589136ed7d46f97559200dab55654ed4755f8be7e510fb2c5fca3f99db1a4abc7ff74c9a2d87dd1e81818632a2f45873b17
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pokedex-terminal (0.1.9)
4
+ pokedex-terminal (0.2.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -139,4 +139,7 @@ The gem is available as open source under the terms of the [GPL-3.0 License](htt
139
139
 
140
140
  Everyone interacting in the pokedex-terminal project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/pokedex-terminal/blob/master/CODE_OF_CONDUCT.md).
141
141
 
142
- ---
142
+ ---
143
+
144
+ ## Presentation
145
+ https://prezi.com/p/k3grpagpvepd/
File without changes
@@ -7,8 +7,7 @@ require_relative './List'
7
7
  require_relative './Delete'
8
8
  require 'tty-prompt'
9
9
  require 'smarter_csv'
10
- require 'artii'
11
- require 'lolize'
10
+
12
11
 
13
12
  class Main_menu
14
13
  # Creates an array of hashes from the CSV file with keys taken from CSV headers.
@@ -3,6 +3,6 @@
3
3
  require_relative 'classes/Main_menu'
4
4
 
5
5
  fork { exec "artii 'Pokedex' --font larry3d | lolcat -a -d 15" }
6
- # fork { exec "mpg123 -q ./PokemonBattleMusic.mp3"}
6
+ fork { exec "mpg123 -q Pokemon.mp3"}
7
7
  sleep(8)
8
8
  Main_menu.run
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Pokedex
4
4
  module Terminal
5
- VERSION = '0.1.9'
5
+ VERSION = '0.2.1'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pokedex-terminal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - nova
@@ -118,7 +118,7 @@ files:
118
118
  - bin/console
119
119
  - bin/pokedex-terminal
120
120
  - bin/setup
121
- - lib/PokemonBattleMusic.mp3
121
+ - lib/Pokemon.mp3
122
122
  - lib/classes/Delete.rb
123
123
  - lib/classes/List.rb
124
124
  - lib/classes/Main_menu.rb