sluice 0.1.1 → 0.1.2

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. data/lib/sluice.rb +1 -1
  2. data/lib/sluice/storage/s3.rb +1 -1
  3. metadata +1 -1
data/lib/sluice.rb CHANGED
@@ -19,5 +19,5 @@ require 'sluice/storage/s3'
19
19
 
20
20
  module Sluice
21
21
  NAME = "sluice"
22
- VERSION = "0.1.1"
22
+ VERSION = "0.1.2"
23
23
  end
@@ -633,7 +633,7 @@ module Sluice
633
633
 
634
634
  # Name file
635
635
  basename = get_basename(filepath)
636
- break if ignore.include?(basename) # Don't process if in our leave list
636
+ next if ignore.include?(basename) # Don't process if in our leave list
637
637
 
638
638
  if alter_filename_lambda.class == Proc
639
639
  filename = alter_filename_lambda.call(basename)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sluice
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: