Sha256: 2dec2891806125039678c3a72e6845eef56362c024ca7af2d2fb17daeda33ac5

Contents?: true

Size: 485 Bytes

Versions: 6

Compression:

Stored size: 485 Bytes

Contents

# frozen_string_literal: true

require 'oembed_proxy/version'
require 'oembed_proxy/handler'
require 'oembed_proxy/associated_press'
require 'oembed_proxy/embedly'
require 'oembed_proxy/first_party'
require 'oembed_proxy/fusiontable_map'
require 'oembed_proxy/google_document'
require 'oembed_proxy/google_mapsengine'
require 'oembed_proxy/google_spreadsheet'
require 'oembed_proxy/tableau'
require 'oembed_proxy/npr'

# Gem namespace
module OembedProxy
  # Your code goes here...
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
oembed_proxy-0.3 lib/oembed_proxy.rb
oembed_proxy-0.2.6 lib/oembed_proxy.rb
oembed_proxy-0.2.5 lib/oembed_proxy.rb
oembed_proxy-0.2.4 lib/oembed_proxy.rb
oembed_proxy-0.2.3 lib/oembed_proxy.rb
oembed_proxy-0.2.2 lib/oembed_proxy.rb