mautic_swagger_client 1.0.4 → 1.0.5

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3942b4060bcde54f1678cbf5d7acc3dd730c68f4
4
- data.tar.gz: 81667407e1bde30a229abb58d98d7dd9aca9c341
3
+ metadata.gz: 7142327735d393472d0f08a8d19985e04dcc6690
4
+ data.tar.gz: c76318dca88b464485b614038ed105fc94e945c1
5
5
  SHA512:
6
- metadata.gz: 4eda5e92d476721b24794c9671052a81b70b5d78211302270f09afbd992711a5471bc81584c0fa998da1027b5366009f9f1330883b2f7a10e60721a7b44a801b
7
- data.tar.gz: 6981f557285b5074344bf5b7c07f75ada210e2178724636c10e1d80f7d63d8314a0c9a72aae00440f7f1eae23af4e77eab3c314ebd57e13f4c286dd3d0544046
6
+ metadata.gz: 6139753bb3fe9a73e4736a64ce09f6eaa1b1b5617a8b6357d5c124d895bf1b52bae8e79548facdc4592308cd9069d5e31eab907b17d056d20e12b76181302fbc
7
+ data.tar.gz: 8383994b116da4ba5daa4f08188b011f312e277f4754fd20f151cef2545866772b45c143fc64208d3a902d62a50a437bd68cfb7dc01da939d029e363cba1c712
@@ -130,7 +130,7 @@ module SwaggerClient
130
130
  def initialize
131
131
  @scheme = 'https'
132
132
  @host = 'atoc.detie.cn'
133
- @base_path = '/index_dev.php'
133
+ @base_path = ''
134
134
  @api_key = {}
135
135
  @api_key_prefix = {}
136
136
  @timeout = 0
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.14
11
11
  =end
12
12
 
13
13
  module SwaggerClient
14
- VERSION = '1.0.4'
14
+ VERSION = '1.0.5'
15
15
  end
@@ -18,7 +18,7 @@ describe SwaggerClient::Configuration do
18
18
  before(:each) do
19
19
  # uncomment below to setup host and base_path
20
20
  # require 'URI'
21
- # uri = URI.parse("https://https://atoc.detie.cn/index_dev.php")
21
+ # uri = URI.parse("https://atoc.detie.cn")
22
22
  # SwaggerClient.configure do |c|
23
23
  # c.host = uri.host
24
24
  # c.base_path = uri.path
@@ -28,14 +28,14 @@ describe SwaggerClient::Configuration do
28
28
  describe '#base_url' do
29
29
  it 'should have the default value' do
30
30
  # uncomment below to test default value of the base path
31
- # expect(config.base_url).to eq("https://https://atoc.detie.cn/index_dev.php")
31
+ # expect(config.base_url).to eq("https://atoc.detie.cn/")
32
32
  end
33
33
 
34
34
  it 'should remove trailing slashes' do
35
35
  [nil, '', '/', '//'].each do |base_path|
36
36
  config.base_path = base_path
37
37
  # uncomment below to test trailing slashes
38
- # expect(config.base_url).to eq("https://https://atoc.detie.cn/index_dev.php")
38
+ # expect(config.base_url).to eq("https://atoc.detie.cn/")
39
39
  end
40
40
  end
41
41
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mautic_swagger_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Swagger-Codegen