Twitter4R 0.2.0 Release
Written on 12:01:00 PM by S. Potter
It's been almost two weeks, but Twitter4R had some major refactoring and updating between 0.1.1 and 0.2.0. So I hope you will think the wait was worth it. As usual you can grab the latest Ruby Gem (once all Rubyforge mirrors have synced) with: sudo gem install twitter4r.
I am still in the process of pushing out the new Ruby Gem to Rubyforge and updating the website for the project, but the release is code complete.
Some changes are quite significant in some areas. The basic idea of this release (0.2.0) was to cover the official published Twitter REST API 100% and remove some of the clutter the first two releases of Twitter4R introduced partly due to mirroring Twitter's inconsistent API. In the same fashion as both previous releases of Twitter4R, version 0.2.0 has 100% C0 code coverage via RSpec specifications.
I separated out Twitter4R library into various API segments:
- New entry: Twitter4R v0.2.0: Configuration API
- New entry: Twitter4R v0.2.0: Timeline API
- New entry: Twitter4R v0.2.0: Status API
- New entry: Twitter4R v0.2.0: Model API
- New entry: Twitter4R v0.2.0: Messaging API
- New entry: Twitter4R v0.2.0: User API
- New entry: Twitter4R v0.2.0: Extras API
- New entry: Twitter4R v0.2.0: Friendship API
Wow this is so cool! Thanks Susan :-)
And very nice documentation of the Twitter4R library too :)