Sha256: 6d4d4482954182a6bf60e0aa959a5a430a204bdeccad862023f66cdce9df68dd

Contents?: true

Size: 1.05 KB

Versions: 3

Compression:

Stored size: 1.05 KB

Contents

# leaderboard 1.0.2 (2011-02-25)

 * Adding `XXX_to`, `XXX_for`, `XXX_in` and `XXX_from` methods that will allow you to set the leaderboard name to interact with outside of creating a new object
 * Added `merge_leaderboards(destination, keys, options = {:aggregate => :min})` method to merge leaderboards given by keys with this leaderboard into destination
 * Added `intersect_leaderboards(destination, keys, options = {:aggregate => :min})` method to intersect leaderboards given by keys with this leaderboard into destination

# leaderboard 1.0.1 (2011-02-16)

 * `redis_options` can be passed in the initializer to pass options for the connection to Redis
 * `page_size` is now settable outside of the initializer
 * `check_member?(member)`: Check to see whether member is in the leaderboard
 * `score_and_rank_for(member, use_zero_index_for_rank = false)`: Retrieve the score and rank for a member in a single call
 * `remove_members_in_score_range(min_score, max_score)`: Remove members from the leaderboard within a score range

# leaderboard 1.0.0

 * Initial release

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
multi-leaderboard-1.0.5 CHANGELOG.markdown
multi-leaderboard-1.0.4 CHANGELOG.markdown
leaderboard-1.0.2 CHANGELOG.markdown