ariejan / imdb

sudo gem install imdb

This URL has Read+Write access

imdb / History.txt
100644 39 lines (23 sloc) 0.928 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
31
32
33
34
35
36
37
38
39
== 0.5.0 2009-06-17
 
* Added Top 250 listing [mguterl]
* Made general improvements to data retrieval [mguterl]
 
== 0.4.2 2009-06-14
 
* Updated manifest to include all spec fixtures. [ariejan]
 
== 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]