html-proofer 2.6.3 → 2.6.4

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
  SHA1:
3
- metadata.gz: 6964d1ee614f0d898f0bfc8d26c5fd31b68cc5c0
4
- data.tar.gz: 236418a82ce34b84911962f5b1215457ef09e5d9
3
+ metadata.gz: 949542fac56daeafe93fbf17014e96cba9deba3c
4
+ data.tar.gz: b42e8375b5886aa310fcb1920ca0c676e9dedcc3
5
5
  SHA512:
6
- metadata.gz: 4ee9907b79951bbcc9884dcde1f7c97b304205be8dbd029ce91c2b69b7f46e5f039373df573548a03714fceb010454d171f6381c86a9a94439e9890909389304
7
- data.tar.gz: 3994c7b5d56e4867b1a7bc1b6ed877d5b7fcdabb7fb5de260244dccd6062a6154b59b345ecfec860526ca62ddea69c170977cbe5bf609230effc6e85f7756a80
6
+ metadata.gz: 6d2f2741cc3c6c7ca32220f1e338986148d5bf4c026e1bd5b5e7955652f6a0807d9037a4d71a0aaec7c81e3c9d58ae09ef649388c5be589c08991d27c2a88c33
7
+ data.tar.gz: 5a478a174241a58cf29192bb62a964703ecb5e90060ac702183067c42a894858dbad4cf5a7591cb216d92785b9216f1eaca2232bcfa248da2af20d206ac1daf6
data/lib/html/proofer.rb CHANGED
@@ -114,7 +114,7 @@ module HTML
114
114
  # Walks over each implemented check and runs them on the files, in parallel.
115
115
  def check_files_for_internal_woes
116
116
  if @parallel_opts.empty?
117
- Parallel.map(files) { |path| check_path(path) }
117
+ files.map { |path| check_path(path) }
118
118
  else
119
119
  Parallel.map(files, @parallel_opts) { |path| check_path(path) }
120
120
  end
@@ -1,5 +1,5 @@
1
1
  module HTML
2
2
  class Proofer
3
- VERSION = '2.6.3'
3
+ VERSION = '2.6.4'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: html-proofer
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.6.3
4
+ version: 2.6.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Garen Torikian