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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7265f5e6119d319eb7e9b71e6cdaaf3a90f6de8e
4
- data.tar.gz: af878526adba49fac7f7dbe5794de36d35a56234
3
+ metadata.gz: 80993bccb19beb3878557a5872fd005730db70da
4
+ data.tar.gz: ae342472dad397a1812a28620d2939690758d104
5
5
  SHA512:
6
- metadata.gz: 0577a74c42baf9e03089e3af681291dccc2827faf864038ce198d72801d4075e541853d6d9d1e4c08ac758d521e24463d22680faa82e30ef268e6e913cf734b0
7
- data.tar.gz: 68106a9ea8e845259221a290970557617279ac9fdbccb695b11b1a2f0d5002b828c634ed02880db27ae2f3216e6059f3da7d512959dc0191cbaeb0df757f19ce
6
+ metadata.gz: 63229c4e8f63e0b0fd2aa536c03ca3b668ad17c04cd21bfc7cd35b19fef9786508b6b739230d683b79bca3c8c981846831f619a871d35fff51f2af132d760e10
7
+ data.tar.gz: 553f91d0bd7d074728be387605485b9baa9eaf9f24036a007cc5cc26c8c500867c43ed3b963349af46c43a36181d8bf3f157596a12b2a6c509181701e824ca95
@@ -1,3 +1,3 @@
1
1
  module RecipeBox
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -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
- # spec.homepage = ""
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.1
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: {}