Releases: cbortz/vainglory-api-ruby
Releases · cbortz/vainglory-api-ruby
v0.1.0
- Adds
VaingloryAPI::Region
object
- Validates
VaingloryAPI::Client
region at instantiation
- Moves Gem date to
VaingloryAPI::RELEASE_DATE
- Adds shared RSpec example group for all lib specs
- Changes default RSpec format to "documentation"
- Updates README
v0.0.4
- Adds a
CHANGELOG.md
to the repository
- Adds Rubocop configurations
- Adds YARD documentation
- Removes and ignores
Gemfile.lock
-
- Refreshes stored VCR cassettes
- Splits
VaingloryAPI
and VaingloryAPI::Client
specs
Fixes
- Fixes bug where where some match data was missing (see: #7)
v0.0.3
- Ruby version >= 2.0 is required