content_server 0.0.9.b → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -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]
@@ -1,5 +1,5 @@
1
1
  module BBFS
2
2
  module ContentServer
3
- VERSION = "0.0.9.b"
3
+ VERSION = "0.0.9"
4
4
  end
5
5
  end
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.b
5
- prerelease: 6
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-10-08 00:00:00.000000000 Z
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: 1.3.1
162
+ version: '0'
163
163
  requirements: []
164
164
  rubyforge_project:
165
165
  rubygems_version: 1.8.24