cfhighlander 0.3.0.alpha.1530854192 → 0.3.0.alpha.1531096209
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/cfhighlander.compiler.rb +1 -0
- data/lib/util/zip.util.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: 1171c2c38bea75ba6bc2c85319d0e70fa8cde1aa7b7be017669e72cd1d1dcfb9
|
4
|
+
data.tar.gz: 5ebdf6d733769567b153f3b9c947b463492360b9b44968bb61a1ed41211393bb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8754cbd3c524a0dc2cfb2cf8cc5916f030b4b1cf22dfb64f1582c7679768054588c57f79f06c3dd04445af05637079a224344f9b95324564562b9db3a7fafe5e
|
7
|
+
data.tar.gz: 309fb6ac4718cc46e675f132d34534798be1ede4c4128438edb6460846b370db8b3eb387e6e4a0647005bae49300d088bb7b45cb9f63ad4307c6ae47d7223bc3
|
@@ -257,6 +257,7 @@ module Cfhighlander
|
|
257
257
|
IO.copy_stream(download, "#{out_folder}/src.zip")
|
258
258
|
FileUtils.mkdir_p('.cache/lambdas')
|
259
259
|
FileUtils.copy("#{out_folder}/src.zip", cached_location)
|
260
|
+
FileUtils.copy("#{out_folder}/src.zip", full_destination_path)
|
260
261
|
puts "Download complete, caching in #{cached_location}"
|
261
262
|
cached_downloads[lambda_config['code']] = cached_location
|
262
263
|
end
|
data/lib/util/zip.util.rb
CHANGED
@@ -30,7 +30,7 @@ module Cfhighlander
|
|
30
30
|
entries.each do |e|
|
31
31
|
zipfile_path = path == '' ? e : File.join(path, e)
|
32
32
|
disk_file_path = File.join(@input_dir, zipfile_path)
|
33
|
-
puts "Deflating #{disk_file_path}"
|
33
|
+
puts "TRACE: Deflating #{disk_file_path}"
|
34
34
|
|
35
35
|
if File.directory? disk_file_path
|
36
36
|
recursively_deflate_directory(disk_file_path, zipfile, zipfile_path)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cfhighlander
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.0.alpha.
|
4
|
+
version: 0.3.0.alpha.1531096209
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nikola Tosic
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2018-07-
|
12
|
+
date: 2018-07-09 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: highline
|