pulse-downloader 0.1.31 → 0.1.32

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3036b6512e69bffe3a1c2b4dbfb156c4b932910dbf95ca4d61d7e89307a86de5
4
- data.tar.gz: 2aa3cd36ea992d59463d3127ec589eb848b1e59258e1714b9673d2dbd93c7e8d
3
+ metadata.gz: 0e6a15b4479cbf7318be107f94f57eba9a19037e76c26d2408853a6407c50008
4
+ data.tar.gz: 5e838d02dd9bd81290db3dbf4bc5a3b5427361953458dc026fb3db3db6a42e05
5
5
  SHA512:
6
- metadata.gz: 9df1e6f4b4136a6061e6222df80c2899b28b73f7b68648c7c2ecb7007eb8aa6c26c4a18fd6d65f9c11651504068ef053d9007614dd6fc09765ccdcae2b9946e9
7
- data.tar.gz: 5ac6bfb3d0bed3bddbefdd752418b6ae6f86c50aa76dfff4dbc1806fcfc0f2336215646af825c787d5cd3cd6bc08b1fd9ec0c5747f50cefa0ed5da449bf7f7e3
6
+ metadata.gz: e102a711d68eeef3f8a070c1668df9469bd5961f4820e4dd6b326c005ba34e3687373a58ddb057ae649eefe77c40181788ad6fa83f9c06b0bcd4eb0e11424855
7
+ data.tar.gz: b9dbd2385e65812d09a5a6ceeab9e31dc5457c69384d1b96e34bca5ea54cd3515201ec34b570fad6ae9f7717a63d039f6b4a853e8df1ef7336fb0f3bf4421c47
@@ -71,7 +71,7 @@ module Pulse
71
71
  end
72
72
 
73
73
  fetch_file_paths.map do |file_path|
74
- download(file_path, @progress_bar)
74
+ download(file_path, @progress_bar) if save_data
75
75
  @progress_bar.increment!
76
76
  end
77
77
  end
@@ -1,5 +1,5 @@
1
1
  module Pulse
2
2
  module Downloader
3
- VERSION = "0.1.31"
3
+ VERSION = "0.1.32"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulse-downloader
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.31
4
+ version: 0.1.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - trex22