mass-client 1.0.26 → 1.0.27

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-line/profile.rb +2 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6caaeba4da0bc4a9f86bfea21d99d1606b24760002ecad4a350b00f6f632abac
4
- data.tar.gz: 96d5d626cd5812a85c8d228f86d5aa4a9c49f655f8969de6cce71b52e5ef8eac
3
+ metadata.gz: 133144975142345da5264d7f64c7b5b4d3e8eeb2dd43a831ce6179de3445ed9d
4
+ data.tar.gz: d35fb41dbb971df3bb74a7dde7654056f1999df08fe60e3ebf398f07f07d99ce
5
5
  SHA512:
6
- metadata.gz: 21f9d3e0407e37d6f2d97517c59bf1511e6870f13377dedb97b7c3814e068c0d8fcd8d4c992949b12116a56caf08a90499a2c4d5d95ed773ebe9bc7ad2dc2623
7
- data.tar.gz: '094e068d1434dfc38cd23830d22afb78b728ffe2ce670bb738fcff4c757a95eb51e9f8139472d7ee38dc2a30cbae440d785a8b0253c1cfd0046866b11af8e1b6'
6
+ metadata.gz: d844268b3c371ad253843e6f7ee6f32211b9379aa9425a3f64a783cfbf829d41f5cca2ef31a5af740a0214fbd67468b410029447a205f0969368783054def5f0
7
+ data.tar.gz: 965e2a526949322ffa384a5f28168b1607594e29ac1747f875e56780fa714fbada1729bdf9b7a4185c06a447015b65311f4edeacd3b6eba837baff3fd83d5108
@@ -4,7 +4,7 @@ module Mass
4
4
 
5
5
  # DROPBOX LOCKFILE PARAMETERS
6
6
  LOCKFILE_PATH = '/tmp/dropbox_upload.lock' # Path to your lockfile
7
- LOCK_TIMEOUT = 30 # Maximum time in seconds to wait for the lock
7
+ LOCK_TIMEOUT = 60 # Maximum time in seconds to wait for the lock
8
8
 
9
9
  # DROPBOX LOCKFILE FUNCTIONS
10
10
  def acquire_lock
@@ -28,7 +28,7 @@ module Mass
28
28
 
29
29
  def upload_to_dropbox_with_lock(tmp_path, path)
30
30
  s = ''
31
- acquire_lock
31
+ # acquire_lock # https://github.com/MassProspecting/docs/issues/320 - I started getting error "Timeout while waiting for lockfile." very often.
32
32
  begin
33
33
  # Upload the file to Dropbox
34
34
  s = BlackStack::DropBox.dropbox_upload_file(tmp_path, path)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mass-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.26
4
+ version: 1.0.27
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leandro Daniel Sardi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-29 00:00:00.000000000 Z
11
+ date: 2024-10-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: timeout