openproject-primer_view_components 0.44.1 → 0.44.2

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: 4070976cb5e56ee3459252e07c3fd1ca3544841315d96c5f4c05d57cad5eeeee
4
- data.tar.gz: 1a4cafe7ca3769c7ffaab32f19981d27323948c54416c870548d7cca7ea6ef9d
3
+ metadata.gz: 4c8c0f7f24d54cdfcce3bcb9c1623fa25c9d89d66a72534e7de455a0860a70de
4
+ data.tar.gz: f1b2b1b0871e2fb5d9a567e409b23e8d1c4e85255fec0821377a98fddf5e9ede
5
5
  SHA512:
6
- metadata.gz: 1a1fdf6170b51b055da049ded17920b44cabfd528a10020d36f0d9281a04eba575f9bf85b90f47827fb15f5cb6eacf0c7471e7f792ab6c6face6f6476dc4d40d
7
- data.tar.gz: 5f4f687e0b02c3d2f206b6bcb1c2019524b55550ad02f9c94150ef13ee5e4ba0203291c0034beee7f0f2c437a2e189c325683617ed11d1085ee7f23c4c0373fe
6
+ metadata.gz: 2aa571fdaf4760b71e7fb5cb74f4112e5de5b4902ad3a8ed0985de4a3f30c5aac74d5ad9264826ae9ffc5a6b938afc9f0331728b8e3495026ae120431e3fcb54
7
+ data.tar.gz: ffdf0ed995a4abce7f9275cca4c0507a6877326411827897cb2a26f33c7e88592fc926ed31a6c97547490ce8d17eef021e16d4d0aaaf06bac142dd1d90a17fe8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.44.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#178](https://github.com/opf/primer_view_components/pull/178) [`3429d42`](https://github.com/opf/primer_view_components/commit/3429d42114df30550f588a94f6e5577f6f3b710c) Thanks [@HDinger](https://github.com/HDinger)! - Remove OpenStruct from primer_octicon cop
8
+
9
+ - [#175](https://github.com/opf/primer_view_components/pull/175) [`015b6dc`](https://github.com/opf/primer_view_components/commit/015b6dc1bcc18878e173ca4a524a91d57756d654) Thanks [@HDinger](https://github.com/HDinger)! - Precompile loading svg
10
+
3
11
  ## 0.44.1
4
12
 
5
13
  ### Patch Changes
@@ -6,7 +6,7 @@ module Primer
6
6
  module VERSION
7
7
  MAJOR = 0
8
8
  MINOR = 44
9
- PATCH = 1
9
+ PATCH = 2
10
10
 
11
11
  STRING = [MAJOR, MINOR, PATCH].join(".")
12
12
  end
@@ -200,7 +200,7 @@ module RuboCop
200
200
  def kwargs(node)
201
201
  return node.arguments.last if node.arguments.size > 1
202
202
 
203
- OpenStruct.new(keys: [], pairs: [], type: :hash)
203
+ RuboCop::AST::HashNode.new("hash")
204
204
  end
205
205
 
206
206
  def icon(node)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openproject-primer_view_components
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.44.1
4
+ version: 0.44.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitHub Open Source
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2024-09-04 00:00:00.000000000 Z
12
+ date: 2024-09-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionview