what_to_watch 0.1.2 → 0.1.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 04541d78c0b2848f78adf9e0f8a51b4feaf489e9457ad73466463605462ea105
4
- data.tar.gz: 97ccbe654e5feed8a32a793ce89fb375df0e40a05d1344e3a08e2cde057d4b2c
3
+ metadata.gz: fe7467ff302a8c8d7e251f8fb565fb04715fb3f2ffadff00071c301951084629
4
+ data.tar.gz: e3d3e4ef9e85498ad5b8f1dce379845c459b8111331c5c460492d98e2aefd076
5
5
  SHA512:
6
- metadata.gz: b7c422625a328955a7e837059d267a4ff426472cbed58cc59fdce1480ba483af8ad5394f05325d4835f854fd4264001cb3d7d1f1d7f7da8306700abb2d420053
7
- data.tar.gz: 38fce5c81283e126a03e9aa56cef71326aa0fae4b59d3651aed0a6e450b93b4ab0a1aaa30eae2cfc2d7feaedf4ee29a48c51bac2e4f5f0be27506c48c6e74f08
6
+ metadata.gz: a59ef13fc695cc19be275c1d72f833646d85ae9d7d55c1ebec156ef422c70a5f4d0c99d8e88225cbdb2246b227948179b292282e25ff5b121207ebf41e9e3ca4
7
+ data.tar.gz: 98086230c424d7e550290d84c56f81aec246d1ab0b3e4236cf749a43a9e58bd4240023c34755175088a9e7cdf5de6200256294a7c3eb6c14c740ce239ef614a9
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- what_to_watch (0.1.1)
4
+ what_to_watch (0.1.2)
5
5
  nokogiri
6
6
 
7
7
  GEM
@@ -3,7 +3,7 @@ attr_accessor :title, :streaming_service, :url, :description, :genre_year, :cast
3
3
 
4
4
  # WhatToWatch::BestMovies.add_shows
5
5
  # WhatToWatch::BestMovies.list()
6
- # {netflix: "y", amazon_prime: "n", hbo_now: "y", hulu: "n", showtime: "y"}
6
+ # {netflix: "y", amazon_prime: "y", hbo_now: "y", hulu: "y", showtime: "y"}
7
7
 
8
8
  def initialize(title="", streaming_service="")
9
9
  @title = title
@@ -24,6 +24,7 @@ attr_accessor :title, :streaming_service, :url, :description, :genre_year, :cast
24
24
  end
25
25
  end
26
26
  services.compact!
27
+ services
27
28
  end
28
29
 
29
30
 
@@ -1,3 +1,3 @@
1
1
  module WhatToWatch
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: what_to_watch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - "'George Pianka'"