netshade-oembed_links 0.0.6 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,7 @@
1
1
  require 'cgi'
2
2
  require 'uri'
3
3
  require 'yaml'
4
+ require 'oembed_links/template_resolver'
4
5
  require 'oembed_links/response'
5
6
 
6
7
  # The OEmbed class is the interface to class registration functions
@@ -1,6 +1,6 @@
1
1
  # The class used to represent data returned by the server.
2
2
  #
3
- require 'oembed_links/template_resolver'
3
+
4
4
  class OEmbed
5
5
  class Response
6
6
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "oembed_links"
3
- s.version = "0.0.6"
3
+ s.version = "0.0.7"
4
4
  s.author = "Indianapolis Star"
5
5
  s.email = "bugs at indystar dot com"
6
6
  s.homepage = "http://www.indystar.com"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: netshade-oembed_links
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Indianapolis Star