just-the-recipe 0.8.0 → 0.9.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: 63f604274dbc6fe5a52f6fd282504004ec38789d372eab2d9e43cb4ce241488e
4
- data.tar.gz: 884670ff3ea3ada5961883b9e9244842c4babf8a85f77fee72acc46f98e3570e
3
+ metadata.gz: 3b3180b85a287d5477f3b1f51e23dc3f3eddd7d73655ab795fe3e340f2b75441
4
+ data.tar.gz: 85d38979d4530f3a0784b1ec0c4be20dc571b26567001ef3d486c310242e92df
5
5
  SHA512:
6
- metadata.gz: 85ed08a56d918a4517dfad4eae136f934c65799ed046412abc5c768b71c44b5591e3f41502adb1ad9b4092188eb35daac76dd4ac974233e51f2bbeb9d9eb3c2c
7
- data.tar.gz: be930def30c30da9c0104e247d3389f5a241925329f4a024e1327982aa9d4e2f73d24ade2b9fa885287706cf5f37c3c2901b9f2ce372f66343588a5fb130b046
6
+ metadata.gz: c57033d5012808d163001877807976e032a275b68d80ae53b321bb9f577ed7982ce10a4ca82ba2f10048108c77c16773ab663687519de7ab8fff00acecdf53b7
7
+ data.tar.gz: 5dadf45df0f777756966f1bfd674fe990d512b0dfef7c44c7a7893d2b2929c02e7c56b32db88057f0538c79056f08053b6484df7448f16a65ed924e10fc5dbe4
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- just-the-recipe (0.8.0)
4
+ just-the-recipe (0.9.0)
5
5
  dotenv
6
6
  nokogiri
7
7
  open-uri
@@ -1,5 +1,3 @@
1
- require './lib/just-the-recipe.rb'
2
-
3
1
  class JustTheRecipe::CLI
4
2
 
5
3
  def call
@@ -1,5 +1,3 @@
1
- require './lib/just-the-recipe.rb'
2
-
3
1
  class JustTheRecipe::Cookbook
4
2
 
5
3
  attr_accessor :name
@@ -1,5 +1,3 @@
1
- require './lib/just-the-recipe.rb'
2
-
3
1
  class JustTheRecipe::Recipe
4
2
 
5
3
  attr_accessor :title, :description, :ingredients, :steps, :url, :cookbook
@@ -1,5 +1,3 @@
1
- require './lib/just-the-recipe.rb'
2
-
3
1
  class JustTheRecipe::Scraper
4
2
 
5
3
  attr_accessor :url
@@ -1,5 +1,3 @@
1
- require './lib/just-the-recipe.rb'
2
-
3
1
  class JustTheRecipe::Searcher
4
2
 
5
3
  def initialize(search_term)
@@ -1,3 +1,3 @@
1
1
  module JustTheRecipe
2
- VERSION = "0.8.0"
2
+ VERSION = "0.9.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.8.0
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - George Dilthey