mojodna / fireeagle forked from jnewland/fireeagle

Ruby wrapper for Yahoo!'s FireEagle

This URL has Read+Write access

fireeagle / History.txt
100644 42 lines (25 sloc) 0.568 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
== 0.9.0
 
* Switch to happymapper for XML parsing
* Support for OAuth 1.0a
 
== 0.8.0.0
 
* Update recent method
 
== 0.7.1.0
 
* Fix OAuth Dependency Issue
 
== 0.6.3
 
* Bugfix for Ruby 1.9
 
== 0.6.2
 
* Offload heavy lifting to OAuth for tokens and signing requests
* Add time parameter to Client#recent
* Change lookup params from :cid to :cellid to follow Fire Eagle
* Cleaned up specs
 
== 0.6.1
 
* Remove 'not implemented' message
* Remove JSON requirement
 
== 0.6.0
 
* Complete rewrite
 
== 0.0.2
 
* Fix callback_url
* Add token_url
 
== 0.0.1
 
* Initial version
* Works