simpsons_world 0.1.1 → 1.0.0

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
  SHA1:
3
- metadata.gz: b860d7716a425e5e6d010c6925be35b785700f65
4
- data.tar.gz: bea9a4300d5743d876d5f689e42d15dd30fcc3b2
3
+ metadata.gz: 0f84d5b2687c0f5c866789a7c599f1a93586f0c5
4
+ data.tar.gz: 1729263126b0733599ce30b63d6a4a37d02546f1
5
5
  SHA512:
6
- metadata.gz: 06999fa73137be3a90a730d59f105a928c4761fbd8fa98acfac2961a1821047a6b61c7d5bc4fd7bf554f8691faf7536d168c7e8a780b73a25c14e3d51ce94200
7
- data.tar.gz: acfbc93c1eba98c0c51acbb8ecca817e01c090218116e8324784487533f55bda5c709a4e9790c9a186139458e407c5e5442c5ee01f05c13300ed51fc6df1f4b2
6
+ metadata.gz: 9ee09fd6584abc4c2d17fe2b2ac4896196c3ce7c03506528fc16fc903311f86cf9726c393c24d82ee25fd1cc17779c11407d28093465029bcc458c60bd18b102
7
+ data.tar.gz: 6d3cc3deb709b22d0132ab144f1b5b76d17e8fece304aeb90c263f671907046e3a8af82d4df1a278a12ea3b6ce05c6ee2dd7ea610437d0d84f9b1555057e1fd9
@@ -80,9 +80,8 @@
80
80
  :url: "/video/288073795687"
81
81
  17:
82
82
  :title: Maximum Homerdrive
83
- :description: Homer and Bart take attempt to deliver a dead trucker's cargo on
84
- schedule. Meanwhile, Marge decides to have an adventure of her own and purchases
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
@@ -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"
@@ -1,6 +1,6 @@
1
1
  module SimpsonsWorld
2
2
  BASE_URL = "http://www.simpsonsworld.com"
3
- EPISODES_URL = "/watch/episodes"
3
+ EPISODES_URL = "/browse/episodes"
4
4
 
5
5
  class Scrape
6
6
  require 'nokogiri'
@@ -1,3 +1,3 @@
1
1
  module SimpsonsWorld
2
- VERSION = "0.1.1"
2
+ VERSION = "1.0.0"
3
3
  end
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.1.1
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-02-19 00:00:00.000000000 Z
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: