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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0727da61f69698c4c0671df03a24ef6c7b97b8b4412691550ea05d5232f6b689
4
- data.tar.gz: 2b2020dc22fe46a6b175d7f02a7db716005cbedfead4d5bfef8cc3e47603686f
3
+ metadata.gz: 1171c2c38bea75ba6bc2c85319d0e70fa8cde1aa7b7be017669e72cd1d1dcfb9
4
+ data.tar.gz: 5ebdf6d733769567b153f3b9c947b463492360b9b44968bb61a1ed41211393bb
5
5
  SHA512:
6
- metadata.gz: 7d4ee342a1738814d57fa7d06b172b5cbbb7d23cd1dc7cd295673facc1e9db018c94337d06b4c678f19be1f293511bc4b7c820d7d82950e855b566aa8d21caee
7
- data.tar.gz: abe447319f2b046e80e1123857cb4422173f865698a10b7574ec712d512ff43c55167f4ad5fae2135c994f2a28f394a6fad10ed54c8face1e73bafc69459153c
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.1530854192
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-06 00:00:00.000000000 Z
12
+ date: 2018-07-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: highline