Spacer v0.5.0, yes with an 'e', released

DESCRIPTION

Ruby API for the MySpace Platform REST API

FEATURES

Implements v1.0 of the MySpace Platform REST API
Uses JSON for minimal transport footprint

USE
@myspace = Spacer::Client.new(api_key, secret_key)
user = @myspace.user(‘3454354’)
puts user.interests.music
puts user.photos.first.caption

REQUIREMENTS

OAuth
ActiveSupport
Mocha (for testing)

INSTALL

sudo gem install spacer

DOCUMENTATION

Rubyforge: http://rubyforge.org/projects/spacer/ (submit bugs here)
RDocs: http://spacer.rubyforge.org/
Goolge Group: http://groups.google.com/group/spacer-ruby

NOTES

MySpace is still actively making changes to their API, so this is far
from a 1.0 release. However, as of the day of this post, it implements
all the features of their REST API.

AUTHOR

[email protected]

Enjoy!
-Shane