Scoreoid Ruby Change Log
2012-11-25 v1.1.1
- Fix a issue that occured when parsing API responses where the root node is an array.
2012-11-25 v1.1.0
- Allow passing date parameters (
:start_dateor:end_date) in natural language, such as "1 year ago". You can still pass a Date or Time object instead.
2012-11-25 v1.0.0
First stable release.
2012-11-24 v0.1.0
First development release.
Currently the only feature is counting players with Scoreoid::Player.count, but hey, it works.