middleman-s3_sync 3.0.18 → 3.0.19
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.
- checksums.yaml +8 -8
- data/lib/middleman/s3_sync/resource.rb +0 -1
- data/lib/middleman/s3_sync/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
MWIxMjIwMTIyNDIwM2RmOTQxZjliN2NmYjQzYzEwY2E2MjljMjI1OQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MTBmYWVhODUwNmQ0MjBmYzMxODc4MTY1OTIwOWY0OTE3M2NiYmZiOQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
NDdiNDhhMmQxMjk0NDY0NjQ3YjlmMWE3MWY1ZTkzMzU2ZTVmZjg5M2ZmZmQ2
|
|
10
|
+
NzhhYjM4NTRmMDg3ODg5NjlmMzM0MThkNTI0NjM0Mjc4MjM1N2ZkYjMxYWVi
|
|
11
|
+
MzE2OWQzYzllOWUyOWIzMzBmYTNmOGJlM2I4MjljZTllMTcxNGY=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ZWM2NzY1NTc4Njk1NjM3OGRiNTI1MGUyYjg0ZjRjZmUwYTliM2M3OGVmZjcx
|
|
14
|
+
OTdlNTBmNmY3NTVkY2U5NzI3Nzk3ZjZiNDJiMGE1ZmZjYTBmYzhkNzdjM2Jl
|
|
15
|
+
Njg4MWQwODk5NTYzZWQxN2ZmYzFlYTE2YWQ0YmM3Zjc3NDY3ODA=
|
|
@@ -93,7 +93,6 @@ module Middleman
|
|
|
93
93
|
if options.verbose
|
|
94
94
|
say_status "Original: #{original_path.white}"
|
|
95
95
|
say_status "Local Path: #{local_path.white}"
|
|
96
|
-
say_status "remote md5: #{remote_md5.white}"
|
|
97
96
|
say_status "content md5: #{content_md5.white}"
|
|
98
97
|
end
|
|
99
98
|
bucket.files.create(to_h)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: middleman-s3_sync
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.19
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Frederic Jean
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-10-
|
|
12
|
+
date: 2013-10-28 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: middleman-core
|