vegas_insider_scraper 0.1.4 → 0.1.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 +4 -4
- data/lib/sports/scraper_league.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 89031700cd6bec519bb2a1841530ccf2f4e958e000de5f024bb88aa41f443177
|
|
4
|
+
data.tar.gz: 42b5277aaec3c8892ae3b183817423ab40ed11b8c32eccec3280f5af7029043b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2e7e9a97da1085b1dbc41960bb2d8dfdafa6aaa52a8acd92025b6710f105490d80bb2b9b11b1a23a15d8f73f5719e89946627c37068959cc9e8b1f940a6810de
|
|
7
|
+
data.tar.gz: 2517e5e4149b16d7b235eb04065ff03214ff6244a5c681f82d3bad3214dd4563a1f35b5c142a08c6ebf3fc4588900cb0946ea64edcbce39bcd853682d9207994
|
|
@@ -598,7 +598,7 @@ class ScraperLeague
|
|
|
598
598
|
# Utility method for scraping team page results
|
|
599
599
|
# * gets the identifier for an opponent without links
|
|
600
600
|
def custom_opponent_identifier(cell)
|
|
601
|
-
cell.content.strip.gsub(/(\s| )+/, '-').gsub('@-','').downcase[0..-
|
|
601
|
+
cell.content.strip.gsub(/(\s| )+/, '-').gsub('@-','').downcase[0..-2]
|
|
602
602
|
end
|
|
603
603
|
|
|
604
604
|
# General Utility Method
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vegas_insider_scraper
|
|
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
|
- Matt Reitz
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-02-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: nokogiri
|