movlog 0.2.6 → 0.2.7

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: 27e52125605440e76bd72d86c8446ed80d5963b7
4
- data.tar.gz: 3d06f4cd1d9658427dab2553cf455e30faed454c
3
+ metadata.gz: a060c55f97a20f10c8bae8d002aa934df1de5156
4
+ data.tar.gz: 931f5aab8794d03f8d233360fa9698a93ef2f858
5
5
  SHA512:
6
- metadata.gz: 5db2790aaa39b7b839982c2aca69d3f9f50afe627c1ff66658e0d5816aea237e710fec7ca01aef4bb64c98a73517bb1321f907b886de537c251cbe9e8066ef3d
7
- data.tar.gz: a75a9b34173a96bbd306c6f60ee1aead1bf44d56afc06d1f261159b102e5e85fac4ff5912046e49693164215bfca4b196f8cbb89daba20ad711e39fd796d52af
6
+ metadata.gz: 6f7a1c93f497fa24d61f72e5b3cc8e52df9de5b3a379727a21be16122f5bdce04ac27602517db6c3317b3b26e998e7267d6bc5e0e9463406097594a9843dcee0
7
+ data.tar.gz: e2b5f74f51c5fb3de22dbff58f4c832ddcd70b4356b6fc4c6dd64d189686d1cb1d5382022e4a1a5fc989ebdb8f049821a23905544c3d157693d5c488afb5afc1
@@ -29,7 +29,7 @@ module Movlog
29
29
  def self.location(l)
30
30
  movie_id = l
31
31
 
32
- page_url = "http://www.imdb.com/title/#{movie_id}/locations?ref_=tt_dt_dt"
32
+ page_url = "http://www.imdb.com/title/tt1211837/locations?ref_=tt_dt_dt"
33
33
 
34
34
  # Fetch and parse HTML document
35
35
  location_arr = []
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Movlog
4
- VERSION = '0.2.6'
4
+ VERSION = '0.2.7'
5
5
  end
@@ -24,6 +24,5 @@ describe 'OMDB specifications' do
24
24
  @movie.poster.length.must_be :>, 0
25
25
  @movie.plot.length.must_be :>, 0
26
26
  @movie.location.length.must_be :>, 0
27
- puts @movie.location
28
27
  end
29
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: movlog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Wen