soda_xml_team 1.4.2 → 1.4.3

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: bcda24ca8272faff4fc6c3c66855b4ffd8940739
4
- data.tar.gz: 885f2003baf821df27ac454a9a32a190a9dbb2bd
3
+ metadata.gz: 2857d8b4808382fc3871cbbc8f5b9eff9749baeb
4
+ data.tar.gz: db00265f341efcf3a0fccb67b0a30c679448bf9d
5
5
  SHA512:
6
- metadata.gz: fa961ea0f159e5258c962ee2a83deedf07c50e50d2df33d64780e20f244051352d24947da8b6e441d56611003fa3dcf698dd833b9d43a19998a852c201455923
7
- data.tar.gz: 281fcd1a32e73c58203f5aa2afff6b9e8319998937e066407299dbd48826ed59d988af571febfca58a988bd993af2693e81f549275206800ebea56b288a51042
6
+ metadata.gz: f098048d69f37c441292e5ba2fdff32382f27860aa56530559aa9e79edaceefecc48e8ce87c218ad03a1f5ebef246614f91cbdc3e43b56cb056d673b01d07e6f
7
+ data.tar.gz: b6fb790c1ae6a490d208591573bd0f16e322b8cfdad99e4ea0b6ebfbbc41e298359ba54b89d475d46f78ca101510cc4b2b9a435c601c95f0d87c67dabd941a7b
@@ -79,6 +79,13 @@ module SodaXmlTeam
79
79
  # Always return the XML listing
80
80
  path << 'stylesheet=sportsml2rss-1.0-s'
81
81
 
82
+ # Select publisher database
83
+ if options[:publisher].is_a? String
84
+ path << "publisher-keys=#{options[:publisher]}"
85
+ else
86
+ path << 'publisher-keys=sportsforecaster.com'
87
+ end
88
+
82
89
  # Get a specific document
83
90
  else
84
91
  endpoint = '/getDocuments?'
@@ -1,5 +1,5 @@
1
1
  ##
2
2
  # SODA XML Team module
3
3
  module SodaXmlTeam
4
- VERSION = '1.4.2'
4
+ VERSION = '1.4.3'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: soda_xml_team
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.2
4
+ version: 1.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephen Yeargin