diff --git a/CHANGELOG.md b/CHANGELOG.md index 711ae4bb3..faebe4026 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Master +## 0.9.5 ##### Breaking diff --git a/Gemfile.lock b/Gemfile.lock index 87d2bd758..3b32f1787 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - jazzy (0.9.4) + jazzy (0.9.5) cocoapods (~> 1.5.3) mustache (~> 1.1.0) open4 @@ -15,7 +15,7 @@ GEM remote: https://rubygems.org/ specs: CFPropertyList (3.0.0) - activesupport (4.2.10) + activesupport (4.2.11) i18n (~> 0.7) minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) @@ -61,19 +61,19 @@ GEM cocoapods-plugins (1.0.0) nap cocoapods-search (1.0.0) - cocoapods-stats (1.0.0) + cocoapods-stats (1.1.0) cocoapods-trunk (1.3.1) nap (>= 0.8, < 2.0) netrc (~> 0.11) cocoapods-try (1.1.0) colored (1.2) colored2 (3.1.2) - concurrent-ruby (1.0.5) + concurrent-ruby (1.1.4) cork (0.3.0) colored2 (~> 3.1) crack (0.4.3) safe_yaml (~> 1.0.0) - danger (5.7.1) + danger (5.11.1) claide (~> 1.0) claide-plugins (>= 0.9.2) colored2 (~> 3.1) @@ -85,25 +85,25 @@ GEM no_proxy_fix octokit (~> 4.7) terminal-table (~> 1) - diffy (3.2.1) + diffy (3.3.0) escape (0.0.4) - faraday (0.15.3) + faraday (0.15.4) multipart-post (>= 1.2, < 3) faraday-http-cache (1.3.1) faraday (~> 0.8) - ffi (1.9.25) + ffi (1.10.0) fourflusher (2.0.1) fuzzy_match (2.0.4) gh_inspector (1.1.3) git (1.5.0) - hashdiff (0.3.7) + hashdiff (0.3.8) i18n (0.9.5) concurrent-ruby (~> 1.0) kramdown (1.17.0) liferaft (0.0.6) metaclass (0.0.4) minitest (5.11.3) - mocha (1.7.0) + mocha (1.8.0) metaclass (~> 0.0.1) mocha-on-bacon (0.2.3) mocha (>= 0.13.0) @@ -117,8 +117,8 @@ GEM octokit (4.13.0) sawyer (~> 0.8.0, >= 0.5.3) open4 (1.3.4) - parallel (1.12.1) - parser (2.5.3.0) + parallel (1.13.0) + parser (2.6.0.0) ast (~> 2.4.0) powerpack (0.1.2) prettybacon (0.0.2) @@ -128,10 +128,10 @@ GEM rake rake (10.5.0) rb-fsevent (0.10.3) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) + rb-inotify (0.10.0) + ffi (~> 1.0) redcarpet (3.4.0) - rouge (3.1.1) + rouge (3.3.0) rubocop (0.49.0) parallel (~> 1.10) parser (>= 2.3.3.1, < 3.0) @@ -156,8 +156,8 @@ GEM thread_safe (0.3.6) tzinfo (1.2.5) thread_safe (~> 0.1) - unicode-display_width (1.4.0) - webmock (3.4.2) + unicode-display_width (1.4.1) + webmock (3.5.1) addressable (>= 2.3.6) crack (>= 0.3.2) hashdiff @@ -188,4 +188,4 @@ DEPENDENCIES webmock BUNDLED WITH - 1.16.6 + 1.17.3 diff --git a/lib/jazzy/gem_version.rb b/lib/jazzy/gem_version.rb index 1a2a18235..639447032 100644 --- a/lib/jazzy/gem_version.rb +++ b/lib/jazzy/gem_version.rb @@ -1,3 +1,3 @@ module Jazzy - VERSION = '0.9.4'.freeze unless defined? Jazzy::VERSION + VERSION = '0.9.5'.freeze unless defined? Jazzy::VERSION end diff --git a/spec/integration_specs b/spec/integration_specs index 09ff8df58..63a667b25 160000 --- a/spec/integration_specs +++ b/spec/integration_specs @@ -1 +1 @@ -Subproject commit 09ff8df580853fa22e1535cd7c88b69a63126d55 +Subproject commit 63a667b254af82acd1429b19f2b45097a9ceb091