simpsons_world 0.1.1 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/data/season-10.yml +2 -3
- data/lib/data/season-26.yml +18 -0
- data/lib/simpsons_world/scrape.rb +1 -1
- data/lib/simpsons_world/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0f84d5b2687c0f5c866789a7c599f1a93586f0c5
|
4
|
+
data.tar.gz: 1729263126b0733599ce30b63d6a4a37d02546f1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9ee09fd6584abc4c2d17fe2b2ac4896196c3ce7c03506528fc16fc903311f86cf9726c393c24d82ee25fd1cc17779c11407d28093465029bcc458c60bd18b102
|
7
|
+
data.tar.gz: 6d3cc3deb709b22d0132ab144f1b5b76d17e8fece304aeb90c263f671907046e3a8af82d4df1a278a12ea3b6ce05c6ee2dd7ea610437d0d84f9b1555057e1fd9
|
data/lib/data/season-10.yml
CHANGED
@@ -80,9 +80,8 @@
|
|
80
80
|
:url: "/video/288073795687"
|
81
81
|
17:
|
82
82
|
:title: Maximum Homerdrive
|
83
|
-
:description: Homer and Bart
|
84
|
-
|
85
|
-
a new doorbell.
|
83
|
+
:description: Homer and Bart attempt to deliver a dead trucker's cargo on schedule. Meanwhile,
|
84
|
+
Marge decides to have an adventure of her own and purchases a new doorbell.
|
86
85
|
:url: "/video/294751811564"
|
87
86
|
18:
|
88
87
|
:title: Simpsons Bible Stories
|
data/lib/data/season-26.yml
CHANGED
@@ -59,3 +59,21 @@
|
|
59
59
|
:title: My Fare Lady
|
60
60
|
:description: Marge trades in her mom-chauffeur hat for a real one.
|
61
61
|
:url: "/video/399385667625"
|
62
|
+
15:
|
63
|
+
:title: The Princess Guide
|
64
|
+
:description: Moe plots revenge over Nigerian e-mail scam.
|
65
|
+
:url: "/video/406163011894"
|
66
|
+
16:
|
67
|
+
:title: Sky Police
|
68
|
+
:description: The Springfield congregation turns to gambling to repair the church.
|
69
|
+
:url: "/video/410018371522"
|
70
|
+
17:
|
71
|
+
:title: Waiting for Duffman
|
72
|
+
:description: When Duffman undergoes hip replacement surgery and retires, the
|
73
|
+
company sets up a reality show competition to find his replacement.
|
74
|
+
:url: "/video/420981315819"
|
75
|
+
18:
|
76
|
+
:title: Peeping Mom
|
77
|
+
:description: Bart lies about being involved in a bulldozer crash, so Marge decides
|
78
|
+
to follow him everywhere until he confesses.
|
79
|
+
:url: "/video/430426691868"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: simpsons_world
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- mcianni
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-04-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -189,3 +189,4 @@ test_files:
|
|
189
189
|
- spec/simpsons_world_spec.rb
|
190
190
|
- spec/spec_helper.rb
|
191
191
|
- spec/support/helpers.rb
|
192
|
+
has_rdoc:
|