v0.0.6
Major API changes in this one:
- Java 7 compatibility added, to appease Google App Engine
- Additional dependency on Joda Time 2.9.1 to compensate for lack of Java 8 Date API
- Prepended "T" to API class and interface names, to differentiate from other libraries' Game, Match, MatchResult, etc. types
- Other packages moved into "internal" package to clarify clients shouldn't need to use them
- TGame is an interface now, and not instantiable by clients
- Games now have URLs instead of sources
- Bug fix: Rankings now always include every player in the tournament