games_release_dates 0.3.0 → 0.3.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
  SHA1:
3
- metadata.gz: 29091c950c22c53d1dd0d56535968a918905b529
4
- data.tar.gz: 29beb379a1eff21ee4d930ff6e69628ac39c8663
3
+ metadata.gz: 68dcaae1eafc1395264ace0c05e6eef3bf263045
4
+ data.tar.gz: 2d91fbcefb571828fe0d6357812ad1e1d72bbda2
5
5
  SHA512:
6
- metadata.gz: da88c51ebea58018786dd8e6d7859752fd0e05b5ae0bacdad7a313ef23cdc4a721f47b3d66004b5c3e4af6bedfa664f3868d281e7310e0ba45717db2490fb70a
7
- data.tar.gz: eed0daa6c076afffee4a0e37d458bd58e80927fad861485d18a5c6134e6ed3cbdcc2019388bca9ca69e2b8666a840e3fd54b96c8464a10e94023f6d40619a2aa
6
+ metadata.gz: 6acf980e17ea8f05326e24b667b8a0d26f0f066aa445e05e571eecac8a9721fa8c7ae54b42542dc8a496a93d29bf3dae2066265753fced3b086e5fee77196e82
7
+ data.tar.gz: 3976d7a78f8f10297d08535ac37501bf61374f0a9bebe70b5eda80b6a06dd74519bb0d1c0f277d5989eceb4d1d4c3213ded9a018eb1cce4011f66f4befcacc44
@@ -28,10 +28,10 @@ class GamesReleaseDates::CLI
28
28
  if months.any? {|mon| mon == month_input}
29
29
  GamesReleaseDates::Scraper.new.make_list
30
30
  puts <<~eos
31
- *** #{month} - #{console} ***
31
+ *** #{month_input} - #{console_input} ***
32
32
  -----------------------------------------------------------
33
33
  eos
34
- GamesReleaseDates::VideoGames.list_releases(month, console)
34
+ GamesReleaseDates::VideoGames.list_releases(month_input, console_input)
35
35
 
36
36
  puts "Please enter the number of the game you would like to learn more about?"
37
37
  learn_input = gets.strip.to_i
@@ -1,3 +1,3 @@
1
1
  module GamesReleaseDates
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: games_release_dates
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alice Balbuena
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-11 00:00:00.000000000 Z
11
+ date: 2017-03-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -86,6 +86,7 @@ files:
86
86
  - games_release_dates-0.1.2.gem
87
87
  - games_release_dates-0.1.3.gem
88
88
  - games_release_dates-0.2.0.gem
89
+ - games_release_dates-0.3.0.gem
89
90
  - games_release_dates.gemspec
90
91
  - lib/games_release_dates.rb
91
92
  - lib/games_release_dates/cli.rb