imdb 0.7.0 → 0.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +6 -0
  3. data/MIT-LICENSE +21 -0
  4. data/README.md +97 -0
  5. data/imdb.gemspec +1 -1
  6. data/lib/imdb.rb +1 -1
  7. data/lib/imdb/base.rb +36 -36
  8. data/lib/imdb/episode.rb +2 -2
  9. data/lib/imdb/movie_list.rb +6 -10
  10. data/lib/imdb/search.rb +4 -4
  11. data/lib/imdb/season.rb +3 -3
  12. data/lib/imdb/serie.rb +2 -3
  13. data/lib/imdb/top_250.rb +1 -1
  14. data/lib/imdb/version.rb +1 -1
  15. data/spec/fixtures/locations +1167 -0
  16. data/spec/fixtures/plotsummary +1063 -897
  17. data/spec/fixtures/search_kannethirey_thondrinal +344 -346
  18. data/spec/fixtures/search_killed_wife +344 -346
  19. data/spec/fixtures/search_star_trek +344 -346
  20. data/spec/fixtures/synopsis +457 -446
  21. data/spec/fixtures/thewalkingdead-s1 +740 -555
  22. data/spec/fixtures/thewalkingdead-s1e2 +505 -480
  23. data/spec/fixtures/top_250 +10749 -1082
  24. data/spec/fixtures/tt0036855 +553 -519
  25. data/spec/fixtures/tt0083987 +563 -512
  26. data/spec/fixtures/tt0095016 +518 -536
  27. data/spec/fixtures/tt0110912 +572 -512
  28. data/spec/fixtures/tt0111161 +559 -508
  29. data/spec/fixtures/tt0117731 +542 -510
  30. data/spec/fixtures/tt0166222 +969 -872
  31. data/spec/fixtures/tt0242653 +530 -524
  32. data/spec/fixtures/tt0330508 +845 -717
  33. data/spec/fixtures/tt0468569 +533 -543
  34. data/spec/fixtures/tt1401252 +472 -449
  35. data/spec/fixtures/tt1520211 +562 -542
  36. data/spec/imdb/movie_spec.rb +13 -5
  37. data/spec/imdb/search_spec.rb +4 -4
  38. data/spec/imdb/series_spec.rb +1 -1
  39. data/spec/imdb/top_250_spec.rb +5 -5
  40. data/spec/spec_helper.rb +1 -0
  41. metadata +12 -9
  42. data/README.rdoc +0 -114

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the gem file manually.