custom_elements_manifest_parser 0.1.0 → 0.1.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: 510fa863ae80956f1521f6b10c1b36d24e7d5397e14337de1ab424a46a60e00c
4
- data.tar.gz: 17ff0b9d57ab3343919a32bd0f73a37c8839355817f27fdc9302d5c617f8c057
3
+ metadata.gz: 159107ec8b6233a574b4e1d7bf8be305f8efe78808c28f79cf1b184d6b46048a
4
+ data.tar.gz: 904b3860d3a05f67d61d4a2fe053e79fb1172c059c3179aaeaa8408abb8c0982
5
5
  SHA512:
6
- metadata.gz: f5636133ef9fde39a1c4ca70d87bf8879ed17495322a098d7ab465e21dbdf352fd75aece557e321a4bfb6705d1b0b816e89cc39e09c8afd9c306cabaab1d2881
7
- data.tar.gz: 64ce1244a7226f6641b5007cc1fb58021110bc31a89d89d003f0056bc233e460dc8a145def0232937e1d1a294a4011b3a410af65f77fbcf3ce8f31a52b665c95
6
+ metadata.gz: e6f9a30d13e73b8fdbea80103fe7d4356e28db2ab361bca424fb74b46b997b5beba832a9534483b8ee4ff7d811839cdc9731c07f045f4f56de801483e57d2271
7
+ data.tar.gz: 41e30ff4525fa02154635910bcf2e226f28903a145d2731cc46065417b38b2ea3c3524c7415b1652774099ec793812120c4558c4192cc3ede5d2b55f3de0bf6c
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- custom_elements_manifest_parser (0.1.0)
4
+ custom_elements_manifest_parser (0.1.1)
5
5
  dry-struct (~> 1.0)
6
6
  dry-types (~> 1.0)
7
7
  dry-validation (~> 1.0)
@@ -68,6 +68,7 @@ module CustomElementsManifestParser
68
68
  attribute attr.name, attr.type
69
69
  end
70
70
 
71
+ # @!parse Structs::FunctionLikeStruct
71
72
  attributes_from Structs::DeclarableNodeStruct
72
73
 
73
74
  # @!attribute kind
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CustomElementsManifestParser
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: custom_elements_manifest_parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - konnorrogers