From b48837453d4ed7d5917dff05e00df069f3f7fca0 Mon Sep 17 00:00:00 2001 From: John Fairhurst Date: Fri, 24 Apr 2020 09:22:28 +0100 Subject: [PATCH] Release 0.13.3 and update gems (#1181) --- CHANGELOG.md | 2 +- Gemfile.lock | 30 ++++++++++++++++-------------- lib/jazzy/gem_version.rb | 2 +- spec/integration_specs | 2 +- 4 files changed, 19 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b4ccae52..908894d12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Master +## 0.13.3 ##### Breaking diff --git a/Gemfile.lock b/Gemfile.lock index 49ee7bdcb..ec22dc67f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - jazzy (0.13.2) + jazzy (0.13.3) cocoapods (~> 1.5) mustache (~> 1.1) open4 @@ -72,7 +72,7 @@ GEM cocoapods-trunk (1.4.1) nap (>= 0.8, < 2.0) netrc (~> 0.11) - cocoapods-try (1.1.0) + cocoapods-try (1.2.0) colored (1.2) colored2 (3.1.2) concurrent-ruby (1.1.6) @@ -80,12 +80,12 @@ GEM colored2 (~> 3.1) crack (0.4.3) safe_yaml (~> 1.0.0) - danger (6.3.2) + danger (7.0.0) claide (~> 1.0) claide-plugins (>= 0.9.2) colored2 (~> 3.1) cork (~> 0.1) - faraday (~> 0.9) + faraday (>= 0.9.0, < 2.0) faraday-http-cache (~> 2.0) git (~> 1.6) kramdown (~> 2.0) @@ -97,10 +97,10 @@ GEM escape (0.0.4) ethon (0.12.0) ffi (>= 1.3.0) - faraday (0.17.3) + faraday (1.0.1) multipart-post (>= 1.2, < 3) - faraday-http-cache (2.0.0) - faraday (~> 0.8) + faraday-http-cache (2.2.0) + faraday (>= 0.8) ffi (1.12.2) fourflusher (2.3.1) fuzzy_match (2.0.4) @@ -112,7 +112,8 @@ GEM i18n (0.9.5) concurrent-ruby (~> 1.0) json (2.3.0) - kramdown (2.1.0) + kramdown (2.2.1) + rexml kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) liferaft (0.0.6) @@ -132,18 +133,19 @@ GEM sawyer (~> 0.8.0, >= 0.5.3) open4 (1.3.4) parallel (1.19.1) - parser (2.7.0.5) + parser (2.7.1.1) ast (~> 2.4.0) powerpack (0.1.2) prettybacon (0.0.2) bacon (~> 1.2) - public_suffix (4.0.3) + public_suffix (4.0.4) rainbow (2.2.2) rake rake (13.0.1) rchardet (1.8.0) redcarpet (3.5.0) - rouge (3.17.0) + rexml (3.2.4) + rouge (3.18.0) rubocop (0.49.0) parallel (~> 1.10) parser (>= 2.3.3.1, < 3.0) @@ -154,7 +156,7 @@ GEM ruby-macho (1.4.0) ruby-progressbar (1.10.1) safe_yaml (1.0.5) - sassc (2.2.1) + sassc (2.3.0) ffi (~> 1.9) sawyer (0.8.2) addressable (>= 2.3.5) @@ -165,7 +167,7 @@ GEM thread_safe (0.3.6) typhoeus (1.3.1) ethon (>= 0.9.0) - tzinfo (1.2.6) + tzinfo (1.2.7) thread_safe (~> 0.1) unicode-display_width (1.7.0) webmock (3.8.3) @@ -174,7 +176,7 @@ GEM hashdiff (>= 0.4.0, < 2.0.0) xcinvoke (0.3.0) liferaft (~> 0.0.6) - xcodeproj (1.15.0) + xcodeproj (1.16.0) CFPropertyList (>= 2.3.3, < 4.0) atomos (~> 0.1.3) claide (>= 1.0.2, < 2.0) diff --git a/lib/jazzy/gem_version.rb b/lib/jazzy/gem_version.rb index 7cdfba63c..69c5a6c94 100644 --- a/lib/jazzy/gem_version.rb +++ b/lib/jazzy/gem_version.rb @@ -1,3 +1,3 @@ module Jazzy - VERSION = '0.13.2'.freeze unless defined? Jazzy::VERSION + VERSION = '0.13.3'.freeze unless defined? Jazzy::VERSION end diff --git a/spec/integration_specs b/spec/integration_specs index 1d5eda16a..e23049880 160000 --- a/spec/integration_specs +++ b/spec/integration_specs @@ -1 +1 @@ -Subproject commit 1d5eda16af3fdf1bf18d2390f5de936043239df9 +Subproject commit e23049880c3cab8de9d3b2f0e11295221aff39af