Skip to content

Commit

Permalink
add explicit missing: require 'net/http'
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed May 6, 2009
1 parent 371c830 commit 4c88d0c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions History.txt
@@ -1,3 +1,7 @@
== 1.0.1 2009-05-06

* add explicit missing "require 'net/http'"

== 1.0.0 2009-05-06

* 1 major enhancement:
Expand Down
2 changes: 1 addition & 1 deletion lib/tweet-tail.rb
Expand Up @@ -2,7 +2,7 @@
$:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))

module TweetTail
VERSION = '1.0.0'
VERSION = '1.0.1'
end

gem 'json'
Expand Down
2 changes: 2 additions & 0 deletions lib/tweet-tail/tweet_poller.rb
@@ -1,3 +1,5 @@
require 'net/http'

class TweetTail::TweetPoller
attr_accessor :query, :latest_results, :refresh_url

Expand Down

0 comments on commit 4c88d0c

Please sign in to comment.