pyramid_scheme 0.2.3 → 0.2.4

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.3
1
+ 0.2.4
@@ -34,7 +34,7 @@ module PyramidScheme
34
34
  def provide_client_with_index
35
35
  Configuration::INDEX_FILE_EXTENSIONS.each do |ext|
36
36
  AWS::S3::Bucket.objects(@configuration[:bucket],
37
- :prefix => @configuration[:prefix]).each do |obj|
37
+ :prefix => "#{@configuration[:prefix]}/").each do |obj|
38
38
 
39
39
  new_filename = File.basename(obj.key.gsub(@configuration[:prefix], '').gsub(/\./, ".new."))
40
40
  destined_path = File.join(@configuration[:client_destination_path], new_filename)
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 3
9
- version: 0.2.3
8
+ - 4
9
+ version: 0.2.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Dan Pickett