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:
Prepared for 1.1.1 release.
francois (author)
Thu Apr 17 14:09:06 -0700 2008
commit  c357986d2956bfb75c8cf8dd55948eba0cdc8e1c
tree    2f01269fa7ec8083efb5de535850387f031f5164
parent  50403c9e2b0e4e79a2a958bb2f522299ffc056a4
...
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
0
@@ -1,3 +1,7 @@
0
+== 1.1.1 2008-04-17
0
+
0
+* Renamed send to push for clisqs.
0
+
0
 == 1.1.0 2008-04-17
0
 
0
 * Implemented sqs command-line client.
...
2
3
4
5
 
6
7
8
...
2
3
4
 
5
6
7
8
0
@@ -2,7 +2,7 @@ module Cliaws #:nodoc:
0
   module VERSION #:nodoc:
0
     MAJOR = 1
0
     MINOR = 1
0
- TINY = 0
0
+ TINY = 1
0
 
0
     STRING = [MAJOR, MINOR, TINY].join('.')
0
   end

Comments

    No one has commented yet.