insxsync 0.0.11 → 0.0.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module InsxSync
2
- VERSION = "0.0.11"
2
+ VERSION = "0.0.12"
3
3
  end
@@ -78,7 +78,6 @@ class SyncPointCollection < ErrorHandlingIface
78
78
  bucket = AWS::S3.new(:access_key_id => $AWS_ID, :secret_access_key => $AWS_SECRET).buckets[$SYNC_BUCKET]
79
79
 
80
80
  bucket.objects.with_prefix(@points[id - 1].epoch_time).each do |obj|
81
- next unless obj.key =~ /(.*?)\.sql/
82
81
  suffix = obj.key.scan(/\d*\/(.*)/).flatten[0]
83
82
  filename = File.join(dir, suffix)
84
83
  FileUtils.mkdir_p(File.dirname(filename))
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: insxsync
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.11
4
+ version: 0.0.12
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: