middleman-s3_sync 3.0.3 → 3.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -15,7 +15,7 @@ module Middleman
15
15
  class << self
16
16
  def sync
17
17
  puts "Gathering local files."
18
- local_files = Dir[options.public_path + "/**/*"]
18
+ local_files = (Dir[options.public_path + "/**/*"] + Dir[options.public_path + "/**/.*"])
19
19
  .reject { |f| File.directory?(f) }
20
20
  .map { |f| f.gsub(/^build\//, '') }
21
21
  puts "Gathering remote files."
@@ -1,5 +1,5 @@
1
1
  module Middleman
2
2
  module S3Sync
3
- VERSION = "3.0.3"
3
+ VERSION = "3.0.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -2,14 +2,14 @@
2
2
  name: middleman-s3_sync
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 3.0.3
5
+ version: 3.0.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Frederic Jean
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-12-10 00:00:00.000000000 Z
12
+ date: 2012-12-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  type: :runtime
@@ -90,7 +90,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
90
90
  - !ruby/object:Gem::Version
91
91
  segments:
92
92
  - 0
93
- hash: -3105085470081513870
93
+ hash: 3029396681136123709
94
94
  version: '0'
95
95
  required_rubygems_version: !ruby/object:Gem::Requirement
96
96
  none: false
@@ -99,7 +99,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
99
99
  - !ruby/object:Gem::Version
100
100
  segments:
101
101
  - 0
102
- hash: -3105085470081513870
102
+ hash: 3029396681136123709
103
103
  version: '0'
104
104
  requirements: []
105
105
  rubyforge_project: