vgs_api_client 0.0.1.dev202204192008 → 0.0.1.dev202204201115
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 13cccff724cb6dcd2a46110a63612be368f178e97234a929e9337bbff12629ea
|
4
|
+
data.tar.gz: de3e64e375ea4b3fbfda31c411512c901d036f09f2ba91c4487b2dbab1bc28bc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a0bb850dfb5fad42a04f35621576db4a7c95ee5e897b8dc687b228dff32dbfab404c93b227396d11dfb40375400c65010411fcdc297ae4c89fb1392a367a2b53
|
7
|
+
data.tar.gz: 7eae8b3fdd91950c0e992e0b771125a8e45fd24ebcf34acd122a81de9c3548858537f09ab1012ce896c6d001f911d9d9fe3100b2aebe3052007dc92c3f87dd97
|
@@ -31,7 +31,7 @@ module VgsApiClient
|
|
31
31
|
# @option config [Configuration] Configuration for initializing the object, default to Configuration.default
|
32
32
|
def initialize(config = Configuration.default)
|
33
33
|
@config = config
|
34
|
-
@user_agent = "vgs-api-client/0.0.1.
|
34
|
+
@user_agent = "vgs-api-client/0.0.1.dev202204201115/ruby"
|
35
35
|
@default_headers = {
|
36
36
|
'Content-Type' => 'application/json',
|
37
37
|
'User-Agent' => @user_agent
|
data/scripts/assemble/run.sh
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
LIB_VERSION=${LIB_VERSION:-0.0.1.dev$(date "+%Y%m%d%H%M")}
|
4
4
|
|
5
5
|
# fix version
|
6
|
-
grep -rl 0.0.1.
|
6
|
+
grep -rl 0.0.1.dev202204201115 . | xargs sed -i "s/0.0.1.dev202204201115/${LIB_VERSION}/g"
|
7
7
|
|
8
8
|
# build
|
9
9
|
gem build vgs_api_client.gemspec
|
data/scripts/test/run.sh
CHANGED
File without changes
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vgs_api_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.1.
|
4
|
+
version: 0.0.1.dev202204201115
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Very Good Security
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-04-
|
11
|
+
date: 2022-04-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -95,7 +95,7 @@ files:
|
|
95
95
|
- spec/api_client_spec.rb
|
96
96
|
- spec/configuration_spec.rb
|
97
97
|
- spec/spec_helper.rb
|
98
|
-
- spec/
|
98
|
+
- spec/test_api_spec.rb
|
99
99
|
- vgs_api_client.gemspec
|
100
100
|
homepage: https://openapi-generator.tech
|
101
101
|
licenses:
|
@@ -124,4 +124,4 @@ test_files:
|
|
124
124
|
- spec/api_client_spec.rb
|
125
125
|
- spec/configuration_spec.rb
|
126
126
|
- spec/spec_helper.rb
|
127
|
-
- spec/
|
127
|
+
- spec/test_api_spec.rb
|