Posted By: postmodern
Date: 2008-03-15 07:48
Summary: rpaste 0.1.0 Released
Project: RPaste
rpaste version 0.1.0 has been released!
## FEATURES/PROBLEMS: * Supports posting and retrieving pastes from NoPaste. * Supports retrieving from PasteBin. * Provides HTTP access with custom User-Agent strings. * Provides proxy settings for HTTP access.
## REQUIREMENTS:
* Hpricot * WWW::Mechanize
## INSTALL:
Changes:
## 0.1.0 / 2008-01-15
* Renamed RPaste.http_agent to RPaste.web_agent. * Added RPaste.proxy to provide proxy settings for RPaste.open_uri and RPaste.web_agent. * Renamed RPaste.open to RPaste.open_uri. * Added RPaste.open_page. * Added ResultSet#select, which returns a new ResultSet. * Added ResultSet#names, ResultSet#authors, NoPaste::ResultSet#dates, NoPaste::ResultSet#syntaxes and NoPaste::ResultSet#descriptions. * Fixed a file-requirement typo in lib/rpaste/nopaste/result_set.rb. * Various typo fixes. |
|