movlog 0.2.4 → 0.2.5

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: d5adcc6366a664e653b9f8097ddd2077ab35a085
4
- data.tar.gz: fc6bbb2bc6058f139e402b3617281cd381021988
3
+ metadata.gz: 667c3dc1c62c44f2f9c83bbdd3cecc0b03adcf2e
4
+ data.tar.gz: c0388bc1761b7276f2f11eafb0c3a030c7bf3182
5
5
  SHA512:
6
- metadata.gz: d88129ab0e521c2574471d61f9ce10d012ac9375df141fbc750a5ecbf221db7c7f820daacc4961d387779e3f8c069f2fe0f3f201be670f681919b162249ae584
7
- data.tar.gz: 2fd0916fa8a72de51d4f601474bb91e84435f539e87d525afc6999b3337d99378064873f07211a06366bc509050f09c55870508521bb07af3ff94861eddb92fe
6
+ metadata.gz: 6dd56971bf105ffbbcfb792df35550c07441f05f8cc27381cbaae0e3bf0e237d273ffc9322559a4840c9e47d05fc503bae68433da6cad71ec24429ba5adfe185
7
+ data.tar.gz: 4e51399144498406d3c1b4e00878e68cc86d6f51d74161b4f906253f6dd99be0f015b42250cb500fadcdc1914abc77569583dbdb25486b4c7197a79c09af78c0
@@ -40,7 +40,7 @@ module Movlog
40
40
 
41
41
  doc.search('//div[@class="soda sodavote even"]/dt/a').each { |link| location_arr << link.content}
42
42
 
43
- location_arr
43
+ JSON.parse(location_arr.to_s)
44
44
  end
45
45
  end
46
46
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Movlog
4
- VERSION = '0.2.4'
4
+ VERSION = '0.2.5'
5
5
  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.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Wen