mass-client 1.0.14 → 1.0.15
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 +4 -4
- data/lib/first-line/profile_rpa.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: 53ba01f6dc72c15098bf26fa1ddd656acf3c81b259d53f0d544664fef62d6f94
|
|
4
|
+
data.tar.gz: b446332f82fc89b30a93c6f682c5562d1ba2e175e407aad431ae09a03d98a6f5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 88acec54a80b2eaf25e443a160473f0e325df2335866097d7626cf829f9bc69f881e2dcaa81cf7d69b8fc53d4a8af0e95b386b900d4425af3504297e277c5ef6
|
|
7
|
+
data.tar.gz: 5b3bd557a39e38ef55cce0a5118c1cda8c8ee6a0e7cbdf4765ce798670c3d424ced8f5f676b21b8dc61a713597ea18c0acd4ab076a5626f8bae0582baf470a99
|
|
@@ -228,7 +228,7 @@ module Mass
|
|
|
228
228
|
break
|
|
229
229
|
end
|
|
230
230
|
}
|
|
231
|
-
raise "
|
|
231
|
+
raise "Downloaded file #{filename} not found in paths #{tmp_paths.join(',')}." if tmp_path.nil?
|
|
232
232
|
|
|
233
233
|
# upload the file to dropbox
|
|
234
234
|
BlackStack::DropBox.dropbox_upload_file(tmp_path, path)
|