diff --git a/CHANGELOG.md b/CHANGELOG.md index 136e9c794..947cea0e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Master +## 0.11.2 ##### Breaking diff --git a/Gemfile.lock b/Gemfile.lock index 5e0fa3a71..627a56519 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - jazzy (0.11.1) + jazzy (0.11.2) cocoapods (~> 1.5) mustache (~> 1.1) open4 @@ -20,12 +20,15 @@ GEM minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) - addressable (2.6.0) - public_suffix (>= 2.0.2, < 4.0) + addressable (2.7.0) + public_suffix (>= 2.0.2, < 5.0) + algoliasearch (1.27.0) + httpclient (~> 2.8, >= 2.8.3) + json (>= 1.5.1) ast (2.4.0) atomos (0.1.3) bacon (1.2.0) - claide (1.0.2) + claide (1.0.3) claide-plugins (0.9.2) cork nap @@ -33,16 +36,16 @@ GEM clintegracon (0.7.0) colored (~> 1.2) diffy - cocoapods (1.7.5) + cocoapods (1.8.0) activesupport (>= 4.0.2, < 5) claide (>= 1.0.2, < 2.0) - cocoapods-core (= 1.7.5) + cocoapods-core (= 1.8.0) cocoapods-deintegrate (>= 1.0.3, < 2.0) cocoapods-downloader (>= 1.2.2, < 2.0) cocoapods-plugins (>= 1.0.0, < 2.0) cocoapods-search (>= 1.0.0, < 2.0) cocoapods-stats (>= 1.0.0, < 2.0) - cocoapods-trunk (>= 1.3.1, < 2.0) + cocoapods-trunk (>= 1.4.0, < 2.0) cocoapods-try (>= 1.1.0, < 2.0) colored2 (~> 3.1) escape (~> 0.0.4) @@ -51,9 +54,11 @@ GEM molinillo (~> 0.6.6) nap (~> 1.0) ruby-macho (~> 1.4) - xcodeproj (>= 1.10.0, < 2.0) - cocoapods-core (1.7.5) + xcodeproj (>= 1.11.1, < 2.0) + cocoapods-core (1.8.0) activesupport (>= 4.0.2, < 6) + algoliasearch (~> 1.0) + concurrent-ruby (~> 1.0) fuzzy_match (~> 2.0.4) nap (~> 1.0) cocoapods-deintegrate (1.0.4) @@ -97,15 +102,17 @@ GEM fuzzy_match (2.0.4) gh_inspector (1.1.3) git (1.5.0) - hashdiff (0.4.0) + hashdiff (1.0.0) + httpclient (2.8.3) i18n (0.9.5) concurrent-ruby (~> 1.0) + json (2.2.0) kramdown (2.1.0) kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) liferaft (0.0.6) metaclass (0.0.4) - minitest (5.11.3) + minitest (5.12.0) mocha (1.9.0) metaclass (~> 0.0.1) mocha-on-bacon (0.2.3) @@ -121,17 +128,17 @@ GEM sawyer (~> 0.8.0, >= 0.5.3) open4 (1.3.4) parallel (1.17.0) - parser (2.6.3.0) + parser (2.6.4.1) ast (~> 2.4.0) powerpack (0.1.2) prettybacon (0.0.2) bacon (~> 1.2) - public_suffix (3.1.0) + public_suffix (4.0.1) rainbow (2.2.2) rake rake (10.5.0) redcarpet (3.5.0) - rouge (3.10.0) + rouge (3.11.0) rubocop (0.49.0) parallel (~> 1.10) parser (>= 2.3.3.1, < 3.0) @@ -142,7 +149,7 @@ GEM ruby-macho (1.4.0) ruby-progressbar (1.10.1) safe_yaml (1.0.5) - sassc (2.2.0) + sassc (2.2.1) ffi (~> 1.9) sawyer (0.8.2) addressable (>= 2.3.5) @@ -154,7 +161,7 @@ GEM tzinfo (1.2.5) thread_safe (~> 0.1) unicode-display_width (1.6.0) - webmock (3.6.0) + webmock (3.7.5) addressable (>= 2.3.6) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) diff --git a/lib/jazzy/gem_version.rb b/lib/jazzy/gem_version.rb index a84910dfb..117e6b0b6 100644 --- a/lib/jazzy/gem_version.rb +++ b/lib/jazzy/gem_version.rb @@ -1,3 +1,3 @@ module Jazzy - VERSION = '0.11.1'.freeze unless defined? Jazzy::VERSION + VERSION = '0.11.2'.freeze unless defined? Jazzy::VERSION end diff --git a/spec/integration_specs b/spec/integration_specs index a45ad15d9..eecbe699c 160000 --- a/spec/integration_specs +++ b/spec/integration_specs @@ -1 +1 @@ -Subproject commit a45ad15d9969f075d32570187653bbfdc3cc878e +Subproject commit eecbe699c334c0d1af1925403593503694d09a70