cliaws 1.2.3 → 1.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.
Files changed (4) hide show
  1. data/History.txt +4 -0
  2. data/bin/clis3 +1 -1
  3. data/lib/cliaws/version.rb +1 -1
  4. metadata +1 -1
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ == 1.2.4 2008-09-15
2
+
3
+ * Released too soon - was missing some testing on clis3 put LOCAL REMOTE
4
+
1
5
  == 1.2.3 2008-09-15
2
6
 
3
7
  * clis3 put with one local argument was putting in a named folder on S3.
data/bin/clis3 CHANGED
@@ -81,7 +81,7 @@ Main {
81
81
  targets = paths.map {|filename| filename.to_s}
82
82
  case targets.length
83
83
  when 1
84
- File.open(local_file, "rb") do |source|
84
+ File.open(targets.first, "rb") do |source|
85
85
  Cliaws.s3.put(source, s3_object)
86
86
  end
87
87
  else
@@ -2,7 +2,7 @@ module Cliaws #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 1
4
4
  MINOR = 2
5
- TINY = 3
5
+ TINY = 4
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cliaws
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.3
4
+ version: 1.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - "Fran\xC3\xA7ois Beausoleil"