public
Description: sudo gem install imdb
Homepage: http://github.com/ariejan/imdb
Clone URL: git://github.com/ariejan/imdb.git
Click here to lend your support to: imdb and make a donation at www.pledgie.com !
ariejan (author)
Sun Jun 14 04:14:03 -0700 2009
commit  67d36005fb448b527e7bd712052acba525a864f8
tree    7f7049d7da2e02b3d090dea43270300a6bac328c
parent  33c62d69c1500289c40d59c4d2182f98df5cfff2
imdb / History.txt
100644 30 lines (18 sloc) 0.735 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
== 0.4.1 2009-06-14
 
* Added support for FakeWeb so specs run faster. [mguterl]
* Cache the search query i Imdb::Search.query. [mguterl]
* Added a convenience method Imdb::Search.search. [mguterl]
 
== 0.4.0 2009-06-14
 
* Updates to the console 'imdb' utility [ariejan]
  * Show the IMDB ID
  * Show the full IMDB URL
 
== 0.3.0 2009-06-07
 
* Fixed typo in CLI field name 'Cast by' [ariejan]
* Fixed retrieval of multiple directors. (#1) [ariejan]
 
== 0.2.0 2009-06-04
 
* Added console tool 'imdb' for searching and getting movie info. [ariejan]
* Fixed issue #2 [ariejan]
 
== 0.1.0 2009-06-03
 
* Added Imdb::Search that allows search IMDB for a specific movie. [ariejan]
 
== 0.0.1 2009-06-03
 
* First release of the IMDB gem. [ariejan]