dply 0.2.7 → 0.2.8

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
  SHA1:
3
- metadata.gz: 4952156d6df531766625e0aee101c0dfd35e1302
4
- data.tar.gz: 52ecb6348696f142b9ee8c72c32713a9c5a34a62
3
+ metadata.gz: f119ae0a3202b1f65382a3e8db68df9a077314cf
4
+ data.tar.gz: 058c371b75bd27f955309e35207ff1a2aada3a96
5
5
  SHA512:
6
- metadata.gz: e237934130e293f19e3bdf3c56cb71464fb19418252a8c9b10aeb3985678aa3e2c376b1944a888b22c922c9c773f4b2c7872b50349cf3780f7e0d037922fe869
7
- data.tar.gz: e6f873e66995929b20ea415c5c9823980a71b1c5233f2e8f24f480905b9ee0afe234c5339da2c9bbc5065b64a701c1a3240d1730a09eec15c71751917ad251df
6
+ metadata.gz: a0eb86c400c2cbe20e21150dac8886b024ecc3ad6893fa09409bd2b6cc696bed44b5dc50ac33fea70126da6c8b38b78e48d1d906596a5237087995c00e9900b2
7
+ data.tar.gz: 39ccdb76d9ebd305d38c75745c27977deddac896a7327eca01be0b7be005cc2803cf91a55a40afdf959f625f2c054ca353903014d8adfc658284a74bfd70f340
@@ -15,13 +15,12 @@ module Dply
15
15
  end
16
16
 
17
17
  def download_all
18
- init_tmpdir
19
18
  @config_files.each do |f|
20
19
  if @skip_download.include? f
21
20
  logger.debug "skipping to download file #{f}"
22
21
  next
23
22
  end
24
- curl.download f, "config/#{f}"
23
+ curl.download "#{@base_url}/#{f}", "config/#{f}"
25
24
  end
26
25
  end
27
26
 
@@ -1,3 +1,3 @@
1
1
  module Dply
2
- VERSION = "0.2.7"
2
+ VERSION = "0.2.8"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dply
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7
4
+ version: 0.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Neeraj
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-03 00:00:00.000000000 Z
11
+ date: 2015-09-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ruby-elf