creative_cocktails 0.1.8 → 0.1.9

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: b92c3fd7b08b808e2d049c9170697cbc5bb0a0de
4
- data.tar.gz: 13f9a21de3acd6c8f1d8ff89d5771296a610b169
3
+ metadata.gz: e2c4dfebe3039b4e51d9b80ff37565a486dc314b
4
+ data.tar.gz: 55aea32730d9b47235dee6e56a917a0b74e7dc79
5
5
  SHA512:
6
- metadata.gz: 34c3d6b0bf28e67a5dd8f89978a0eaa8356937d653b85d1776f2fd875eaed211a3e03cb67ce450c2e29a16abd481e19193bbc56f2820a2870eb96b16de5da83a
7
- data.tar.gz: 2cbbd1193838ae5799f05024fdda3d111042b21c3b253eeb424d92c8c240692fb22fce2d34e1cf43be1e4835542faa4eb6af735627792f52e85bc596173e58c2
6
+ metadata.gz: 8a96afdbabeb63fd1668d6e59f36d9e17c41d045e8e9752e0638474c568cad9aa9daad8f7a673bb232002fda7a058ffec0d914c6759941c9bca609704e1c2309
7
+ data.tar.gz: d38993f7b71d98253de665c6b25b5c3da2994d83d89282a58ef034c9f44154b17079ea0f67955894f2bf785582b81c67e492b98bed9c29240897bbc6554f9942
data/Rakefile CHANGED
@@ -1,2 +1,6 @@
1
1
  require "bundler/gem_tasks"
2
- task :default => :spec
2
+ require "rspec/core/rake_task"
3
+
4
+ RSpec::Core::RakeTask.new(:spec)
5
+
6
+ task :default => :spec
@@ -2,4 +2,4 @@ require 'bundler'
2
2
  require 'httparty'
3
3
  require 'require_all'
4
4
 
5
- require_all 'lib'
5
+ require_all '../lib'
@@ -15,19 +15,8 @@ Gem::Specification.new do |spec|
15
15
  spec.license = "MIT"
16
16
  spec.executables << "creative_cocktails"
17
17
 
18
- # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
19
- # to allow pushing to a single host or delete this section to allow pushing to any host.
20
- if spec.respond_to?(:metadata)
21
- spec.metadata["allowed_push_host"] = "https://rubygems.org"
22
- else
23
- raise "RubyGems 2.0 or newer is required to protect against " \
24
- "public gem pushes."
25
- end
26
-
27
- # Specify which files should be added to the gem when it is released.
28
- # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
29
- spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
30
- `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
18
+ spec.files = `git ls-files -z`.split("\x0").reject do |f|
19
+ f.match(%r{^(test|spec|features)/})
31
20
  end
32
21
  spec.bindir = "bin"
33
22
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
@@ -1,3 +1,3 @@
1
1
  module CreativeCocktails
2
- VERSION = "0.1.8"
2
+ VERSION = "0.1.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: creative_cocktails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - ebuchheim
@@ -96,8 +96,7 @@ files:
96
96
  homepage: https://github.com/ebuchheim/creative_cocktails
97
97
  licenses:
98
98
  - MIT
99
- metadata:
100
- allowed_push_host: https://rubygems.org
99
+ metadata: {}
101
100
  post_install_message:
102
101
  rdoc_options: []
103
102
  require_paths: