daytona_analytics_api_client 0.204.0 → 0.205.0
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 +4 -4
- data/lib/daytona_analytics_api_client/version.rb +1 -1
- data/project.json +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9ac1c8a50cfc5e192bb094fab9e61a0e62750b488cddb7d9022af95f810eff6b
|
|
4
|
+
data.tar.gz: a3d42c93e92405718bb28c54b2bc2a55d6b8a944b7ad2c83e197d09cdc0b1940
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9d8fd98fa814296745b2b877ee54659f90ec2b25ea0b7d755924815f09e47c0f47b6ccdb9302caf66d306731ef0883ca38004845994d077d67c8825a872e64c7
|
|
7
|
+
data.tar.gz: 01f7f1eac4a959a20c89984540c4df36ba550ba22a8829dd76f29af3f1bd7323530c9d33e0a5e91a429993c037fe8aa9f61aa2e961659bc1e69e5646030c7a19
|
data/project.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"executor": "nx:run-commands",
|
|
10
10
|
"options": {
|
|
11
11
|
"cwd": "{projectRoot}",
|
|
12
|
-
"commands": ["rm -f *.gem", "bundle install", "gem build daytona_analytics_api_client.gemspec"],
|
|
12
|
+
"commands": ["rm -f *.gem", "BUNDLE_GEMFILE=Gemfile bundle install", "gem build daytona_analytics_api_client.gemspec"],
|
|
13
13
|
"parallel": false
|
|
14
14
|
},
|
|
15
15
|
"dependsOn": ["set-version"],
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"yarn run openapi-generator-cli generate -i openapi-specs/analytics.json -g ruby -t hack/ruby-client/openapi-templates --additional-properties=gemAuthor=daytonaio,gemAuthorEmail=support@daytona.io,gemDescription=\\\"Daytona Analytics API Client\\\",gemHomepage=\\\"https://github.com/daytona/clients\\\",gemVersion=$DEFAULT_GEM_VERSION,gemName=daytona_analytics_api_client,enumUnknownDefaultCase=true -o analytics-api-client-ruby",
|
|
36
36
|
"bash analytics-api-client-ruby/fix-gemspec.sh",
|
|
37
37
|
"sed -i 's|OpenAPI-Generator/#{VERSION}/ruby|analytics-api-client-ruby/#{VERSION}|' analytics-api-client-ruby/lib/daytona_analytics_api_client/api_client.rb",
|
|
38
|
-
"cd analytics-api-client-ruby && bundle install"
|
|
38
|
+
"cd analytics-api-client-ruby && BUNDLE_GEMFILE=Gemfile bundle install"
|
|
39
39
|
],
|
|
40
40
|
"parallel": false
|
|
41
41
|
},
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: daytona_analytics_api_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.205.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- daytonaio
|
|
8
8
|
bindir: bin
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date: 1980-01-
|
|
10
|
+
date: 1980-01-01 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: typhoeus
|
|
@@ -100,7 +100,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
100
100
|
- !ruby/object:Gem::Version
|
|
101
101
|
version: '0'
|
|
102
102
|
requirements: []
|
|
103
|
-
rubygems_version: 3.
|
|
103
|
+
rubygems_version: 3.7.2
|
|
104
104
|
specification_version: 4
|
|
105
105
|
summary: Daytona Analytics API Ruby Gem
|
|
106
106
|
test_files: []
|