devroom.io/content/posts/2009-06-14-imdb-ruby-gem-0-4-0-now-available-at-rubyforge.md
2015-03-26 12:28:08 +01:00

28 lines
831 B
Markdown

+++
date = "2009-06-14"
title = "IMDB Ruby Gem 0.4.0 Now available at RubyForge!"
tags = ["General", "Ruby", "imdb", "gem"]
slug = "imdb-ruby-gem-0-4-0-now-available-at-rubyforge"
+++
I just released version 0.4.0 of the IMDB Ruby Gem into the wild. There are only a few minor updates:
<strong>Changes in 0.4.0</strong>
<ul><li>Updates to the console 'imdb' utility</li>
<ul>
<li>Show the IMDB ID</li>
<li>Show the full IMDB URL</li>
</ul>
</ul>
<strong>Installation or upgrade</strong>
<pre lang="sh">$ sudo gem install imdb</pre>
<pre lang="sh">$ sudo gem update imdb</pre>
<strong>Issues, source or contributions</strong>
You can find the code at <a href="http://github.com/ariejan/imdb">github</a>, as well as the <a href="http://github.com/ariejan/imdb/issues">issue tracker</a>. Feel free to fork and contribute!