s3cp 0.1.13 → 0.1.14

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,4 +1,8 @@
1
- === 0.1.14 / (Pending)
1
+ === 0.1.15 / (Pending)
2
+
3
+ === 0.1.14 / (2012-02-09)
4
+
5
+ * Fixed: --date-format argument didn't work correctly
2
6
 
3
7
  === 0.1.13 / (2012-02-06)
4
8
 
data/lib/s3cp/s3ls.rb CHANGED
@@ -20,8 +20,8 @@ op = OptionParser.new do |opts|
20
20
  options[:long_format] = true
21
21
  end
22
22
 
23
- opts.on("--date-format FORMAT", "Date format (see http://strfti.me/)") do |custom|
24
- options[:custom_params] = custom
23
+ opts.on("--date-format FORMAT", "Date format (see http://strfti.me/)") do |format|
24
+ options[:date_format] = format
25
25
  end
26
26
 
27
27
  opts.on("--verbose", "Verbose mode") do
data/lib/s3cp/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
 
2
2
  module S3CP
3
- VERSION = "0.1.13"
3
+ VERSION = "0.1.14"
4
4
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: s3cp
3
3
  version: !ruby/object:Gem::Version
4
- hash: 1
4
+ hash: 7
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 13
10
- version: 0.1.13
9
+ - 14
10
+ version: 0.1.14
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alex Boisvert
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-02-07 00:00:00 Z
18
+ date: 2012-02-10 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  prerelease: false