public
Description: A quick way to transform all links inside a string w/ their oEmbed (http://oembed.com) information
Homepage:
Clone URL: git://github.com/netshade/oembed_links.git
oembed_links / History.txt
100644 34 lines (16 sloc) 0.529 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
=== 0.1.6 / 2009-02-01
 
* 1 minor enhancement
  
  * template resolver strips text on output
 
=== 0.1.3 / 2008-10-16
 
* 1 minor enhancement
  
  * refactored no matching scheme into .none? matcher
 
=== 0.1.2 / 2008-10-16
 
* 1 minor enhancement
  
  * add saimonmoore's nil response addition
 
=== 0.1.1 / 2008-10-16
 
* 1 minor fix
  
  * fix stupid namespacing bug, doh
 
=== 0.1.0 / 2008-10-16
 
* 2 minor enhancements
 
  * added Ruby Tubesday fetcher (http://github.com/DanaDanger/ruby_tubesday)
  * redid gem layout using Hoe