alexgregianin / knock-knock

HTTP requests at Google services using ClientLogin authentication in Ruby

This URL has Read+Write access

Bruno Azisaka Maciel (author)
Wed Dec 24 12:02:36 -0800 2008
alexgregianin (committer)
Mon Dec 29 08:31:15 -0800 2008
commit  b0456cf109ab21a7e03f671f4bfbd263014a0bef
tree    7c7c8f7d1be66858bdedacbc58bceb290b5da003
parent  ce346b2dd11bd4016590c0a49087198904a6c144
knock-knock / History.txt
100644 35 lines (23 sloc) 0.631 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
33
34
35
== 0.1.6 2008-12-24
* Refatoring
* New features
  * Added Services module with Google Services code shortcuts
  
== 0.1.5 2008-12-24
* New features
  * Connection with any Google Accounts, even Hosted Google Accounts
 
== 0.1.4 2008-12-08
 
* New features
* Put method included
* Delete method included
 
== 0.1.3 2008-12-07
 
* New features
  * Post method included
 
== 0.1.2 2008-12-07
 
* Bug fix
* Fixing a problem with namespaces
 
== 0.1.1 2008-12-07
 
* Bug fix
* Fixing a problem with constants on Connection class
 
== 0.1 2008-12-06
 
* Singleton class for connection with Google
* Request class for retrieve data from Google