README.md in bnet-0.0.4 vs README.md in bnet-0.0.5
- old
+ new
@@ -1,13 +1,13 @@
bnet-mashery-rb
===============
Ruby gem for accessing Blizzard's Mashery API
-This repository (will) contain various libraries for interfacing with Blizzard's Battle.net API [https://dev.battle.net](https://dev.battle.net).
+This repository contains various libraries for interfacing with Blizzard's Battle.net API [https://dev.battle.net](https://dev.battle.net).
-This is a work in progress : [TODO-LIST](https://github.com/keikun17/bnet-mashery-rb/blob/master/TODO.md)
+This is a work in progress: [TODO-LIST](https://github.com/keikun17/bnet-mashery-rb/blob/master/TODO.md)
### Installation
# Gemfile for your Rails / Sinatra project.
gem 'bnet'
@@ -101,10 +101,10 @@
# :achievement_points, :swarm_level, :terran_level, :zerg_level,
# :protoss_level, :acievement_points, :region,
#
# ...And the following associations
#
- # :career, :matches, :ladders
+ # :career, :matches, :previous_ladder_season, current_ladder_season
#
# Example: If US account 'Playerone#1309' the profile can be accessible via
# web from 'http://us.battle.net/sc2/en/profile/2143215/1/PlayerOne/'
Bnet::Starcraft2::profile.find(region: 'us', profile_id: 2143215, name: 'PlayerOne')