just-the-recipe 0.5.0 → 0.6.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: fa0b761e655e7b5c4f78daaad4d29dff143b0f7a9ef1ecdbff52265616aa00ed
4
- data.tar.gz: 938a1bc8e272ea6440d7a9d0618ce2c80d69de009c65d04a5e52a297f00770db
3
+ metadata.gz: 9f762feff2c616419e85ce6ddf071c889643531c3f90b3934d06b5356f9e4282
4
+ data.tar.gz: e3ecdd69fc59b935137748d66afec24371466c6bc336c166ff917c45daab569d
5
5
  SHA512:
6
- metadata.gz: a2e057b7e53e44c04445565925229cb09470acb6e096de81ecd8bc41085d745271a8ef03c857afc413a387d713eafec244b49bd3a63eed1f9d9d53df9f98a35d
7
- data.tar.gz: 49d1cf7a8a2b31639d21fd0c65d70b16a70559b0d689911d058855eb774d18006cf05cfbc17ba0fea7a3e937d9e392875d22faa6af51975be45b67e6080719dd
6
+ metadata.gz: 9dcc649793cdac6c6a99e4e04243954c9869da5c809f85ccc8f2e71c0e204fd43e72a8e052db17ca51f719d9d0c6229af239c1436b23d219e74212c36eba3431
7
+ data.tar.gz: 3a87384a00dbfc2742d37323f1f1cd745a09bd53440cf0dfd34c408775cb28a8991148513d703caef5da5f67e9298ab58dc288b2824476cf724b62fd5b0f2549
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- just-the-recipe (0.5.0)
4
+ just-the-recipe (0.6.0)
5
5
  dotenv
6
6
  nokogiri
7
7
  open-uri
@@ -1,3 +1,3 @@
1
1
  module JustTheRecipe
2
- VERSION = "0.5.0"
2
+ VERSION = "0.6.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.5.0
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - George Dilthey
@@ -86,8 +86,8 @@ files:
86
86
  - bin/just-the-recipe
87
87
  - bin/setup
88
88
  - just-the-recipe.gemspec
89
- - lib/authenticate.rb
90
89
  - lib/just-the-recipe.rb
90
+ - lib/just-the-recipe/authenticate.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