Sha256: 25c4d1b3e514b63a9102d5cbe14048db3cd9a273888c7f2b3810346fae689df6

Contents?: true

Size: 458 Bytes

Versions: 7

Compression:

Stored size: 458 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'

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
oembed_proxy-0.2.1 lib/oembed_proxy.rb
oembed_proxy-0.2.0 lib/oembed_proxy.rb
oembed_proxy-0.1.4 lib/oembed_proxy.rb
oembed_proxy-0.1.3 lib/oembed_proxy.rb
oembed_proxy-0.1.2 lib/oembed_proxy.rb
oembed_proxy-0.1.1 lib/oembed_proxy.rb
oembed_proxy-0.1.0 lib/oembed_proxy.rb