netshade-oembed_links 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,3 +1,9 @@
1
+ === 0.1.1 / 2008-10-16
2
+
3
+ * 1 minor fix
4
+
5
+ * fix stupid namespacing bug, doh
6
+
1
7
  === 0.1.0 / 2008-10-16
2
8
 
3
9
  * 2 minor enhancements
data/Rakefile CHANGED
@@ -1,7 +1,7 @@
1
1
  require 'rubygems'
2
2
  require 'hoe'
3
3
 
4
- Hoe.new('oembed_links', "0.1.0") do |p|
4
+ Hoe.new('oembed_links', "0.1.1") do |p|
5
5
  p.summary = ""
6
6
  p.url = 'http://indystar.com/'
7
7
  p.description = "Easy OEmbed integration for Ruby (and Rails)."
@@ -5,7 +5,7 @@ class OEmbed
5
5
  class RubyTubesday
6
6
 
7
7
  def initialize
8
- @client = RubyTubesday.new(:verify_ssl => false)
8
+ @client = ::RubyTubesday.new(:verify_ssl => false)
9
9
  end
10
10
 
11
11
  def name
data/oembed_links.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{oembed_links}
3
- s.version = "0.1.0"
3
+ s.version = "0.1.1"
4
4
 
5
5
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
6
6
  s.authors = ["Indianapolis Star MD&D"]
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.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Indianapolis Star MD&D