howcast / howcast-gem

A Rubygem to give client access to the Howcast.com API.

This URL has Read+Write access

howcast-gem / History.txt
100644 49 lines (25 sloc) 0.861 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
47
48
49
== 0.4.3 2009-03-02
 
* Compatibility with ruby 1.9 - replacing dependency on hpricot with why-hpricot as github as the ruby 1.9 hpricot gem
 
== 0.4.2 2009-02-04
 
* Adding embed code to video object
 
== 0.4.1 2008-11-05
 
* Support for finding a category ancestor trail from a category object
 
== 0.4 2008-11-02
 
* Add support for the new category API to get the name and parent ID
* Added badges and easy_steps methods for video
 
== 0.3.4 2008-08-21
 
* Support for new paging scheme in browse pages - ?page=1 => /1
 
== 0.3.3 2008-07-25
 
* Video dimensions
 
== 0.3.2 2008-06-03
 
* Clean up with inject
 
== 0.3.1 2008-04-08
 
* Ability to search in extended mode
 
== 0.3 2008-03-27
 
* API Key support
 
== 0.2 2008-03-11
 
* Support for WikiGuide API - list and search
 
== 0.1.1 2008-03-04
 
* Minor bug fixes and documentation
 
== 0.1.0 2008-02-19
 
* Initial release