typed.rb 0.0.12 → 0.0.13

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c111e1f20ab0b156bcead6d988eae88c0aabf660
4
- data.tar.gz: 8103b73f4455913b46606a7e81d2c64bcac2f1e5
3
+ metadata.gz: b580e881ef45c47047651872f06cabfeeef3bc14
4
+ data.tar.gz: 98b117dcde88dab1eeeaeee8a62b9ad147f0121b
5
5
  SHA512:
6
- metadata.gz: bb9195b5d6411a04ae2fd223ce61db7b314ea4cb2a38ad661b48827fc8f50fdcec2827af10d0d09131dfae81fc438f51ea354f1ce1bab883edb46d49105f424c
7
- data.tar.gz: b038edcf95e5551c70c544cf3e7e089d365b8069b5d6785d11d8dbe6de7c9a835ccca41bc323fa8ff96b452053f882e4cb72dfbbd9b15baa0d6a1ec1d8004ad9
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
@@ -3,7 +3,9 @@ require_relative '../runtime'
3
3
  class BasicObject
4
4
  class TypeRegistry
5
5
  class << self
6
+
6
7
  include TypedRb::Runtime::Normalization
8
+ include TypedRb::Runtime::Normalization::Validations
7
9
 
8
10
  ts '.clear_parsing_registries / -> unit'
9
11
  def clear_parsing_registries
data/lib/typed/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module TypedRb
2
- VERSION = '0.0.12'
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.12
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-17 00:00:00.000000000 Z
11
+ date: 2016-01-19 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: antoniogarrote@gmail.com