ChangeLog

Path: ChangeLog  (CVS)
Last Update: Thu Dec 14 06:48:09 EST 2006
  • Wed Sep 29 08:54:00 2004, pabs <pabs@pablotron.org>
    • added COPYING
    • added ChangeLog
    • added technorati.gemspec
    • technorati.rb: documentation cleanup (finished adding keys)
    • README: added intro, isntall, requirements
    • TODO: marked one item off
  • Wed Sep 29 10:08:12 2004, pabs <pabs@pablotron.org>
    • added examples/referrer_rss.rb
    • technorati.rb: removed debugging output
  • Wed Sep 29 10:10:07 2004, pabs <pabs@pablotron.org>
    • technorati.gemspec: more verbose requirements
    • technorati.gemspec: added examples/referrer_rss.rb to RDoc list
    • MANIFEST: updated
  • Wed Sep 29 10:12:25 2004, pabs <pabs@pablotron.org>
    • technorati.gemspec: fix one little gotcha
    • releasing 0.1.0
  • Wed Feb 22 14:05:56 2006, pabs <pabs@pablotron.org>
    • technorati.rb: fix bug in bloginfo reported by Mario Lopes
  • Wed Feb 22 14:07:52 2006, pabs <pabs@pablotron.org>
    • technorati.rb: update version to 0.1.1
    • technorati.gemspec: ditto
    • README: ditto
  • Tue Dec 5 03:18:24 EST 2006, Paul Duncan <pabs@pablotron.org>
    • technorati.rb: update copyright
    • technorati.rb: remove string monkey patches
    • technorati.rb: use CGI.escape instead of custom method
    • technorati.rb: update version to 0.2.0
    • technorati.rb: wrap exceptions in Technorati::Error exception
    • technorati.rb: fix wording (exerpt => excerpt, based on patch from Cooper Bethea)
    • technorati.rb: clean up documentation for Technorati.new
    • technorati.rb: add optional options hash as parameter to Technorati.new
    • technorati.rb: add proxy support (Technorati#find_http_proxy; ripped straight from Rubilicious)
    • technorati.rb: add support for HTTP proxies (checks for opt[‘proxy_url’], then either the windows registry or the following environment variables: TECHNORATI_HTTP_PROXY, HTTP_PROXY, http_proxy
    • technorati.rb: added tweakable API url (via opt[‘api_url’]). defaults to api.technorati.com
  • Tue Dec 12 02:22:07 EST 2006, Paul Duncan <pabs@pablotron.org>
  • Thu Dec 14 01:14:04 2006, pabs <pabs@pablotron.org>
    • added Rakefile
    • technorati.gemspec: added Gem::Package::RUBY
  • Thu Dec 14 03:08:37 EST 2006, Paul Duncan <pabs@pablotron.org>
    • technorati.rb: make user agent configurable via Technorati.new optional argument hash
    • technorati.rb: fix key_info
    • technorati.rb: fix search
  • Thu Dec 14 03:27:34 2006, pabs <pabs@pablotron.org>
    • official move to mercurial
    • moved techonrati.rb to lib/
    • Rakefile: added support for RAKE_PACKAGE_DIR env var.
  • Thu Dec 14 03:40:08 2006, pabs <pabs@pablotron.org>

    Gemspec updates; point at new repo, increment version, etc.

    • Rakefile: point at hg repo
    • technorati.gemspec: update "cvs" repo, version, require path
    • (am I even going to keep the .gemspec file any more?)
  • Thu Dec 14 05:41:18 2006, pabs <pabs@pablotron.org>
    • COPYING: update copyright date
    • Rakefile: glob rdoc files before passing them to command
    • examples/referrer_rss.rb: class up example (literally)
    • examples/referrer_rss.rb: use erb and propery escaping
    • lib/technorati.rb: add note about JIT instance methods on all returned hashes
    • lib/technorati.rb: added Technorati#magify_hash (private method. returned hashes are passed through it to spiff up the interface)
    • lib/technorati.rb: update documentation for several methods to reflect this change
  • Thu Dec 14 06:03:47 2006, pabs <pabs@pablotron.org>

    Added final changes and some documentation to referrer example (s/_rss//, too)

    • renamed examples/referrer_rss.rb to examples/referrer.rb
    • examples/referrer.rb: use jit convenience methods
    • examples/referrer.rb: add comments for methods
    • examples/referrer.rb: minor template fixes
  • Thu Dec 14 06:40:30 2006, pabs <pabs@pablotron.org>
    • added release_notes-0.2.0.txt
    • releasing 0.2.0

[Validate]