cocktail_library 0.1.0 → 0.1.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: d7de58c05a4bb5e5de33a8f785d06e3e79634584
4
- data.tar.gz: 40821b20b7f62cec71e5cc52f282a26cd5de0210
3
+ metadata.gz: 108778bb5cd341bc65eb466dd61180f04e8b3f38
4
+ data.tar.gz: da1a97bad1b3d044070ff1695d53d24284707c94
5
5
  SHA512:
6
- metadata.gz: 975f9b6a594202e6cf988393e459f87f35eb80555aabe44aea08a6850f80fdc99d66813392a5dd42b058b8eb33616da28c1834bb2ee26a8eba57c50a1837b44e
7
- data.tar.gz: 67b3d20314cd3a0eecafbe25c1125dc2830a4306e5c270492b867673e812945a5262ff6bb398a1b20551662e358839d7aea139f0d364c48f1e6884e53901a487
6
+ metadata.gz: ea21407a6f63d3ae78060a36824ec7d49d40245a7b57de65c1a3bbe1305feda60284edcbed5a4fc9fe13b505e0e8bdd1eed81cb4024c6a5382f996400fe38d51
7
+ data.tar.gz: dc2b8cf8181da9f0c310dfbfa49ff73d8039bcdcb61642bc0060d4d0055e55b5655d2cf280a40716229c0ebf64168c59d27c07f4f870481cd32f6cad7c2a149c
data/bin/cocktail_library CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
- require "./lib/cocktail_library"
3
+ require_relative "../lib/cocktail_library"
4
4
 
5
5
  CocktailLibrary::CLI.new.run
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["Lita.Stephenson@gmail.com"]
11
11
 
12
12
  spec.summary = %q{returns a cocktail recipe from the cocktail db based on a liquor selection}
13
- spec.description = %q{Enter your liquor of choice and receive a list of cocktails that you can make. Select your cocktail and see ingredientes and instructions for making your drink. Cocktails are sourced from the Cocktail Database: http://www.thecocktaildb.com/api.php.}
13
+ spec.description = %q{Enter your liquor of choice and receive a list of cocktails that you can make. Select your cocktail and see ingredients and instructions for making your drink. Cocktails are sourced from the Cocktail Database: http://www.thecocktaildb.com/api.php.}
14
14
  spec.homepage = "https://github.com/fuzzylita/cocktail_library"
15
15
  spec.license = "MIT"
16
16
 
@@ -1,3 +1,3 @@
1
1
  module CocktailLibrary
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
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.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lita Stephenson
@@ -53,8 +53,8 @@ dependencies:
53
53
  - !ruby/object:Gem::Version
54
54
  version: '3.0'
55
55
  description: 'Enter your liquor of choice and receive a list of cocktails that you
56
- can make. Select your cocktail and see ingredientes and instructions for making
57
- your drink. Cocktails are sourced from the Cocktail Database: http://www.thecocktaildb.com/api.php.'
56
+ can make. Select your cocktail and see ingredients and instructions for making your
57
+ drink. Cocktails are sourced from the Cocktail Database: http://www.thecocktaildb.com/api.php.'
58
58
  email:
59
59
  - Lita.Stephenson@gmail.com
60
60
  executables: