public
Description: Ruby bridge to tarpipe.com's REST API
Homepage: http://tarpipe.rubyforge.org
Clone URL: git://github.com/rubenfonseca/tarpipe-ruby.git
tarpipe-ruby / History.txt
100644 32 lines (20 sloc) 0.633 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
== 0.1.1 2008-05-20
 
* Docs change
    * Tiago Pinto email had a typo
 
== 0.1.0 2008-05-20
 
* API changes
    * The #upload method now accepts an hash with the options
    * It allows to more API stability in the future
    * Update docs to match the new API
 
== 0.0.4 2008-05-20
 
* Yet another doc update
 
== 0.0.3 2008-05-20
 
* Docs update:
  * Git repository URL was wrong
 
== 0.0.2 2008-05-19
 
* Small adjustments:
  * endpoints are now acessors
  * the TarPipe#upload now returns a boolean to indicate success or failure
 
== 0.0.1 2008-05-18
 
* Initial release:
  * Behaviour very similar to the Python API (by Alcides Fonseca)