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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/{authenticate.rb → just-the-recipe/authenticate.rb} +0 -0
- data/lib/just-the-recipe/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9f762feff2c616419e85ce6ddf071c889643531c3f90b3934d06b5356f9e4282
|
4
|
+
data.tar.gz: e3ecdd69fc59b935137748d66afec24371466c6bc336c166ff917c45daab569d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9dcc649793cdac6c6a99e4e04243954c9869da5c809f85ccc8f2e71c0e204fd43e72a8e052db17ca51f719d9d0c6229af239c1436b23d219e74212c36eba3431
|
7
|
+
data.tar.gz: 3a87384a00dbfc2742d37323f1f1cd745a09bd53440cf0dfd34c408775cb28a8991148513d703caef5da5f67e9298ab58dc288b2824476cf724b62fd5b0f2549
|
data/Gemfile.lock
CHANGED
File without changes
|
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.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
|