sports_south 2.0.13 → 2.0.14

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b1e2e0e111bb99a3f762020fb343b698b20b78a5
4
- data.tar.gz: df83c3adebed34d6854ce3632aa8a0061ca84f43
3
+ metadata.gz: 980a99cab4827d5bfc7f524572be164c78d1f647
4
+ data.tar.gz: 9395cf5f4119275c4f6340f82193f1c5cd496ebc
5
5
  SHA512:
6
- metadata.gz: 559bc3d4e6a2238f06576dfc13ee0a65000326aef12619c049d4971eea8d50caa8cfcc608cc4b1912b15da51da147a0b0751a77d1c2f004759a79cb595517901
7
- data.tar.gz: ffb73429d3c0370607fe4261286588f4068213fa70756308efb3e694829b3fa6f802d177e9f73c36f3485be563dae2fd5f403d9d0f46447a0a9dab5262fd08cf
6
+ metadata.gz: 955ffe27a5f7501882f9bf58a5b16c9811d9f39ca69aa90f3125f394077a2d47923c8b8a7688a98bedafecc366fb147cb8e73008c7f150e364c15f4c34e0162d
7
+ data.tar.gz: 49221b5be5c1f89f7c3b8b618180938ea5fb5070f4a9287bc26a01134345757f2d3b16b32e6bd42392843b55bce0523a2395fc731259c38e4f123c3ed7436a74
@@ -115,7 +115,7 @@ module SportsSouth
115
115
 
116
116
  {
117
117
  name: content_for(node, 'IDESC').gsub(/\s+/, ' '),
118
- upc: content_for(node, 'ITUPC'),
118
+ upc: content_for(node, 'ITUPC').rjust(12, "0"),
119
119
  item_identifier: content_for(node, 'ITEMNO'),
120
120
  quantity: content_for(node, 'QTYOH').to_i,
121
121
  price: content_for(node, 'CPRC'),
@@ -1,3 +1,3 @@
1
1
  module SportsSouth
2
- VERSION = '2.0.13'
2
+ VERSION = '2.0.14'
3
3
  end
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.13
4
+ version: 2.0.14
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-10 00:00:00.000000000 Z
11
+ date: 2017-11-15 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.5.1
150
+ rubygems_version: 2.6.12
151
151
  signing_key:
152
152
  specification_version: 4
153
153
  summary: Sports South API Ruby library.