public
Description: Ruby WDDX gem.
Homepage: http://code.juretta.com/ruby/wddx/
Clone URL: git://github.com/juretta/wddx.git
Search Repo:
Rel 0.4.0. Added wddx binary.
juretta (author)
Mon Mar 03 17:19:44 -0800 2008
commit  8ed4f61ca35195c44c2189b411595f0613b69398
tree    d92142945746f4aa1e2c6b2a27e33ad7e150b14a
parent  a1feea8910006077d34a20059919978f24f09232
...
 
 
 
 
 
 
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
8
9
10
11
12
13
0
@@ -1,3 +1,13 @@
0
+=== 0.4.0 / 2008-03-04
0
+* Added wddx binary. Pretty prints a wddx data structure.
0
+
0
+ Usage:
0
+  wddx FILE|URL
0
+ OR
0
+ wddx < wddx.xml
0
+ OR
0
+ cat /path/to/wddx.xml | wddx
0
+
0
 === 0.3.3 / 2008-03-02
0
 * Fixed test issues when running the test in a different timezone.
0
 
...
5
6
7
8
9
 
 
10
11
12
...
5
6
7
 
 
8
9
10
11
12
0
@@ -5,8 +5,8 @@
0
 module Wddx #:nodoc:
0
   module VERSION #:nodoc:
0
     MAJOR = 0
0
- MINOR = 3
0
- TINY = 3
0
+ MINOR = 4
0
+ TINY = 0
0
 
0
     STRING = [MAJOR, MINOR, TINY].join('.')
0
   end

Comments

    No one has commented yet.