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 +4 -4
- data/bin/cocktail_library +1 -1
- data/cocktail_library.gemspec +1 -1
- data/lib/cocktail_library/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 108778bb5cd341bc65eb466dd61180f04e8b3f38
|
4
|
+
data.tar.gz: da1a97bad1b3d044070ff1695d53d24284707c94
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ea21407a6f63d3ae78060a36824ec7d49d40245a7b57de65c1a3bbe1305feda60284edcbed5a4fc9fe13b505e0e8bdd1eed81cb4024c6a5382f996400fe38d51
|
7
|
+
data.tar.gz: dc2b8cf8181da9f0c310dfbfa49ff73d8039bcdcb61642bc0060d4d0055e55b5655d2cf280a40716229c0ebf64168c59d27c07f4f870481cd32f6cad7c2a149c
|
data/bin/cocktail_library
CHANGED
data/cocktail_library.gemspec
CHANGED
@@ -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
|
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
|
|
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.
|
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
|
57
|
-
|
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:
|