just-the-recipe 0.7.0 → 0.8.0

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
  SHA256:
3
- metadata.gz: c9630aec266f08d9d58d7496be1386ca8b0e298cec9beeef1fcb4b608ceeb96f
4
- data.tar.gz: 739fe2c46d8d15d5c8d15d84106f2dad5fecac321e7c7d48f8b8ceb982e82801
3
+ metadata.gz: 63f604274dbc6fe5a52f6fd282504004ec38789d372eab2d9e43cb4ce241488e
4
+ data.tar.gz: 884670ff3ea3ada5961883b9e9244842c4babf8a85f77fee72acc46f98e3570e
5
5
  SHA512:
6
- metadata.gz: 60779d8f45c4e053db12688db40a014029ac3824bd45a90203e5c1d4d15c6645c063735e39225f03fec1cec7fe059a584d228fc6a0a1a21e559df11f7fc50f41
7
- data.tar.gz: e024954f91b3279ee6643344d5613c558c2bb1af3f0bb69519335f626efc076e562a4318a5fa2a0ae519518db00b462113003c3701a8f85c406e6d09cd474937
6
+ metadata.gz: 85ed08a56d918a4517dfad4eae136f934c65799ed046412abc5c768b71c44b5591e3f41502adb1ad9b4092188eb35daac76dd4ac974233e51f2bbeb9d9eb3c2c
7
+ data.tar.gz: be930def30c30da9c0104e247d3389f5a241925329f4a024e1327982aa9d4e2f73d24ade2b9fa885287706cf5f37c3c2901b9f2ce372f66343588a5fb130b046
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- just-the-recipe (0.7.0)
4
+ just-the-recipe (0.8.0)
5
5
  dotenv
6
6
  nokogiri
7
7
  open-uri
@@ -6,12 +6,11 @@ require 'JSON'
6
6
  require 'net/http'
7
7
  require 'tty-prompt'
8
8
 
9
- require './lib/just-the-recipe/version.rb'
10
- require './lib/just-the-recipe/cli.rb'
11
- require './lib/just-the-recipe/cookbook.rb'
12
- require './lib/just-the-recipe/recipe.rb'
13
- require './lib/just-the-recipe/scraper.rb'
14
- require './lib/just-the-recipe/searcher.rb'
15
- require 'bundler/setup'
9
+ require_relative 'just-the-recipe/version'
10
+ require_relative 'just-the-recipe/cli'
11
+ require_relative 'just-the-recipe/cookbook'
12
+ require_relative 'just-the-recipe/recipe'
13
+ require_relative 'just-the-recipe/scraper'
14
+ require_relative 'just-the-recipe/searcher'
16
15
 
17
16
 
@@ -1,4 +1,3 @@
1
- require 'pry'
2
1
  require './lib/just-the-recipe.rb'
3
2
 
4
3
  class JustTheRecipe::Cookbook
@@ -1,4 +1,3 @@
1
- require 'pry'
2
1
  require './lib/just-the-recipe.rb'
3
2
 
4
3
  class JustTheRecipe::Recipe
@@ -1,5 +1,3 @@
1
- require 'pry'
2
-
3
1
  require './lib/just-the-recipe.rb'
4
2
 
5
3
  class JustTheRecipe::Scraper
@@ -1,5 +1,3 @@
1
- require 'pry'
2
-
3
1
  require './lib/just-the-recipe.rb'
4
2
 
5
3
  class JustTheRecipe::Searcher
@@ -1,3 +1,3 @@
1
1
  module JustTheRecipe
2
- VERSION = "0.7.0"
2
+ VERSION = "0.8.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: just-the-recipe
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - George Dilthey