Closed oleander closed 13 years ago
The bug appeared again, this time for a different movie. The first time the date was returned as a string with the value "2010-01" this time it returned "2010".
I've testet the lib on 4k movies, and it seams to work.
Closed, will not pull.
You seem to be creating an entirely different project. I'd suggest making your own project and simply using the imdb_party gem to do your imdb specific tasks.
Sorry, I'm new to this. :)
The pull request was only for the first 5 commits. I did't think that the rest would be added to the request.
Can you by any change just merge (if you want to) the first 5 commits, where I fixed the date bug? Those 5 commits where the only one that was ment to be merged.
Sorry, once again.
Do you want me to do another pull request? The bug still remains, right now this happens.
$ imdb.find_movie_by_id("tt0066026").release_date
=> "1970-03"
The release_date method is sometimes returning a String instead of Date object. One example is the MASH movie (http://www.imdb.com/title/tt0066026/), see the test.