public
Description: ActiveResource wrapper library for Springnote.com's REST API
Homepage: http://myruby.net/pages/391111
Clone URL: git://github.com/deepblue/springnote_resources.git
nainu (author)
Fri Jan 30 03:57:27 -0800 2009
deepblue (committer)
Fri Jan 30 04:13:30 -0800 2009
springnote_resources / History.txt
100644 46 lines (33 sloc) 1.296 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
36
37
38
39
40
41
42
43
44
45
46
== 0.6.6 / 2008-10-23
 * fix for Rails 2.1.x
 
== 0.6.5 / 2008-10-6
 * Springnote::Comment added
 
== 0.6.1 / 2008-5-9
 * bugfix for OAuth consumer(POST request does not be sent).
 
== 0.6.0 / 2008-5-6
* Support OAuth protocol. Old authententication method will be removed very soon. You should set access_token, access_token_secret, consumer_token, consumer_secret instead of app_key, user_openid, user_key
 
== 0.5.1 / 2008-4-8
* protocol configuration added.
 
== 0.5 / 2008-1-21
* ImportFile module was inclueded by File and Attachment. You can use like following code:
 
  page = Springnote::Page.import_file(path)
  attachment = Springnote::Attachment.import_file(path, :relation_is_part_of => page.id)
 
== 0.4.1 / 2008-1-19
* common parameter's name was changed from _domain to domain(without underbar).
 
== 0.4 / 2008-1-18
* ActiveResourceExtension added.
* query pages with multiple identifiers.
* CommonParameters added. Now you can configure domain.
  with CommonParametersExtension.
* Attachment has source method.
 
== 0.3 / 2007-12-10
* Page get search, with_tags methods.
* protocol can be changed.
* Attachment resource added.
* PageImport added.
 
== 0.2.1 / 2007-8-6
* tiny naming fix for rubygems.
 
== 0.2 / 2007-7-30
* Public Release.
 
== 0.1 / 2007-07-01
* Openmaru Devday Release.