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

32 lines
809 B
Markdown
Raw Normal View History

2015-03-26 11:28:08 +00:00
+++
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>
2024-01-30 08:26:51 +00:00
```sh
$ sudo gem install imdb
```
```sh
$ sudo gem update imdb
```
2015-03-26 11:28:08 +00:00
<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!