typed.rb 0.0.12 → 0.0.13
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/typed/runtime/normalization.rb +0 -1
- data/lib/typed/runtime/type_registry.rb +2 -0
- data/lib/typed/version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b580e881ef45c47047651872f06cabfeeef3bc14
|
|
4
|
+
data.tar.gz: 98b117dcde88dab1eeeaeee8a62b9ad147f0121b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bb62808c4d511ce344ef7cba6872aa99b827ad9e353fde28c9b8add4ae22f53c4b1e9176efa51a3596439ddfee33df2a09e6d86dea23d8028e5bbf733c92d7f5
|
|
7
|
+
data.tar.gz: 812be8a32afa7597ce926dbafdee7baed49debe401186bac5f9c3eed3ab2da901bfceaacf2651530fbebc1a25cb412b288cfa3b7c51fee46d71967b212adb8c8
|
|
@@ -3,7 +3,6 @@ require_relative '../runtime'
|
|
|
3
3
|
module TypedRb
|
|
4
4
|
module Runtime
|
|
5
5
|
module Normalization
|
|
6
|
-
include Validations
|
|
7
6
|
ts '#normalize_generic_types! / -> unit'
|
|
8
7
|
def normalize_generic_types!
|
|
9
8
|
initial_value = @generic_types_registry || Hash.call(Class, TypedRb::Types::TyGenericSingletonObject).new
|
data/lib/typed/version.rb
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
module TypedRb
|
|
2
|
-
VERSION = '0.0.
|
|
3
|
-
end
|
|
2
|
+
VERSION = '0.0.13'
|
|
3
|
+
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: typed.rb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.13
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Antonio Garrote
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-01-
|
|
11
|
+
date: 2016-01-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description:
|
|
14
14
|
email: antoniogarrote@gmail.com
|