rubomatic-html 1.1.0 → 1.2.0

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: fd0788abe92f1ce7b30f70b80dca3989326ffa0964089f2808f521b431fbc5d2
4
- data.tar.gz: 330b67698bd843a99d5d73fcbfdcfa06d08e83d75f06d4b60bf024ad2ead084d
3
+ metadata.gz: 20d58c89acf95b9a43bcd44b5464f8862ff2a5385e2ab967afa6946d7fd327cb
4
+ data.tar.gz: bce8b9ce3479e61c66dff20dedbce864571aea28e6fc5755bf83f0e5de63196d
5
5
  SHA512:
6
- metadata.gz: 3a82588b0c97eccdb4e134c83632336a6a17756433854a9fadb5f4c8903a1854cb18bb9eca6e1e21d265c08c11128aaa0764c8ead18cb19fe956dfcad840a5eb
7
- data.tar.gz: 82941e83f8c42590ce369de7850af9fce9da621b459162ce36fa3a2a306bb2bc258439915d0e79720334449a8d2571a0ce420f1b03690520f1c7c1e5a495b6ae
6
+ metadata.gz: 56f66e557fcbbc77b8b2a0ce4baf5885e56fe441bc2988986764a4b429226d067d037463aa91a212398f1c2b18ac371da2fcd965891df46b5b3983b168f8c908
7
+ data.tar.gz: 280be43608f23cd98747c0676135687b1f4ed889be6391d89835c14a279338049eccf970012e0cb50f40d6bc12d3d6a1069900664057a6e2dcb27c6333b0d977
data/CHANGELOG.adoc CHANGED
@@ -1,3 +1,12 @@
1
+ == 1.2.0
2
+
3
+ * Updated metadata's license to what it should've been
4
+ * Remove a runtime dependency
5
+
6
+ == 1.1.1
7
+
8
+ * Just a version bump
9
+
1
10
  == 1.1.0
2
11
 
3
12
  === New Cops
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RubomaticHtml
4
- VERSION = '1.1.0'
4
+ VERSION = '1.2.0'
5
5
  end
metadata CHANGED
@@ -1,36 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubomatic-html
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brands Insurance
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2023-08-10 00:00:00.000000000 Z
12
- dependencies:
13
- - !ruby/object:Gem::Dependency
14
- name: rubocop-rubomatic
15
- requirement: !ruby/object:Gem::Requirement
16
- requirements:
17
- - - ">="
18
- - !ruby/object:Gem::Version
19
- version: 1.0.0
20
- - - "<"
21
- - !ruby/object:Gem::Version
22
- version: '2.0'
23
- type: :runtime
24
- prerelease: false
25
- version_requirements: !ruby/object:Gem::Requirement
26
- requirements:
27
- - - ">="
28
- - !ruby/object:Gem::Version
29
- version: 1.0.0
30
- - - "<"
31
- - !ruby/object:Gem::Version
32
- version: '2.0'
33
- description:
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies: []
34
12
  email:
35
13
  - documents@brandsinsurance.com
36
14
  executables:
@@ -85,13 +63,12 @@ files:
85
63
  - lib/rubomatic-html/version.rb
86
64
  homepage: https://github.com/BrandsInsurance/expert-chainsaw/
87
65
  licenses:
88
- - MIT
66
+ - BSD-3-Clause
89
67
  metadata:
90
68
  rubygems_mfa_required: 'true'
91
69
  homepage_uri: https://github.com/BrandsInsurance/expert-chainsaw/
92
70
  source_code_uri: https://github.com/BrandsInsurance/expert-chainsaw/tree/main/plugins/htmlint/rubomatic-html
93
71
  changelog_uri: https://github.com/BrandsInsurance/expert-chainsaw/blob/main/plugins/htmlint/rubomatic-html/CHANGELOG.adoc
94
- post_install_message:
95
72
  rdoc_options: []
96
73
  require_paths:
97
74
  - lib
@@ -106,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
106
83
  - !ruby/object:Gem::Version
107
84
  version: '0'
108
85
  requirements: []
109
- rubygems_version: 3.2.15
110
- signing_key:
86
+ rubygems_version: 3.6.7
111
87
  specification_version: 4
112
88
  summary: Shared rubocop config for BrandsInsurance
113
89
  test_files: []