foobara 0.0.61 → 0.0.62

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: 3a3b99978753271dc5d62b11b9132b0301d3285075c1cf61b0672713e7beb0ae
4
- data.tar.gz: c127430a4d7408018e8475d1ebe5311114f8709a04ba448665214605895eb45b
3
+ metadata.gz: e51b9c7a0ac330e578effe12763511eba4657e4972cbe3ba28b9fbede392c1d7
4
+ data.tar.gz: de0f7f790a8d77c654b3ed8b30addb6c2a168428b64e13cfbcc1cca4518992b4
5
5
  SHA512:
6
- metadata.gz: 962b7fa09bafe6bccf89c7d963069eb6207f91c0d7656ba988b87f0cd271e148a8d03d0e86e092c2f536977ef5634a54ca90ca46e334e98448d09be8e1e5fd0d
7
- data.tar.gz: 02d17842a63a15dee83b364bde44b3844d59ec796005c04648e65199aa699e5642dada7aa1ca4121df3409a6c778eb4c40e41ecbb1bf39423e6fc78a1f80b515
6
+ metadata.gz: a316efbfe8ba8573ce253fbb2b0c57f2d301090ff8cfc90810839d44eb5e48b82dbce8fcb52efc508123b05319cbdbc888da47e37890a7ebc7c164d7bd74d184
7
+ data.tar.gz: c9a4be820a1d925c52d6c47cc23058cc49630203b9c11705ad495b7a44bb277f4ace03dd1643acc6a779d50d2d11351f806c26d16c11f29b26e9ed21264342ce
data/CHANGELOG.md CHANGED
@@ -1,8 +1,12 @@
1
- ## [0.0.61] - 2025-02-22
1
+ ## [0.0.62] - 2025-02-21
2
+
3
+ - Add Manifest::Type#to_type_declaration_from_declaration_data
4
+
5
+ ## [0.0.61] - 2025-02-21
2
6
 
3
7
  - Add Manifest::Type#custom?
4
8
 
5
- ## [0.0.60] - 2025-02-22
9
+ ## [0.0.60] - 2025-02-21
6
10
 
7
11
  - Now including domain mappers in the .depends_on call is optional. If you include any of them, you must include all
8
12
  of them. Otherwise, you can include none of them and then no verification of them will be performed.
@@ -90,6 +90,10 @@ module Foobara
90
90
 
91
91
  false
92
92
  end
93
+
94
+ def to_type_declaration_from_declaration_data
95
+ TypeDeclaration.new(root_manifest, [*path, :declaration_data])
96
+ end
93
97
  end
94
98
  end
95
99
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foobara
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.61
4
+ version: 0.0.62
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miles Georgi