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 / Rakefile
100644 13 lines (10 sloc) 0.319 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
require 'rubygems'
require 'hoe'
 
Hoe.new('oembed_links', "0.1.7") do |p|
  p.summary = ""
  p.url = 'http://indystar.com/'
  p.description = "Easy OEmbed integration for Ruby (and Rails)."
  p.rubyforge_name = 'oembed_links'
  p.extra_dev_deps = ['json']
  p.developer('Indianapolis Star MD&D', 'bugs@indy.com')
end