nutkins 0.1.3 → 0.1.4
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/nutkins/version.rb +1 -1
- data/lib/nutkins.rb +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: 90d7c75d8463ff5ca9732fc90cf4df8c4507f02a
|
|
4
|
+
data.tar.gz: a2ec3f8ea3975c0163a05195c0e5fe262d8fea34
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 698c0f034515cb1e16e6baa7f7b91673d6aa526ab1dd430a2143817d6176946e0421d0f30a79ed0a018899a2928879832b2f384835f1f006878b5f0c6b583a20
|
|
7
|
+
data.tar.gz: d6b7a23057cca12e2cac98ea7b947566e44a62dff7c95dc1553caa2e77404b4c785a5811a2b53ac807e3e35dd5273e8327f7bf2249c52cee16f3cdb7356d02c7
|
data/lib/nutkins/version.rb
CHANGED
data/lib/nutkins.rb
CHANGED
|
@@ -42,7 +42,7 @@ module Nutkins
|
|
|
42
42
|
if build_cfg
|
|
43
43
|
# download each of the files in the resources section if it doesn't exist
|
|
44
44
|
resources = build_cfg["resources"]
|
|
45
|
-
|
|
45
|
+
Download.download_resources img_dir, resources if resources
|
|
46
46
|
end
|
|
47
47
|
|
|
48
48
|
tag = get_tag img_name
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nutkins
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James Pike
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-06-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|