s3_meta_sync 0.3.5 → 0.3.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 60aca82b9ba727eaefe91c59221143744139ecb9
4
- data.tar.gz: a6bd0cb6b41f16667aec2b4dac91ca958c26dd80
3
+ metadata.gz: 4c9d56dad09b4d11098f9e57172fe7776c5d17c8
4
+ data.tar.gz: 9e93c8e403705699f0aa3d0d78d96d1817d53861
5
5
  SHA512:
6
- metadata.gz: fdbe0a5c875204a9e939ff3ddd396540baf8123dc728469e79cf6b959375adcd3aea447ae9195c264d8f72c9a683d69d6c63a583ff3f061788abe44354f65d9e
7
- data.tar.gz: aa7b6e017f62bd115ac8da2a224392900c8952c74af207c83b4b1da8a66662cd7af64468ce48b290865f25f41e7c2a65e141f135f4aaa88906adaccff41633ba
6
+ metadata.gz: 4c79cc1844b2a247ea0fc1afc2d0e6db75836448bb048d7fd258882dcf8200ac6661afac214efc9e03b7c97eaa9ef5379c6c2a96efd33ae186fadc2ee6eb4925
7
+ data.tar.gz: 5120a5e78050ee13b38b12ef79b05f1ea29f5fb4e120675eeadfa6378719bb18ff493fb8ab0ee1c0e73588d1e91a4d4e48fd8ca8cc3ef2300a04433d3d0aa714
checksums.yaml.gz.sig CHANGED
Binary file
@@ -1,3 +1,3 @@
1
1
  module S3MetaSync
2
- VERSION = "0.3.5"
2
+ VERSION = "0.3.6"
3
3
  end
data/lib/s3_meta_sync.rb CHANGED
@@ -98,6 +98,9 @@ module S3MetaSync
98
98
  # move onto the same device
99
99
  FileUtils.mv(dir, next_dir)
100
100
 
101
+ # copy permissions
102
+ FileUtils.chmod_R(File.stat(destination).mode, next_dir)
103
+
101
104
  # swap
102
105
  FileUtils.mv(destination, delete)
103
106
  FileUtils.mv(next_dir, destination)
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: s3_meta_sync
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.5
4
+ version: 0.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Grosser
@@ -30,7 +30,7 @@ cert_chain:
30
30
  F5etKHZg0j3eHO31/i2HnswY04lqGImUu6aM5EnijFTB7PPW2KwKKM4+kKDYFdlw
31
31
  /0WV1Ng2/Y6qsHwmqGg2VlYj2h4=
32
32
  -----END CERTIFICATE-----
33
- date: 2014-04-03 00:00:00.000000000 Z
33
+ date: 2014-11-19 00:00:00.000000000 Z
34
34
  dependencies:
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: aws-sdk
metadata.gz.sig CHANGED
Binary file