dustin-ruby-summize 0.3 → 0.3.1

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.
Files changed (3) hide show
  1. data/lib/summize.rb +1 -1
  2. data/ruby-summize.gemspec +1 -1
  3. metadata +1 -1
@@ -52,7 +52,7 @@ module Summize
52
52
  end
53
53
 
54
54
  def runquery(query_str)
55
- url = URI.parse 'http://summize.com/search.json'
55
+ url = URI.parse 'http://search.twitter.com/search.json'
56
56
  url.query = query_str
57
57
  Results.new(JSON.parse(Net::HTTP.get(url)))
58
58
  end
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "ruby-summize"
3
- s.version = "0.3"
3
+ s.version = "0.3.1"
4
4
  s.date = "2008-07-04"
5
5
  s.summary = "Ruby client for summize."
6
6
  s.email = "dustin@spy.net"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dustin-ruby-summize
3
3
  version: !ruby/object:Gem::Version
4
- version: "0.3"
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dustin Sallings