minke 1.9.3 → 1.9.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 +8 -8
- data/lib/minke/generators/processor.rb +1 -1
- data/lib/minke/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ZThmNGYwMzIxMGQ4ZWVkMDUzNTI5YzI3NWE2MzhkYTNjZTg2ZjBmZA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NjRiM2M3M2M1YmRhOTBlZmZmNzdlYjE1Yjg3YWNmYzAwZGZiNmQ3Zg==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MzIwNzlkNjY5MjljMjMwMTg5ZjhmN2ZmYzIzN2VmZGM1NjE5ZGQ2ZTY5NWNk
|
|
10
|
+
OTIxZDUyNTI5Zjg0MGFiODY2Y2I2YTlmODVjNjY4YWJjNGRiODcxNmIyZGUw
|
|
11
|
+
NTg5OTVkYTA5MjgyMTZlZTNmODE1ZTVkYTAzNjU1ZDU4OTA3MTQ=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ZDBmYjg3M2FmNWQwOWVkMDkyMWY2NjRmZmZjOGM5MzJhMmUwMDlkNDRjNDZi
|
|
14
|
+
YjdlN2IxZDI1YjJhMzRhMzJiNzdjZjc0YTM4MGI4YWZkMzBiNDU5ZjAyMTI3
|
|
15
|
+
ZDAwMjQzZjMwODQ3M2FkM2IzNjNkNTk4NzE3YjBhYTNiYjljNjg=
|
|
@@ -38,7 +38,7 @@ module Minke
|
|
|
38
38
|
|
|
39
39
|
# write the shell script
|
|
40
40
|
Minke::Generators::write_bash_script output_folder + "/_build/minke.sh"
|
|
41
|
-
Minke::Generators::create_rvm_files output_folder + "/_build/",
|
|
41
|
+
Minke::Generators::create_rvm_files output_folder + "/_build/", @variables.application_name
|
|
42
42
|
end
|
|
43
43
|
|
|
44
44
|
def build_image docker_file
|
data/lib/minke/version.rb
CHANGED