dev 2.1.9 → 2.1.10

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/base/dir.rb +1 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 83f4d5d28fb7a3da296c3eaf409e5a688f035eca
4
- data.tar.gz: 16986eb2bf99508a1838b629c0352c7f2721836c
3
+ metadata.gz: bed91185ed995b90f8fa6a166da703019f8bf070
4
+ data.tar.gz: 7976d5263204b9d043e160df8e1c32583f427093
5
5
  SHA512:
6
- metadata.gz: e38d30ec91ba97d608f2fc21ff1ea268375202fb4f3f306a840ea43e9e606871221cf0d89fc633a0e5273ecdab0c76a26d7931a3cf86d5a0f4ee3c2805b5b6a0
7
- data.tar.gz: 6a98df98d86dc89eaa4c51ce5b2ecb0e796965ceef2ca3222c526d9546a757269a05d6a27c860533104eb574b96772e680a54661b1a8e2db35ef41803255e809
6
+ metadata.gz: 32b8fd2d19f506ead6a1e6e9de91c7609a116d86671886b7673a831b217321debbf4e1d2aebf26518e4ada8f51b2359e8d9546f582925feb62b99887dea446cf
7
+ data.tar.gz: da31f64c9519de9e3690e38491d9fbd976908ec18f9f2437d03d86ae8ff8729785e47a7b414e284ab91aaa7a942f99196ef1702ce0836b92c92084e3c705bb2f
data/lib/base/dir.rb CHANGED
@@ -59,10 +59,9 @@ end
59
59
  def self.unzip(zipfilename,directory)
60
60
  if Gem::Specification::find_all_by_name('rubyzip').any?
61
61
  require 'zip'
62
+ count = 0
62
63
  Zip::File.open(zipfilename) do |zip_file|
63
- count = 0
64
64
  zip_file.each do |entry|
65
- puts entry
66
65
  dest = "#{directory}/#{entry.to_s}"
67
66
  parent_dir=File.dirname(dest)
68
67
  FileUtils.mkdir_p parent_dir if(!Dir.exists?(parent_dir))
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dev
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.9
4
+ version: 2.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lou Parslow