lipseys 5.0.0 → 5.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: b2460ca1c5b0b67878b1fb5c190014058d335c9e
4
- data.tar.gz: c51c96c8c1d3fa5569b41edc2283f385ce7be85b
3
+ metadata.gz: 823c554eff146611688ad459e698e449625640f8
4
+ data.tar.gz: 96a39a440393b8bebcb8a4b7872aeaf6a0cf893b
5
5
  SHA512:
6
- metadata.gz: cae758114f8d1cc21abbfb3c86e6d027ff971e07e3a9f7d17530747d2a74677160741169781ac1f1aef20977ef0562cae5f88da20f7a7d28d77f9d1ac6ef506f
7
- data.tar.gz: 0b36b5ac6dc4b4e2a826957eb267915b16c06945a3522d8c4e3e8066bce19ff91bd8020c7232b92242ce4e71d0db7033e78758f29f5d765e0c81efdf426bfec5
6
+ metadata.gz: 7a02161b0af4d5dc95f45b9f0a677b5ff7379ad20c5a59b5fd02ae5101adfa7c0b715d986eded166b27fc24e8a34f0c7c3f6e68da468f10aeb93755b77d40e10
7
+ data.tar.gz: c1592da12a360a88b85daef78e24ddec07858a1e3688e12b7d30cd7dfc6873281b5dce54cadbcf490bd65287115053bab4ce1ab9b348e9af8c032ed02866f54f
@@ -2,7 +2,7 @@ module Lipseys
2
2
  class Catalog < Base
3
3
 
4
4
  CHUNK_SIZE = 500
5
- API_URL = 'https://www.lipseys.com/API/catalog.ashx'
5
+ API_URL = 'http://184.188.80.195/API/catalog.ashx'
6
6
  ITEMTYPES = %w(ACCESSORY FIREARM NFA OPTIC)
7
7
 
8
8
  def initialize(options = {})
@@ -1,7 +1,7 @@
1
1
  module Lipseys
2
2
  class Image < Base
3
3
 
4
- API_URL = 'https://www.lipseys.com/API/catalog.ashx'
4
+ API_URL = 'http://184.188.80.195/API/catalog.ashx'
5
5
 
6
6
  def initialize(options = {})
7
7
  requires!(options, :username, :password)
@@ -1,7 +1,7 @@
1
1
  module Lipseys
2
2
  class Inventory < Base
3
3
 
4
- API_URL = 'https://www.lipseys.com/API/pricequantitycatalog.ashx'
4
+ API_URL = 'http://184.188.80.195/API/pricequantitycatalog.ashx'
5
5
 
6
6
  def initialize(options = {})
7
7
  requires!(options, :username, :password)
@@ -1,7 +1,7 @@
1
1
  module Lipseys
2
2
  class SoapClient < Base
3
3
 
4
- API_URL = 'http://www.lipseys.com/webservice/LipseyAPI.asmx?WSDL'
4
+ API_URL = 'http://184.188.80.195/webservice/LipseyAPI.asmx?WSDL'
5
5
 
6
6
  protected
7
7
 
@@ -1,7 +1,7 @@
1
1
  module Lipseys
2
2
  class User < SoapClient
3
3
 
4
- API_URL = 'https://www.lipseys.com/API/validate.asmx?WSDL'
4
+ API_URL = 'http://184.188.80.195/API/validate.asmx?WSDL'
5
5
 
6
6
  def initialize(options = {})
7
7
  requires!(options, :username, :password)
@@ -1,3 +1,3 @@
1
1
  module Lipseys
2
- VERSION = '5.0.0'.freeze
2
+ VERSION = '5.0.1'.freeze
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: 5.0.0
4
+ version: 5.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: 2019-08-27 00:00:00.000000000 Z
11
+ date: 2019-09-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri