typespec_from_serializers 0.5.0 → 0.5.1
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: cd430dc5d5183e39ffa8807d4cff5dbb86171854aeaf177504273cd1532dc7fc
|
|
4
|
+
data.tar.gz: 92322e76dbdc600ca99207e938e2a165e9c6e807ab850ca02859abf91f6d86f1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1cb7b148bbd373e36843d6403f246f4a7baa788a208d355e2a1c1db364bba49e28e52a5fcb51772f37e0f2e02b209c9d507cdce61f7f378456719cb3c154ce2e
|
|
7
|
+
data.tar.gz: be5c9225d4dcae111de5e236c91890ee0046045064c1a3f9ec96cf4013661ec2e01613b10a05050862eb783b336a99eb7e65ae06e375b5a3ea1fc1b171375e2a
|
data/CHANGELOG.md
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: typespec_from_serializers
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Danila Poyarkov
|
|
@@ -313,6 +313,7 @@ files:
|
|
|
313
313
|
- lib/typespec_from_serializers.rb
|
|
314
314
|
- lib/typespec_from_serializers/dsl.rb
|
|
315
315
|
- lib/typespec_from_serializers/dsl/controller.rb
|
|
316
|
+
- lib/typespec_from_serializers/dsl/routing.rb
|
|
316
317
|
- lib/typespec_from_serializers/dsl/serializer.rb
|
|
317
318
|
- lib/typespec_from_serializers/generator.rb
|
|
318
319
|
- lib/typespec_from_serializers/io.rb
|
|
@@ -320,7 +321,6 @@ files:
|
|
|
320
321
|
- lib/typespec_from_serializers/railtie.rb
|
|
321
322
|
- lib/typespec_from_serializers/rbi.rb
|
|
322
323
|
- lib/typespec_from_serializers/rdoc.rb
|
|
323
|
-
- lib/typespec_from_serializers/routing_patch.rb
|
|
324
324
|
- lib/typespec_from_serializers/runner.rb
|
|
325
325
|
- lib/typespec_from_serializers/sorbet.rb
|
|
326
326
|
- lib/typespec_from_serializers/version.rb
|
|
File without changes
|