pulse-downloader 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/pulse/downloader/client.rb +2 -0
- data/lib/pulse/downloader/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dbc7bd65343d18efdb3c01b17e53cf9d9a99c78abc74e8a7bf600c62dbbe232a
|
4
|
+
data.tar.gz: 1723f0951cd088300a6d5ba7b75fe0ccee2fab68da0c7b0d5f0c06eec8d1cf05
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c523d58ed9cec6a3c1fe15b55d75ed8c6dd6d55d488904934f09c0e8f654c4334ef2ecaa221b1d492fea955263b79d25f59259c6676c5dcce242856487e80c0a
|
7
|
+
data.tar.gz: d6d0087bc51980a97a3c8dc11e33e711148f1d642dd4ecfa377da7ab91476e33e7be1daea21614762fc0252cbd8b5649fdcac5363b790a6abce6743f71b63e76
|
data/Gemfile.lock
CHANGED
@@ -12,6 +12,7 @@ module Pulse
|
|
12
12
|
:read_from_save_path,
|
13
13
|
:verify_ssl,
|
14
14
|
:drop_exitsing_files_in_path,
|
15
|
+
:save_and_dont_return,
|
15
16
|
:report_time,
|
16
17
|
:start_time,
|
17
18
|
:end_time
|
@@ -40,6 +41,7 @@ module Pulse
|
|
40
41
|
@read_from_save_path = read_from_save_path
|
41
42
|
@verify_ssl = verify_ssl
|
42
43
|
@drop_exitsing_files_in_path = drop_exitsing_files_in_path
|
44
|
+
@save_and_dont_return = save_and_dont_return
|
43
45
|
@report_time = report_time
|
44
46
|
end
|
45
47
|
|