whats-on-netflix 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/.travis.yml +6 -1
- data/lib/whats_on_netflix/version.rb +1 -1
- data/{whats_on_netflix.gemspec → whats-on-netflix.gemspec} +2 -2
- metadata +6 -7
- data/spec.md +0 -15
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 865f091cf41b88685d589e294fdec2433aa9291d8fe68682f1fb9bf5f072bdcb
|
4
|
+
data.tar.gz: 3be3434fae1f8196cef51c6bf3cae269fde9520242499f09d2d7661cbec7336b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0a9ecba65669516658419931d470114852358200ddd592dca62f2c4d90d55d551e875527e8e81789e957b4097caa38b511ffbb4119adc4a41832e586106062b0
|
7
|
+
data.tar.gz: 3d46e5e1683285e994bdc3880129bc273cc021600a13dd134c04aadf1ea6c454e3fa8e78e3cbb2a094d62ac97d69dd72026866f89bc08701a631814c1078c60f
|
data/.travis.yml
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
sudo: false
|
2
2
|
language: ruby
|
3
3
|
rvm:
|
4
|
-
|
4
|
+
- 2.3.0
|
5
5
|
before_install: gem install bundler -v 1.13.1
|
6
|
+
deploy:
|
7
|
+
provider: rubygems
|
8
|
+
api_key:
|
9
|
+
secure: Nk5IkLePAj/rLSQbOvc5eiMLTZaZ6kjZFt7OfMlHfcYCMXy/pI2vWMY3Wkyo1poRXOH82M9TM63kE86yMC+jZOOFNtcornqnvru4s+eKIbNJQu0NIauWGys5D3ksDyByfLjotZtaV+GblghdlONi/Kgg5CzphY4EsZ5odRnuoGXqGZZGu/JL5Vw2UEwHJmuCDJnn3/3li2QIJVA8Jww9NHHODzix19V70mIB9/y4LS4H4RQE81BeLDV9zjj1oQEw6El/xDMGg711JIMPspMgz2ePq2dPASla7dRWokX7ZIPa8ulU09essQND8sJSis936A5SkRVmip1T0iS7TnxlW0cc4eqJSrlGwpu9hqZ3x1tD7jvPa5JYHjifvjqtOFYcvS+lV5UB0BOzfV9Yq9QAmoh7+go2W+M2fLVOXQhnNqhEscnNEa7U+pnwBNAxK7PmFC6Xc8mAl9t7RuBcPefb+O7kNu4bs4CY0LKvXMsyME3jtZx2lwo9FAHdDu1PtpPalv0XisJ7emTPx7h9fwHHaYnkD3AoGRECgni0GXhaUDW0eEEY9gbXqTbAqIvphLwjBRlNRDg8nPWbsKrRJDGFN3/1kn9+BErojBavD31DwSMEesFKX2I/EAJt7zGc5A3dzauo1IVfy+Nj/8qJNN5+t6LefkirZyqUuCRzUBNVvPo=
|
10
|
+
gem: whats-on-netflix
|
@@ -6,8 +6,8 @@ require 'whats_on_netflix/version'
|
|
6
6
|
Gem::Specification.new do |spec|
|
7
7
|
spec.name = "whats-on-netflix"
|
8
8
|
spec.version = WhatsOnNetflix::VERSION
|
9
|
-
spec.authors = ["
|
10
|
-
spec.email = ["
|
9
|
+
spec.authors = ["CJ Horton"]
|
10
|
+
spec.email = ["thecjhorton@gmail.com"]
|
11
11
|
|
12
12
|
spec.summary = "See what's being added and removed from Netflix this month"
|
13
13
|
spec.homepage = "https://github.com/radditude/whats-on-netflix-cli-gem"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: whats-on-netflix
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- CJ Horton
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-01-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: nokogiri
|
@@ -96,7 +96,7 @@ dependencies:
|
|
96
96
|
version: '1'
|
97
97
|
description:
|
98
98
|
email:
|
99
|
-
-
|
99
|
+
- thecjhorton@gmail.com
|
100
100
|
executables:
|
101
101
|
- whats-on-netflix
|
102
102
|
extensions: []
|
@@ -119,10 +119,9 @@ files:
|
|
119
119
|
- lib/whats_on_netflix/list.rb
|
120
120
|
- lib/whats_on_netflix/scraper.rb
|
121
121
|
- lib/whats_on_netflix/version.rb
|
122
|
-
- spec.md
|
123
122
|
- spec/01_whats_on_netflix_spec.rb
|
124
123
|
- spec/spec_helper.rb
|
125
|
-
-
|
124
|
+
- whats-on-netflix.gemspec
|
126
125
|
homepage: https://github.com/radditude/whats-on-netflix-cli-gem
|
127
126
|
licenses:
|
128
127
|
- MIT
|
@@ -146,7 +145,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
146
145
|
version: '0'
|
147
146
|
requirements: []
|
148
147
|
rubyforge_project:
|
149
|
-
rubygems_version: 2.
|
148
|
+
rubygems_version: 2.7.4
|
150
149
|
signing_key:
|
151
150
|
specification_version: 4
|
152
151
|
summary: See what's being added and removed from Netflix this month
|
data/spec.md
DELETED
@@ -1,15 +0,0 @@
|
|
1
|
-
# Specifications for the CLI Assessment
|
2
|
-
|
3
|
-
Specs:
|
4
|
-
|
5
|
-
- [x] Have a CLI for interfacing with the application
|
6
|
-
|
7
|
-
*The CLI class asks for input and presents a list of movies. The user is asked to choose one. Based on that input, the application presents further information on the selection. Invalid input is rejected, and the user can enter 'exit' at any time to quit.*
|
8
|
-
|
9
|
-
- [x] Pull data from an external source
|
10
|
-
|
11
|
-
*When the CLI class is initialized, the Scraper class pulls a list of movie titles from [whats-on-netflix.com](http://www.whats-on-netflix.com). When the user selects a particular movie, the Scraper class searches [IMDB](http://www.imdb.com/) for the movie's title, then gets the year, genre, starring cast, and plot summary from the movie's IMDB page.*
|
12
|
-
|
13
|
-
- [x] Implement both list and detail views
|
14
|
-
|
15
|
-
*After starting the application, users choose which list they'd like to see: Coming Soon, the titles being added to Netflix this month; or Leaving Soon, the titles leaving Netflix this month. Then they enter the number of a particular title to see details like plot, genre, and starring cast.*
|