s3_download_by_date 0.2.6 → 0.2.7

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d0cb9fe9de33e920a98d32abff4b1619b20b2634
4
- data.tar.gz: e5c27d16c8924369f1d6085ba7306e79858736fa
3
+ metadata.gz: 5112771951bf357a7567d2a79e20418fa1db9a7b
4
+ data.tar.gz: 0a323cc4e14d43ed3a1b15b602675ee922b34ff4
5
5
  SHA512:
6
- metadata.gz: b5e1dee76df19e6da56da6aa26294fc0849d455f31a61baf183ab8358b135008d9204c083d6ae6efd62b81d9976ffb4ce2fa61a881067999a475c1ff8d1e68d7
7
- data.tar.gz: f5c46c57cf2d81c2bfaa3c988442994ea4045fac7a85f671476fbd426b55d1c6dad022fe00c913cee0b030e93ad04c79df453e36c23e046418fed2d1fff80f18
6
+ metadata.gz: 943913333309a6621093d697743c1c294378bc41537edc40fcce1ee748e01b820d0dd5818690aec9e2d82bb1a225b8405b8f59b9451db64a9a202f9a74d8bfb7
7
+ data.tar.gz: 0857d4c777567f52a138cd9d31ff1619363df15dc9a60a9c362a73efc2908df85ad944afeb572d456bb444811acef749bb113c5b012de6a335782f083a30adb8
@@ -1,5 +1,5 @@
1
1
  module S3download
2
- VERSION = "0.2.6"
2
+ VERSION = "0.2.7"
3
3
  ABOUT = "S3download by date v#{VERSION} (c) #{Time.now.strftime("2014-%Y")} @innovia\nFind files & folders between dates on S3 given bucket and download them"
4
4
 
5
5
  autoload :Cli, 's3download/cli'
@@ -96,7 +96,7 @@ class S3download::Cli < Thor
96
96
  say "S3 Search & Download", color = :white
97
97
  say "--------------------\n", color = :white
98
98
  say "Bucket: #{options[:bucket]}", color = :cyan
99
- say "Prefix: #{self.prefix}", color = :cyan
99
+ say "Prefix: #{self.prefix}\n", color = :cyan
100
100
  say "TimeZone: #{options[:timezone]}", color = :cyan
101
101
  say "From: #{from}", color = :cyan
102
102
  say "To: #{to}", color = :cyan
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: s3_download_by_date
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ami Mahloof