netflix_roulette 0.0.1 → 0.0.2

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 (3) hide show
  1. checksums.yaml +8 -8
  2. data/lib/netflix_roulette.rb +0 -14
  3. metadata +32 -4
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YzU1ZjI0YTZlNDliMGNhNWEyNjk5MTM5OWRmNzZmYzdhMGM0MzljOA==
4
+ NzFlZTcwMjU2OGU2ZWQ1YjZmOWExMTI2MjM3MjUyYjE5N2EzYzhlZA==
5
5
  data.tar.gz: !binary |-
6
- YzY2OTNiZmIyYjlmODJjNjBkMmM1Yjk2ZGMyMmZlZTgwZjA4OWEzNA==
6
+ OGQ3NDdlOGQyYWU4YWU2Y2MxM2ZhNWE4Njc4Mzg0NDZhNGE3MDRhYg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZDQyYjlkYTM3MWNhZmI0NTlmMWFlOThhMzY4OTM1NjdlZDE0MDUyZTc0YzE2
10
- ZWVhYTIxY2E4MTMzZTYxZWI5OGIzYWVhOGVjMzk0Y2IyNzBiOTk0MTkzNjRi
11
- MDllMmUwYTVjN2I1NWZkYWI3YWQzNjZkYWU5Yjk2MmZjNzYxMTk=
9
+ ZWNhYTZmNTA5ZTQ1M2MxYWEyYTdmYjIxOTE0ZDFhYzBhOGVkZDAzZDBkNDhi
10
+ M2JiM2M1ODdiMmIxZTVhNDYwZjlmMDUzM2Y3YTE5YzgxNGQ5MTNkM2Q1NTE3
11
+ Zjk5ZDU5Y2M5MGEzOTAzOWNiOTNlMDk3MGJiZDAyZjRhMDFjZTI=
12
12
  data.tar.gz: !binary |-
13
- OGVjNGNlMmRmZGFmNGIxZWE2MTliMDVjOGZmM2FhMzMzMmI5NWZkYjllYzQ5
14
- MjliODdhYjg2ZDRkNGVlYjIyZDFkMjVhZTE2OTg0ODJiYTE5NmEyNjRhZmFm
15
- YzYzNzdlY2RjMzAyZjM5NDhlOTc4MTdmYjIzNmI4ODkwZTVjYWE=
13
+ OGNjNjY3YTM2NjdhYTYzM2VhMTQ3ZmRlZmFkNDY1ZDJhNjc4ZjRmYzA1ZmQ2
14
+ YzM1YWU4MGJjNTBhY2Y1YjU1ZmMzNjViYmIxZDllODM5M2UyZjQwODQwMTFk
15
+ Mzg5YTk1MDliODBhMGI4NGRlYzRlYWM5YmQ5ZDdjNWJlN2QwMDE=
@@ -58,17 +58,3 @@ class NetflixRoulette
58
58
  end
59
59
  end
60
60
  end
61
-
62
- # nr = NetflixRoulette::Client.new "Breaking Bad"
63
- # puts nr.fetch
64
- #
65
- # puts NetflixRoulette.get_media_rating("Breaking Bad")
66
- # puts NetflixRoulette.get_media_poster("Breaking Bad")
67
- # puts NetflixRoulette.get_media_type("Breaking Bad")
68
- # puts NetflixRoulette.get_media_release_year("Breaking Bad")
69
- # puts NetflixRoulette.get_media_cast("Breaking Bad")
70
- # puts NetflixRoulette.get_media_category("Breaking Bad")
71
- # puts NetflixRoulette.get_media_summary("Breaking Bad")
72
- # puts NetflixRoulette.get_media_director("Breaking Bad")
73
- # puts NetflixRoulette.get_netflix_id("Breaking Bad")
74
- # puts NetflixRoulette.get_all_data("Breaking Bad")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: netflix_roulette
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Österreicher
@@ -9,8 +9,36 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
  date: 2014-04-25 00:00:00.000000000 Z
12
- dependencies: []
13
- description: A simple interface to access the NEtflix Roulette API http://netflixroulette.net/api/
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rake
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ! '>='
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ! '>='
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: coveralls
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ! '>='
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ! '>='
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ description: A simple interface to access the Netflix Roulette API http://netflixroulette.net/api/
14
42
  email: d.oesterreicher@gmail.com
15
43
  executables: []
16
44
  extensions: []
@@ -29,7 +57,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
29
57
  requirements:
30
58
  - - ! '>='
31
59
  - !ruby/object:Gem::Version
32
- version: '0'
60
+ version: 1.9.2
33
61
  required_rubygems_version: !ruby/object:Gem::Requirement
34
62
  requirements:
35
63
  - - ! '>='