imdb 0.6.8 → 0.7.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 (45) hide show
  1. checksums.yaml +7 -0
  2. data/.rspec +1 -0
  3. data/.travis.yml +18 -0
  4. data/Gemfile +1 -1
  5. data/README.rdoc +21 -0
  6. data/Rakefile +2 -11
  7. data/imdb.gemspec +4 -4
  8. data/lib/imdb.rb +4 -0
  9. data/lib/imdb/base.rb +191 -0
  10. data/lib/imdb/episode.rb +23 -0
  11. data/lib/imdb/movie.rb +1 -169
  12. data/lib/imdb/movie_list.rb +6 -7
  13. data/lib/imdb/search.rb +9 -9
  14. data/lib/imdb/season.rb +36 -0
  15. data/lib/imdb/serie.rb +23 -0
  16. data/lib/imdb/version.rb +1 -1
  17. data/spec/fixtures/plotsummary +975 -0
  18. data/spec/fixtures/search_kannethirey_thondrinal +773 -10
  19. data/spec/fixtures/search_killed_wife +771 -10
  20. data/spec/fixtures/search_star_trek +705 -762
  21. data/spec/fixtures/synopsis +1036 -0
  22. data/spec/fixtures/thewalkingdead-s1 +1295 -0
  23. data/spec/fixtures/thewalkingdead-s1e2 +1232 -0
  24. data/spec/fixtures/top_250 +470 -754
  25. data/spec/fixtures/tt0036855 +541 -366
  26. data/spec/fixtures/tt0083987 +553 -368
  27. data/spec/fixtures/tt0095016 +572 -394
  28. data/spec/fixtures/tt0110912 +578 -376
  29. data/spec/fixtures/tt0111161 +549 -388
  30. data/spec/fixtures/tt0117731 +534 -387
  31. data/spec/fixtures/tt0166222 +1795 -1694
  32. data/spec/fixtures/tt0242653 +544 -352
  33. data/spec/fixtures/tt0330508 +1553 -1474
  34. data/spec/fixtures/tt0468569 +603 -413
  35. data/spec/fixtures/tt1401252 +446 -381
  36. data/spec/fixtures/tt1520211 +1460 -0
  37. data/spec/imdb/cli_spec.rb +7 -7
  38. data/spec/imdb/episode_spec.rb +39 -0
  39. data/spec/imdb/movie_spec.rb +32 -22
  40. data/spec/imdb/search_spec.rb +16 -36
  41. data/spec/imdb/season_spec.rb +19 -0
  42. data/spec/imdb/series_spec.rb +21 -0
  43. data/spec/spec_helper.rb +9 -10
  44. metadata +92 -41
  45. data/spec/spec.opts +0 -1

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.