devroom.io/content/posts/2009-02-07-warcraft-armory-010-released.md

25 lines
1.0 KiB
Markdown
Raw Normal View History

2015-03-26 11:28:08 +00:00
+++
date = "2009-02-07"
title = "warcraft-armory 0.1.0 Released"
tags = ["General", "Ruby", "warcraft-armory", "rubygems"]
slug = "warcraft-armory-010-released"
+++
Yay! <a href="http://ariejan.net/tags/warcraft-armory">warcraft-armory</a> 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 <a href="http://github.com/ariejan/warcraft-armory">code</a>, read the <a href="http://warcraft-armory.rubyforge.org/rdoc/">docs</a> or just install the gem:
<pre lang="sh">sudo gem install warcraft-armory</pre>
<pre lang="ruby">require 'warcraft-armory'
adries = WarcraftArmory::Character.find(:eu, :aszune, :adries)
adries.description
# => "Level 48 Human Warrior"</pre>
It's my first gem, so useful comments are appreciated! <a href="http://ariejan.net/tags/warcraft-armory">Keep an eye out for updates</a>!