content_server 0.0.9.b → 0.0.9
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.
- data/lib/content_server/queue_copy.rb +1 -1
- data/lib/content_server/version.rb +1 -1
- metadata +5 -5
|
@@ -71,7 +71,7 @@ module BBFS
|
|
|
71
71
|
|
|
72
72
|
# Copy file if ack (does not exists on backup and not too much time passed)
|
|
73
73
|
if ack && (Time.now.to_i - timestamp < Params['ack_timeout'])
|
|
74
|
-
if !@copy_prepare.key?(checksum) || @copy_prepare[checksum][1]
|
|
74
|
+
if !@copy_prepare.key?(checksum) || @copy_prepare[instance.checksum][1]
|
|
75
75
|
Log.warning("File was aborted, copied, or started copy just now: #{checksum}")
|
|
76
76
|
else
|
|
77
77
|
path = @copy_prepare[checksum][0]
|
metadata
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: content_server
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.9
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 0.0.9
|
|
5
|
+
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Gena Petelko, Kolman Vornovitsky
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-
|
|
12
|
+
date: 2012-09-13 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: content_data
|
|
@@ -157,9 +157,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
157
157
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
158
158
|
none: false
|
|
159
159
|
requirements:
|
|
160
|
-
- - ! '
|
|
160
|
+
- - ! '>='
|
|
161
161
|
- !ruby/object:Gem::Version
|
|
162
|
-
version:
|
|
162
|
+
version: '0'
|
|
163
163
|
requirements: []
|
|
164
164
|
rubyforge_project:
|
|
165
165
|
rubygems_version: 1.8.24
|