README.txt in postini-0.0.6 vs README.txt in postini-0.1.0

- old
+ new

@@ -11,24 +11,31 @@ exposes the Postini SOAP API (Early Access Program) through more familiar Rubyisms. == FEATURES/PROBLEMS: -* FIX (list of features or problems) +* Built on top of handsoap[http://github.com/troelskn/handsoap], to + provide a lite hash-based interface to an otherwise crap API. == SYNOPSIS: - FIX + Postini.api_key = 'your api key' + Postini.username = 'administrative username' + Postini.password = 'administrative password' + Postini.system_number = 8 + Postini::AutomatedBatchService.test + == REQUIREMENTS: * Approved access to the Postini Early Access Program (contact your Postini provider) -* soap4r +* handsoap[http://github.com/troelskn/handsoap] == INSTALL: +* sudo gem install troelskn-handsoap --source http://gems.github.com * sudo gem install postini == TRADEMARKS: Postini, the Postini Logo, Perimeter Manager, Security Manager, Network Edition, @@ -57,6 +64,6 @@ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.