cocktail_library 0.1.1 → 0.1.2

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: 108778bb5cd341bc65eb466dd61180f04e8b3f38
4
- data.tar.gz: da1a97bad1b3d044070ff1695d53d24284707c94
3
+ metadata.gz: de3e4132fd3b2fda6b06f1d65be908e536279562
4
+ data.tar.gz: be915c83166367a1b013f91fc1ac74836563aee0
5
5
  SHA512:
6
- metadata.gz: ea21407a6f63d3ae78060a36824ec7d49d40245a7b57de65c1a3bbe1305feda60284edcbed5a4fc9fe13b505e0e8bdd1eed81cb4024c6a5382f996400fe38d51
7
- data.tar.gz: dc2b8cf8181da9f0c310dfbfa49ff73d8039bcdcb61642bc0060d4d0055e55b5655d2cf280a40716229c0ebf64168c59d27c07f4f870481cd32f6cad7c2a149c
6
+ metadata.gz: 754f2ceeae2794490ebb8fb7ec2b51b253addec0dc146a99f6b35bbe13b5b02945109795043f1aa1b909ebe5afc56237052e8831a226c5085769067f71194eaa
7
+ data.tar.gz: 85b45bd70dc99c06603f8f870aa6b4ba8ce011dea2be675ca450af77e07664f8e699fe4bf655ef2c0d883f90711d6e6d885964a51bdfe85360131b259445e413
@@ -15,32 +15,32 @@ class CocktailLibrary::CLI
15
15
  end
16
16
 
17
17
  def greeting
18
-
19
- puts <<~DOC
18
+ puts <<-DOC
20
19
 
21
20
 
22
-
23
- /| /|
24
- // ( `""-
25
- \\| / .\\___
26
- / . 4
27
- / _ /
28
- / .--'
21
+ /| /|
22
+ // ( `""-
23
+ \\| / .\\___
24
+ / . 4
25
+ / _ /
26
+ / .--'
29
27
  ( \\
30
28
  / \\ \\
31
- / \\ \\ \\
32
- , / \\ \\ \\
33
- )\\ / \\ \\
34
- \\/ | .'` _ \\ \\_____ _/_/
35
- \\. / .' '. ,\\ \\/ \\ (o)/
36
- \\' / / \\ ; | / \\ ' /
37
- \\' \\ | | | | ' \\ /
38
- \\, `" | / .| | | ||
39
- ''-..-\\ _.;.._ '| |.;-. ||
40
- \\ <`.._ )) | .;-. )) / \\
41
- (__. ` ))-' \\_ ))' ++++++
42
- `'--"` `"""`
29
+ / \\ \\ \\
30
+ , / \\ \\ \\
31
+ )\\ / \\ \\
32
+ \\/ | .'` _ \\ \\______/_/
33
+ \\. / .' '. ,\\ \\/ \\ (o)/
34
+ \\' / / \\ ; | / \\ ' /
35
+ \\' \\ | | | | ' \\ /
36
+ \\, `" | /.| | | ||
37
+ ''-..-\\ _.;.'| |.;-. ||
38
+ \\ <`.._ )) | .;-.)) / \\
39
+ (__. ` ))-' \\_ ))' +++++
40
+ `'--"` `"""`
41
+ DOC
43
42
 
43
+ puts <<~DOC
44
44
  Hello there, I am Tiki, your very floofy bartender!
45
45
  I'm going to give you a list of drinks based on whatever liquor you have on hand.
46
46
 
@@ -1,3 +1,3 @@
1
1
  module CocktailLibrary
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocktail_library
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lita Stephenson