netshade-oembed_links 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -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