creative_cocktails 0.1.0 → 0.1.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
  SHA1:
3
- metadata.gz: 2aeb01df8dd2104438485d09d2fcb46ad031f8e4
4
- data.tar.gz: 3df6bf97c9e0ba7e51841279d1dc6187898d720d
3
+ metadata.gz: 7b05375b138cf4653c203d566a75ea932d666198
4
+ data.tar.gz: c72c8702b429314fdfb93b03e8390da14fe65a5e
5
5
  SHA512:
6
- metadata.gz: 000e1f92ae1f721710b50a805b01f82b7e8385b6ac398357034b356c554346197a597a32b9ceb0fcd0d9ffad4ee5cb41faf469175147951c54e4fb9ca8ace29d
7
- data.tar.gz: 7b7c3b9e26702d2f482ffbb48a2955285c278b5b27786129d3a7464dfc96fac460be282d487e9fd3f6dcb7160ca22bec44bfd5e378a05d3cc93bb67fa83f6a9c
6
+ metadata.gz: 4e8e7f3ea8268910a54484be696b6ca947756876bf1753111b586565d6bdf053dd1e408ad5e4550648fa4f83c839b2b82cd4066fcfe728076f15c7ecc95de29f
7
+ data.tar.gz: fbdd008048fdc4e0df9e877a7746e6ebe79ac3e2f5f7e8340ea516c046e0bdc361efc1959fb4bd2373883feee046139098605291b41dcf7e5c6d4975db7f13a3
@@ -13,6 +13,7 @@ Gem::Specification.new do |spec|
13
13
  spec.description = "A CLI that scrapes TheCocktailDB for drink ingredients and inspirations."
14
14
  spec.homepage = "https://github.com/ebuchheim/creative_cocktails"
15
15
  spec.license = "MIT"
16
+ spec.executables << "creative_cocktails"
16
17
 
17
18
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
18
19
  # to allow pushing to a single host or delete this section to allow pushing to any host.
@@ -28,7 +29,7 @@ Gem::Specification.new do |spec|
28
29
  spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
29
30
  `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
30
31
  end
31
- spec.bindir = "exe"
32
+ spec.bindir = "bin"
32
33
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
33
34
  spec.require_paths = ["lib"]
34
35
 
@@ -1,3 +1,3 @@
1
1
  module CreativeCocktails
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: creative_cocktails
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
  - ebuchheim
8
8
  autorequire:
9
- bindir: exe
9
+ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2019-02-06 00:00:00.000000000 Z
12
12
  dependencies: