lipseys 2.0 → 2.0.1

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: 3f9bd15130f7600c855bb9d9d333fd0ffa29976d
4
- data.tar.gz: 32e12cf0871fd1d207224a1865e0c10d02df27db
3
+ metadata.gz: 65fa302edef75f4f75a00c9ba1d0a3fbfb2187a6
4
+ data.tar.gz: 64a09a0f40c0251123160a4e9abada4d8a47caf6
5
5
  SHA512:
6
- metadata.gz: 1a8b7fa728e9d0089c4f9754a60a3fa757a1c6f5bb0182c83452a6adee3601a3c2f507c6a53575d6c8b2258180172433121c1f447c9b83b2f370ca2382ab03ef
7
- data.tar.gz: 4f945e0f1070a9e92626e0d04bf0009874ffcc0a3abb4bd1af036e87d473acb48ca64222c831b1511f12cde7d91811d0a3411b38ef20136007c1718aa1796ac8
6
+ metadata.gz: 64f5a3ebeeaf27b7bbc175e2131cd45fb95a91dc42c4172c528683e29f0a29854729abdececc91cd0b1d1a5b54cfb76f1caa2823f8ba1a410021faaa4aa44cd5
7
+ data.tar.gz: 6b14208f77c9536aa7f25fd9150bf44d19d78dcaa1218e913d57b3946a89972faf9b821825aa775a5f49ef109d7811c2c942d438a4b64e18d465750a9fd44f6e
@@ -115,8 +115,6 @@ module Lipseys
115
115
  category: content_for(node, 'Type'),
116
116
  price: nil,
117
117
  weight: content_for(node, 'Weight'),
118
- marp: nil,
119
- msrp: content_for(node, 'MSRP'),
120
118
  item_identifier: content_for(node, 'ItemNo'),
121
119
  brand: content_for(node, 'MFG'),
122
120
  features: {
@@ -1,3 +1,3 @@
1
1
  module Lipseys
2
- VERSION = "2.0"
2
+ VERSION = "2.0.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lipseys
3
3
  version: !ruby/object:Gem::Version
4
- version: '2.0'
4
+ version: 2.0.1
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-09-21 00:00:00.000000000 Z
11
+ date: 2017-09-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri