just-the-recipe 0.3.0 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +1 -2
- data/bin/console +1 -1
- data/bin/just-the-recipe +1 -1
- data/just-the-recipe.gemspec +1 -1
- data/lib/{environment.rb → just-the-recipe.rb} +0 -0
- data/lib/just-the-recipe/cli.rb +1 -1
- data/lib/just-the-recipe/cookbook.rb +1 -1
- data/lib/just-the-recipe/recipe.rb +1 -1
- data/lib/just-the-recipe/scraper.rb +1 -1
- data/lib/just-the-recipe/searcher.rb +1 -1
- data/lib/just-the-recipe/version.rb +1 -1
- metadata +2 -3
- data/notes.md +0 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 783bc9148a0c31e87a91b77ff5bc63e6f3e576a9569647611f97d91d43539c2c
|
4
|
+
data.tar.gz: 5566f44576ebdc8659833e54fc9d57c1c79a7adcfae5eefb20d0a3427d9dfdf3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 45098457fc97e62b54ccc92f73195c7cffb868a754a4e462b255b3d7bdfecce746d510b60a77055bfe9a910ef9f6d0a8cbdbf7de761a231535751cf7eb2ab493
|
7
|
+
data.tar.gz: 2ccc4c48093df3fc60e57aa0d432ab65bc557992b76900a4452f4a5e7d9a8c1ecc26c4d02daf8af5b6b12d9328b3a7c7a613cf0323bc02dd66f5acebffe1962c
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
data/bin/console
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
# frozen_string_literal: true
|
3
3
|
|
4
4
|
require "bundler/setup"
|
5
|
-
require
|
5
|
+
require './lib/just-the-recipe.rb'
|
6
6
|
|
7
7
|
# You can add fixtures and/or initialization code here to make experimenting
|
8
8
|
# with your gem easier. You can also use a different console, if you like.
|
data/bin/just-the-recipe
CHANGED
data/just-the-recipe.gemspec
CHANGED
File without changes
|
data/lib/just-the-recipe/cli.rb
CHANGED
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.
|
4
|
+
version: 0.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- George Dilthey
|
@@ -87,14 +87,13 @@ files:
|
|
87
87
|
- bin/just-the-recipe
|
88
88
|
- bin/setup
|
89
89
|
- just-the-recipe.gemspec
|
90
|
-
- lib/
|
90
|
+
- lib/just-the-recipe.rb
|
91
91
|
- lib/just-the-recipe/cli.rb
|
92
92
|
- lib/just-the-recipe/cookbook.rb
|
93
93
|
- lib/just-the-recipe/recipe.rb
|
94
94
|
- lib/just-the-recipe/scraper.rb
|
95
95
|
- lib/just-the-recipe/searcher.rb
|
96
96
|
- lib/just-the-recipe/version.rb
|
97
|
-
- notes.md
|
98
97
|
homepage: https://github.com/george-dilthey/just-the-recipe
|
99
98
|
licenses: []
|
100
99
|
metadata:
|
data/notes.md
DELETED