spotlite 0.8.2 → 0.8.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (40) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +6 -0
  3. data/README.md +5 -5
  4. data/Rakefile +1 -1
  5. data/lib/spotlite.rb +2 -1
  6. data/lib/spotlite/http_client.rb +18 -0
  7. data/lib/spotlite/movie.rb +92 -83
  8. data/lib/spotlite/person.rb +32 -34
  9. data/lib/spotlite/string_extensions.rb +13 -13
  10. data/lib/spotlite/version.rb +1 -1
  11. data/spec/fixtures/movie_find_conan +248 -213
  12. data/spec/fixtures/movie_find_no_results +246 -212
  13. data/spec/fixtures/nm0000233/index +2139 -1374
  14. data/spec/fixtures/nm0005132/index +1081 -698
  15. data/spec/fixtures/nm0864666/index +393 -329
  16. data/spec/fixtures/nm1659547/index +1065 -686
  17. data/spec/fixtures/person_find_conan +247 -212
  18. data/spec/fixtures/person_find_no_results +246 -212
  19. data/spec/fixtures/search_name_count_50 +178 -180
  20. data/spec/fixtures/search_title_count_50 +251 -251
  21. data/spec/fixtures/tt0002186/index +2439 -492
  22. data/spec/fixtures/tt0047396/releaseinfo +583 -411
  23. data/spec/fixtures/tt0112873/index +1157 -864
  24. data/spec/fixtures/tt0120338/technical +353 -283
  25. data/spec/fixtures/tt0133093/criticreviews +329 -269
  26. data/spec/fixtures/tt0133093/fullcredits +1610 -893
  27. data/spec/fixtures/tt0133093/index +1360 -949
  28. data/spec/fixtures/tt0133093/keywords +5134 -1015
  29. data/spec/fixtures/tt0133093/mediaindex_still_frame +323 -250
  30. data/spec/fixtures/tt0133093/releaseinfo +579 -410
  31. data/spec/fixtures/tt0133093/trivia +1974 -1447
  32. data/spec/fixtures/tt0169547/index +1296 -901
  33. data/spec/fixtures/tt0317248/index +1308 -888
  34. data/spec/fixtures/tt1134629/fullcredits +1022 -598
  35. data/spec/spec_helper.rb +4 -4
  36. data/spec/spotlite/find_spec.rb +3 -3
  37. data/spec/spotlite/movie_spec.rb +48 -51
  38. data/spec/spotlite/person_spec.rb +25 -25
  39. data/spotlite.gemspec +3 -1
  40. metadata +32 -3

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.