themoviedb 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/lib/themoviedb.rb CHANGED
@@ -10,5 +10,5 @@ end
10
10
  end
11
11
 
12
12
  module Tmdb
13
- VERSION = "0.0.2"
13
+ VERSION = "0.0.3"
14
14
  end
@@ -108,7 +108,7 @@ module Tmdb
108
108
  #Get the similar movies for a specific movie id.
109
109
  def self.similar_movies(id, conditions={})
110
110
  search = Tmdb::Search.new("/#{self.endpoints[:singular]}/#{self.endpoint_id + id.to_s}/similar_movies")
111
- search.fetch_response
111
+ search.fetch_response['results']
112
112
  end
113
113
 
114
114
  #Get the lists that the movie belongs to.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: themoviedb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: