From 9896e49dd655f9b4c14ec54727ffb2035f578331 Mon Sep 17 00:00:00 2001 From: John Fairhurst Date: Fri, 1 Oct 2021 12:56:48 +0100 Subject: [PATCH] Release 0.14.1 and update gems --- .rubocop.yml | 18 ++++++++++- CHANGELOG.md | 2 +- Gemfile.lock | 70 +++++++++++++++++++++------------------- lib/jazzy/gem_version.rb | 2 +- 4 files changed, 55 insertions(+), 37 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index f547e9bbd..32a76ec77 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -7,7 +7,7 @@ AllCops: SuggestExtensions: false TargetRubyVersion: 2.6 -#- Pending Cops as of 1.19.0 ---------------------------------------------# +#- Pending Cops as of 1.22.0 ---------------------------------------------# Gemspec/DateAssignment: # (new in 1.10) Enabled: true @@ -29,6 +29,8 @@ Lint/EmptyClass: # (new in 1.3) Enabled: true Lint/EmptyInPattern: # (new in 1.16) Enabled: true +Lint/IncompatibleIoSelectWithFiberScheduler: # new in 1.21 + Enabled: true Lint/LambdaWithoutLiteralBlock: # (new in 1.8) Enabled: true Lint/NoReturnInBeginEndBlocks: # (new in 1.2) @@ -39,6 +41,8 @@ Lint/OrAssignmentToConstant: # (new in 1.9) Enabled: true Lint/RedundantDirGlobSort: # (new in 1.8) Enabled: true +Lint/RequireRelativeSelfPath: # new in 1.22 + Enabled: true Lint/SymbolConversion: # (new in 1.9) Enabled: true Lint/ToEnumArguments: # (new in 1.1) @@ -51,6 +55,8 @@ Lint/UnmodifiedReduceAccumulator: # (new in 1.1) Enabled: true Naming/InclusiveLanguage: # (new in 1.18) Enabled: true +Security/IoMethods: # new in 1.22 + Enabled: true Style/ArgumentsForwarding: # (new in 1.1) Enabled: true Style/CollectionCompact: # (new in 1.2) @@ -73,12 +79,18 @@ Style/NegatedIfElseCondition: # (new in 1.2) Enabled: true Style/NilLambda: # (new in 1.3) Enabled: true +Style/NumberedParameters: # new in 1.22 + Enabled: true +Style/NumberedParametersLimit: # new in 1.22 + Enabled: true Style/QuotedSymbols: # (new in 1.16) Enabled: true Style/RedundantArgument: # (new in 1.4) Enabled: true Style/RedundantSelfAssignmentBranch: # (new in 1.19) Enabled: true +Style/SelectByRegexp: # new in 1.22 + Enabled: true Style/StringChars: # (new in 1.12) Enabled: true Style/SwapValues: # (new in 1.1) @@ -195,6 +207,10 @@ Metrics/CyclomaticComplexity: Metrics/PerceivedComplexity: Max: 10 +# Too much firing on basic arithmetic +Lint/AmbiguousOperatorPrecedence: + Enabled: false + #- Jazzy specs -----------------------------------------------------------# # Allow for `should.match /regexp/`. diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a277ef38..efb08f97b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Master +## 0.14.1 ##### Breaking diff --git a/Gemfile.lock b/Gemfile.lock index d05600318..3b1cdaee0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - jazzy (0.14.0) + jazzy (0.14.1) cocoapods (~> 1.5) mustache (~> 1.1) open4 (~> 1.3) @@ -15,12 +15,14 @@ PATH GEM remote: https://rubygems.org/ specs: - CFPropertyList (3.0.3) - activesupport (5.2.6) + CFPropertyList (3.0.4) + rexml + activesupport (6.1.4.1) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + zeitwerk (~> 2.3) addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) algoliasearch (1.27.5) @@ -37,10 +39,10 @@ GEM clintegracon (0.7.0) colored (~> 1.2) diffy - cocoapods (1.10.2) - addressable (~> 2.6) + cocoapods (1.11.2) + addressable (~> 2.8) claide (>= 1.0.2, < 2.0) - cocoapods-core (= 1.10.2) + cocoapods-core (= 1.11.2) cocoapods-deintegrate (>= 1.0.3, < 2.0) cocoapods-downloader (>= 1.4.0, < 2.0) cocoapods-plugins (>= 1.0.0, < 2.0) @@ -51,26 +53,26 @@ GEM escape (~> 0.0.4) fourflusher (>= 2.3.0, < 3.0) gh_inspector (~> 1.0) - molinillo (~> 0.6.6) + molinillo (~> 0.8.0) nap (~> 1.0) - ruby-macho (~> 1.4) - xcodeproj (>= 1.19.0, < 2.0) - cocoapods-core (1.10.2) - activesupport (> 5.0, < 6) - addressable (~> 2.6) + ruby-macho (>= 1.0, < 3.0) + xcodeproj (>= 1.21.0, < 2.0) + cocoapods-core (1.11.2) + activesupport (>= 5.0, < 7) + addressable (~> 2.8) algoliasearch (~> 1.0) concurrent-ruby (~> 1.1) fuzzy_match (~> 2.0.4) nap (~> 1.0) netrc (~> 0.11) - public_suffix + public_suffix (~> 4.0) typhoeus (~> 1.0) - cocoapods-deintegrate (1.0.4) - cocoapods-downloader (1.4.0) + cocoapods-deintegrate (1.0.5) + cocoapods-downloader (1.5.1) cocoapods-plugins (1.0.0) nap cocoapods-search (1.0.1) - cocoapods-trunk (1.5.0) + cocoapods-trunk (1.6.0) nap (>= 0.8, < 2.0) netrc (~> 0.11) cocoapods-try (1.2.0) @@ -81,7 +83,7 @@ GEM colored2 (~> 3.1) crack (0.4.5) rexml - danger (8.3.1) + danger (8.4.0) claide (~> 1.0) claide-plugins (>= 0.9.2) colored2 (~> 3.1) @@ -98,7 +100,7 @@ GEM escape (0.0.4) ethon (0.14.0) ffi (>= 1.15.0) - faraday (1.7.0) + faraday (1.8.0) faraday-em_http (~> 1.0) faraday-em_synchrony (~> 1.0) faraday-excon (~> 1.1) @@ -119,7 +121,7 @@ GEM faraday-net_http_persistent (1.2.0) faraday-patron (1.0.0) faraday-rack (1.0.0) - ffi (1.15.3) + ffi (1.15.4) fourflusher (2.3.1) fuzzy_match (2.0.4) gh_inspector (1.1.3) @@ -139,7 +141,7 @@ GEM mocha (1.13.0) mocha-on-bacon (0.2.3) mocha (>= 0.13.0) - molinillo (0.6.6) + molinillo (0.8.0) multipart-post (2.1.1) mustache (1.1.1) nanaimo (0.3.0) @@ -150,7 +152,7 @@ GEM faraday (>= 0.9) sawyer (~> 0.8.0, >= 0.5.3) open4 (1.3.4) - parallel (1.20.1) + parallel (1.21.0) parser (3.0.2.0) ast (~> 2.4.1) prettybacon (0.0.2) @@ -162,19 +164,19 @@ GEM redcarpet (3.5.1) regexp_parser (2.1.1) rexml (3.2.5) - rouge (3.26.0) - rubocop (1.19.0) + rouge (3.26.1) + rubocop (1.22.0) parallel (~> 1.10) parser (>= 3.0.0.0) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml - rubocop-ast (>= 1.9.1, < 2.0) + rubocop-ast (>= 1.12.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.10.0) + rubocop-ast (1.12.0) parser (>= 3.0.1.1) - ruby-macho (1.4.0) + ruby-macho (2.5.1) ruby-progressbar (1.11.0) ruby2_keywords (0.0.5) sassc (2.4.0) @@ -183,14 +185,13 @@ GEM addressable (>= 2.3.5) faraday (> 0.8, < 2.0) sqlite3 (1.4.2) - terminal-table (3.0.1) + terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) - thread_safe (0.3.6) typhoeus (1.4.0) ethon (>= 0.9.0) - tzinfo (1.2.9) - thread_safe (~> 0.1) - unicode-display_width (2.0.0) + tzinfo (2.0.4) + concurrent-ruby (~> 1.0) + unicode-display_width (2.1.0) webmock (3.14.0) addressable (>= 2.8.0) crack (>= 0.3.2) @@ -204,6 +205,7 @@ GEM colored2 (~> 3.1) nanaimo (~> 0.3.0) rexml (~> 3.2.4) + zeitwerk (2.4.2) PLATFORMS ruby diff --git a/lib/jazzy/gem_version.rb b/lib/jazzy/gem_version.rb index f833ca53c..bd3f00526 100644 --- a/lib/jazzy/gem_version.rb +++ b/lib/jazzy/gem_version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Jazzy - VERSION = '0.14.0' unless defined? Jazzy::VERSION + VERSION = '0.14.1' unless defined? Jazzy::VERSION end