Skip to main content

warcraft-armory 0.1.0 Released

·94 words·1 min· ·
General Ruby Warcraft-Armory Rubygems
Ariejan de Vroom
Author
Ariejan de Vroom
Jack of all Trades, Professional Software Craftsman

Yay! warcraft-armory version 0.1.0 has been released!

The warcraft-armory gem allows your application to easily access information from the World of Warcraft Armory site.

This is an early version that allows the retrieval of character information from EU and US armories. But, more is in the making!

Feel free to check-out the code, read the docs or just install the gem:

sudo gem install warcraft-armory
require 'warcraft-armory'
adries = WarcraftArmory::Character.find(:eu, :aszune, :adries)
adries.description
# => "Level 48 Human Warrior"

It’s my first gem, so useful comments are appreciated! Keep an eye out for updates!

Related

RSpec'ing with Time.now
·174 words·1 min
General Ruby Rails Rspec Test Time
BaseApp: a quick start for your Rails App
·303 words·2 mins
General Ruby Ruby on Rails Rails BaseApp
ActiveRecord Read Only Model
·209 words·1 min
General Blog Ruby Rails Ror Activerecord