ruby-oembed/ruby-oembed

View on GitHub
Rakefile

Summary

Maintainability
Test Coverage
begin
  require "bundler/gem_tasks"
rescue LoadError
  puts "Bundler not available. Install it with: gem install bundler"
end

load 'vcr/tasks/vcr.rake'

Dir[File.join(File.dirname(__FILE__), "lib/tasks/*.rake")].sort.each { |ext| load ext }