sports_south 2.0.17 → 2.0.18
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/sports_south/catalog.rb +4 -0
- data/lib/sports_south/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 58363550b22c8c4b6a4d7c73a95be83db2c0b027
|
4
|
+
data.tar.gz: 84795ef66ec6c1c9339fad60d738db4cbf323073
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 66d9cc8af0d3e501f68e2e317a72582fc6d9f81c6b27bf740d03deda15ae25b8a4ec262ba10cd68dc9d2700c00a54e1339044e6f1dc30fc9fc3857d3b18e6590
|
7
|
+
data.tar.gz: 081ea2c1e187f1fdaa46fcdbfc5473532b485102b82e9edb26b4b4a1fad0d0ffc9bc21cdf75b8e538d777551f55d781681238371a5c31224c7b33d34ceedb5a2
|
data/lib/sports_south/catalog.rb
CHANGED
@@ -113,6 +113,10 @@ module SportsSouth
|
|
113
113
|
nil
|
114
114
|
end
|
115
115
|
|
116
|
+
if features.respond_to?(:[]=)
|
117
|
+
features[:model] = content_for(node, 'IMODEL')
|
118
|
+
end
|
119
|
+
|
116
120
|
{
|
117
121
|
name: content_for(node, 'IDESC').gsub(/\s+/, ' '),
|
118
122
|
upc: content_for(node, 'ITUPC').rjust(12, "0"),
|
data/lib/sports_south/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sports_south
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.18
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dale Campbell
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-12-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: nokogiri
|
@@ -147,7 +147,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
147
147
|
version: '0'
|
148
148
|
requirements: []
|
149
149
|
rubyforge_project:
|
150
|
-
rubygems_version: 2.
|
150
|
+
rubygems_version: 2.6.12
|
151
151
|
signing_key:
|
152
152
|
specification_version: 4
|
153
153
|
summary: Sports South API Ruby library.
|