imdb 0.8.0 → 0.8.1

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 (40) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +4 -8
  3. data/README.md +2 -2
  4. data/lib/imdb/base.rb +14 -0
  5. data/lib/imdb/season.rb +5 -3
  6. data/lib/imdb/string_extensions.rb +1 -6
  7. data/lib/imdb/version.rb +1 -1
  8. data/spec/fixtures/locations +109 -155
  9. data/spec/fixtures/plotsummary +101 -147
  10. data/spec/fixtures/releaseinfo +1413 -0
  11. data/spec/fixtures/search_kannethirey_thondrinal +62 -115
  12. data/spec/fixtures/search_killed_wife +82 -115
  13. data/spec/fixtures/search_star_trek +82 -115
  14. data/spec/fixtures/synopsis +154 -146
  15. data/spec/fixtures/tbbt-s1 +2027 -0
  16. data/spec/fixtures/thewalkingdead-s1 +137 -165
  17. data/spec/fixtures/thewalkingdead-s1e2 +214 -184
  18. data/spec/fixtures/top_250 +2905 -2953
  19. data/spec/fixtures/tt0036855 +253 -240
  20. data/spec/fixtures/tt0083987 +268 -242
  21. data/spec/fixtures/tt0095016 +299 -197
  22. data/spec/fixtures/tt0110912 +282 -247
  23. data/spec/fixtures/tt0111161 +229 -236
  24. data/spec/fixtures/tt0117731 +232 -217
  25. data/spec/fixtures/tt0166222 +166 -189
  26. data/spec/fixtures/tt0242653 +271 -210
  27. data/spec/fixtures/tt0330508 +123 -153
  28. data/spec/fixtures/tt0468569 +231 -206
  29. data/spec/fixtures/tt0898266 +1505 -0
  30. data/spec/fixtures/tt1401252 +153 -146
  31. data/spec/fixtures/tt1520211 +252 -225
  32. data/spec/fixtures/wall_e_search +742 -0
  33. data/spec/imdb/episode_spec.rb +1 -1
  34. data/spec/imdb/movie_spec.rb +24 -1
  35. data/spec/imdb/search_spec.rb +2 -20
  36. data/spec/imdb/season_spec.rb +22 -0
  37. data/spec/imdb/series_spec.rb +1 -1
  38. data/spec/spec_helper.rb +5 -1
  39. metadata +28 -21
  40. data/History.txt +0 -78

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.