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 / Manifest.txt
100644 31 lines (30 sloc) 0.692 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
CREDIT
History.txt
Manifest.txt
README.txt
Rakefile
lib
lib/oembed_links
lib/oembed_links.rb
lib/oembed_links/fetchers
lib/oembed_links/fetchers/net_http.rb
lib/oembed_links/fetchers/ruby_tubesday.rb
lib/oembed_links/formatters
lib/oembed_links/formatters/hpricot_xml.rb
lib/oembed_links/formatters/json.rb
lib/oembed_links/formatters/lib_xml.rb
lib/oembed_links/formatters/ruby_xml.rb
lib/oembed_links/response.rb
lib/oembed_links/template_resolver.rb
oembed_links.gemspec
oembed_links_example.yml
rails
rails/init.rb
spec
spec/oembed_links_spec.rb
spec/oembed_links_test.yml
spec/spec_helper.rb
spec/templates
spec/templates/test.haml
spec/templates/test.html.erb
spec/templates/test.rhtml