filbunke 1.1.14 → 1.1.15

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.14
1
+ 1.1.15
data/filbunke.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{filbunke}
8
- s.version = "1.1.14"
8
+ s.version = "1.1.15"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Wouter de Bie"]
@@ -47,6 +47,8 @@ module Filbunke
47
47
  else
48
48
  raise "Unsupported protocol for file: #{file.inspect}"
49
49
  end
50
+ else
51
+ @logger.log "File exists with correct hash: #{local_file_path}"
50
52
  end
51
53
  end
52
54
  failure ? last_checkpoint : (new_checkpoint || last_checkpoint)
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 1
8
- - 14
9
- version: 1.1.14
8
+ - 15
9
+ version: 1.1.15
10
10
  platform: ruby
11
11
  authors:
12
12
  - Wouter de Bie