devroom.io/content/posts/2009-06-14-imdb-ruby-gem-0-4-0-now-available-at-rubyforge.md

31 lines
844 B
Markdown
Raw Normal View History

2013-03-24 21:28:43 +00:00
---
title: "IMDB Ruby Gem 0.4.0 Now available at RubyForge!"
kind: article
slug: imdb-ruby-gem-0-4-0-now-available-at-rubyforge
created_at: 2009-06-14
tags:
- General
- Ruby
- imdb
- gem
---
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!