params-registry 0.1.3 → 0.1.4

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: 624a80ddabb8e69e586c3350a22bab9717af67818b97618425f0093606b684a6
4
- data.tar.gz: bce074ab33e21da81a969cd0e780c1b296a7ec0e8b4a738cd3e08da098add826
3
+ metadata.gz: 2b59f44588d91a5931a029450ff4087f634a8e4c4f92d5fc07ed593b616ddda1
4
+ data.tar.gz: 524ee99633bd8f266acca27eb9f712bbdb3d64b02291e09848e2efb4b694db29
5
5
  SHA512:
6
- metadata.gz: d50aa5edb159bc4159b6d93abe11ef251c2a571bc5a2d3935bb17e743e5027aae20caa9ce757be82b70c77cdfbaea6464afd969da77813fbe44efa2b18ce9ea7
7
- data.tar.gz: d893ba746adaa6cdf04f17022f31452ed88a506c70f1060e519603627784ed3e51d0e7cd52a52d14a66d43882c5ab7d6bb9da2c76cd52e8798d0b36f5c9f1157
6
+ metadata.gz: 6929a5621c8a7fc76f64104fceaca556d00013a06465077fc47e328bc48dedda7668cd19b28f9a70bd63d3ae27fb19884ae4f327f74253b3a66bfd5e202975b3
7
+ data.tar.gz: a309df26a0e9f3050f7c234b65a98cee13e32b038a1369479c5ad3c7c7e9ab2836542be35f9948716b74febbb5f48cfe896a6c5b2d47e4bcdf1c4d470cca3204
@@ -3,6 +3,6 @@
3
3
  module Params
4
4
  class Registry
5
5
  # The module version
6
- VERSION = "0.1.3"
6
+ VERSION = "0.1.4"
7
7
  end
8
8
  end
@@ -327,7 +327,7 @@ class Params::Registry
327
327
  # the null id is special; you can't assign to it
328
328
  id = Types::NonNil[id]
329
329
 
330
- @groups[id] = Group.new self, id, templates: spec
330
+ @groups[id] = group_class.new self, id, templates: spec
331
331
  end
332
332
 
333
333
  # Retrieve the names of the groups.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: params-registry
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dorian Taylor