harri 0.1.1 → 0.1.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: 6e3ffcbf89ca10f9d2b47b026337f2d2e900218eedfd0695f9dd133a24c37646
4
- data.tar.gz: d32beb0c513862b06441629a1aaccabbebe1bdfa33bfd86fd1444225cb8ddaca
3
+ metadata.gz: 32a2af9d55b5ccf09c7be859a562bc47e554cbb7b5bd7563b16c2549318edb84
4
+ data.tar.gz: 0d30ec8cb5435ae41653c9be040d97df1238ba1ac4b87c68169deccb6fa53d13
5
5
  SHA512:
6
- metadata.gz: 250f75c0b74b252b32e8e52e7ca709fef93499da6f6bac6aea8dc5ab08e7b09e71107daaeb5ca7172e0969d7c8fc442434da87a05e333eccbbf4fc4482e13f9f
7
- data.tar.gz: 7fa279de92041a740e6f15da5aa4271acf3c4acfad01d6d3815b5cd0caf65ac78180b0b4e18a97ea1eb1bea268ed60fba3f53e52c8470a597376100252f362a9
6
+ metadata.gz: f92790d7879290fdfccac41660864784366f2d616401a74852727bba1eab66b41730d4dd6b7705c61060233f377ddad7a91de0c97084160442fd8c6733baa91d
7
+ data.tar.gz: c3e684620fd0baf358dbfec6c321e05ef41befc95b4a02665a2cff69c82f37ce905573973ff698c63e97cf8e79394da603a09fdaf61089ad1493b33ffe5581db
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- harri (0.1.1)
4
+ harri (0.1.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/lib/harri/regexes.rb CHANGED
@@ -23,7 +23,8 @@ module Harri
23
23
  \s # space
24
24
  error: # literal "error:"
25
25
  \s # space
26
- \[-Wunused-imports,\s-Werror=unused-imports\] # literal "[-Wunused-imports, -Werror=unused-imports]"
26
+ \[-Wunused-imports,\s-?Werror=unused-imports\] # literal "[-Wunused-imports, -Werror=unused-imports]"
27
+ # with an optional dash attached to Werror
27
28
  }x
28
29
 
29
30
  # Intended to capture the scenario when an entire module is redundant.
data/lib/harri/version.rb CHANGED
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Harri
4
4
  module Version
5
- VERSION = "0.1.1"
5
+ VERSION = "0.1.2"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: harri
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - rhizomic
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-01-28 00:00:00.000000000 Z
11
+ date: 2023-05-03 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: 'Harri: HAskell Remove Redundant Imports. A way to get GHC to stop harrying
14
14
  you about them.'