public
Description: A command-line client for Amazon Web Services
Homepage: http://rubyforge.org/projects/cliaws
Clone URL: git://github.com/francois/cliaws.git
Search Repo:
Prepare for 1.1.0.
francois (author)
Thu Apr 17 13:50:29 -0700 2008
commit  0c2d580b606aa574de5961d2088bb1d34cd1f261
tree    2b93fbece63f4e57ebb5114ba3f66dee2cf8aae7
parent  a823f3c7778631f81bcfb3bc39d21748ac0c4d5e
...
 
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
8
0
@@ -1,3 +1,8 @@
0
+== 1.1.0 2008-04-17
0
+
0
+* Implemented sqs command-line client.
0
+* Cliaws::S3#get either returns the data, or writes the data to it's +dest+ parameter.
0
+
0
 == 1.0.0 2008-04-12
0
 
0
 * Implemented s3 command-line client.
...
1
2
3
4
 
5
6
7
...
1
2
3
 
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 module Cliaws #:nodoc:
0
   module VERSION #:nodoc:
0
     MAJOR = 1
0
- MINOR = 0
0
+ MINOR = 1
0
     TINY = 0
0
 
0
     STRING = [MAJOR, MINOR, TINY].join('.')

Comments

    No one has commented yet.