dub 0.2.2.pre.alpha.133 → 0.3.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/open_api_sdk/sdkconfiguration.rb +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: cbda3e51adde82559dfac95fc365f9b973936417d599675ee994465d47e022aa
|
4
|
+
data.tar.gz: 93648363c29550185e4b444d5e7194612c74514ee40595f2036963a410a5c355
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8059104eed49a5b2a237d2584eb0b12937266f51fc616eb413ba87f6ef3c59360d3ec7f015021a73848f803599e139aa47bbaa36bda807f537c420df1f34d19e
|
7
|
+
data.tar.gz: fa6fdd605700487014ccc1a321123ad57eb793802131dc4f9efd0637ea1ccff93e44c18cbfa5577e29a3a92d2930a8df1ac564a084e65c77102211f8f936efbb
|
@@ -61,9 +61,9 @@ module OpenApiSDK
|
|
61
61
|
end
|
62
62
|
@language = 'ruby'
|
63
63
|
@openapi_doc_version = '0.0.1'
|
64
|
-
@sdk_version = '0.
|
64
|
+
@sdk_version = '0.3.0'
|
65
65
|
@gen_version = '2.563.0'
|
66
|
-
@user_agent = 'speakeasy-sdk/ruby 0.
|
66
|
+
@user_agent = 'speakeasy-sdk/ruby 0.3.0 2.563.0 0.0.1 dub'
|
67
67
|
end
|
68
68
|
|
69
69
|
sig { returns([String, T::Hash[Symbol, String]]) }
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dub
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dub
|
@@ -464,9 +464,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
464
464
|
version: '3.0'
|
465
465
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
466
466
|
requirements:
|
467
|
-
- - "
|
467
|
+
- - ">="
|
468
468
|
- !ruby/object:Gem::Version
|
469
|
-
version:
|
469
|
+
version: '0'
|
470
470
|
requirements: []
|
471
471
|
rubygems_version: 3.4.19
|
472
472
|
signing_key:
|