recipe_box 0.0.1 → 0.0.2
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 +4 -4
- data/lib/recipe_box/version.rb +1 -1
- data/recipe_box.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 80993bccb19beb3878557a5872fd005730db70da
|
|
4
|
+
data.tar.gz: ae342472dad397a1812a28620d2939690758d104
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 63229c4e8f63e0b0fd2aa536c03ca3b668ad17c04cd21bfc7cd35b19fef9786508b6b739230d683b79bca3c8c981846831f619a871d35fff51f2af132d760e10
|
|
7
|
+
data.tar.gz: 553f91d0bd7d074728be387605485b9baa9eaf9f24036a007cc5cc26c8c500867c43ed3b963349af46c43a36181d8bf3f157596a12b2a6c509181701e824ca95
|
data/lib/recipe_box/version.rb
CHANGED
data/recipe_box.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["joshua.klina@gmail.com"]
|
|
11
11
|
spec.summary = %q{A command line app that helps manage a git repository of (cooking) recipes.}
|
|
12
12
|
spec.description = "A command line app that generates templates for make recipes."
|
|
13
|
-
|
|
13
|
+
spec.homepage = "https://github.com/jklina/recipe_box"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files`.split($/)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: recipe_box
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Josh Klina
|
|
@@ -106,7 +106,7 @@ files:
|
|
|
106
106
|
- templates/recipe.tt
|
|
107
107
|
- test/helper.rb
|
|
108
108
|
- test/test_recipe_box.rb
|
|
109
|
-
homepage:
|
|
109
|
+
homepage: https://github.com/jklina/recipe_box
|
|
110
110
|
licenses:
|
|
111
111
|
- MIT
|
|
112
112
|
metadata: {}
|