tap_rated_new_beers 0.4.0 → 0.4.1

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: acb4722d473760fce7f73a921ab534127a7bf2e1c608ea8f0fcd124bacf6c8ea
4
- data.tar.gz: dc011424444fa7eb3a7a48f322a983826bc155f34cf99409caf71d3b9fe5a9ea
3
+ metadata.gz: 3087a1778dbb8ebb9302a6147516331ef424538d34a06c2f72fe727b757304e8
4
+ data.tar.gz: 873ef9aa5447585ac85964125a78f8d44958bd337284103eeddd6b2a09a59225
5
5
  SHA512:
6
- metadata.gz: d49cb91eb1de45f6b6d6cb550e3636e9069ba0ff0f7fbe6163cb7193539f3cf3aa7ec1db45b7af8b41ef95e6c032bae20f8944d18dd100ef9dabf9c0e1ce1340
7
- data.tar.gz: f7285ff4b19395282a9fdf27f5eb45bb6fd768e3cbaa849f3b87ebd51ab6a8306cb23f2b83aa37be2884dfddd167f6475b408b4540af3b02424004acd3e85be7
6
+ metadata.gz: b50ad41ba69da567a4ca46d067ed19e9ed787650919ff8f1d888accceb9d75f12d7a333b37b589617d344b7128eb2859d113683538800edf9752d945e3de3f72
7
+ data.tar.gz: e6f452e6bb6a29b46a3cb7c5055c1e84bd4182c35c73cc457775020ebe245b4400caa805fac26a3b33be788111aeeb72d2d88051d36aa8bd4d2b7e9c0be373a0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- tap_rated_new_beers (0.4.0)
4
+ tap_rated_new_beers (0.4.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -59,7 +59,7 @@ class TapRatedNewBeers::CLI
59
59
  puts "#{beer.notes}".blue.bold
60
60
  puts ""
61
61
  puts "::::::::::::::::::::::::::::::::::::::::::::::".blue.bold
62
- puts "Would you like to learn more info about this brewery's offerings? Y or N".red.bold
62
+ puts "Would you like to learn more about this brewery's offerings? Y or N".red.bold
63
63
  input = gets.strip.downcase
64
64
 
65
65
  case input
@@ -1,3 +1,3 @@
1
1
  module TapRatedNewBeers
2
- VERSION = "0.4.0"
2
+ VERSION = "0.4.1"
3
3
  end
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
  spec.email = ["albrown07@mac.com"]
12
12
 
13
13
  spec.summary = %q{"A ruby gem to view Beeradvocate's top 50 new beers"}
14
- spec.description = %q{"A ruby gem to view Beeradvocate's top 50 beers with the option to learn more about each beer and directly access the brewery's website"}
14
+ spec.description = %q{"A ruby gem to view Beeradvocate's top 50 new beers with the option to learn more about each beer and directly access the brewery's website"}
15
15
  spec.homepage = "https://github.com/Minajeanne/tap_rated_new_beers.git"
16
16
  spec.license = "MIT"
17
17
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tap_rated_new_beers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Minajeanne
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-04-16 00:00:00.000000000 Z
11
+ date: 2020-04-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -66,8 +66,8 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: 0.8.1
69
- description: '"A ruby gem to view Beeradvocate''s top 50 beers with the option to
70
- learn more about each beer and directly access the brewery''s website"'
69
+ description: '"A ruby gem to view Beeradvocate''s top 50 new beers with the option
70
+ to learn more about each beer and directly access the brewery''s website"'
71
71
  email:
72
72
  - albrown07@mac.com
73
73
  executables: []