cps-client 0.0.2 → 0.0.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.
@@ -51,7 +51,7 @@ module CPS
51
51
 
52
52
  def query( object )
53
53
  # AlwaysVerifySSLCertificates.ca_file = CA_FILE
54
- url = @production == true ? URL : URL_DEV
54
+ url = @production == true ? URL_PRD : URL_DEV
55
55
  uri = URI.parse("#{PROTO}://#{url}:#{PORT}")
56
56
  @request = self.template(object)
57
57
 
@@ -1,7 +1,7 @@
1
1
  module CPS
2
2
 
3
3
  PROTO = 'https'
4
- URL = 'arpgate.cps-datensysteme.de'
4
+ URL_PRD = 'arpgate.cps-datensysteme.de'
5
5
  URL_DEV = 'arpote.cps-datensysteme.de'
6
6
  PORT = 700
7
7
  PATH = '/'
@@ -7,7 +7,7 @@ module CPS
7
7
  module Version
8
8
  MAJOR = 0
9
9
  MINOR = 0
10
- PATCH = 2
10
+ PATCH = 3
11
11
  BUILD = nil
12
12
 
13
13
  STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join(".")
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cps-client
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - jfqd