Skip to content

Commit

Permalink
Release 0.13.5 and update gems (#1209)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfairh committed Jul 6, 2020
1 parent e3465ac commit 5b094f6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
## Master
## 0.13.5

##### Breaking

Expand Down
26 changes: 13 additions & 13 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
jazzy (0.13.4)
jazzy (0.13.5)
cocoapods (~> 1.5)
mustache (~> 1.1)
open4
Expand All @@ -22,10 +22,10 @@ GEM
tzinfo (~> 1.1)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
algoliasearch (1.27.2)
algoliasearch (1.27.3)
httpclient (~> 2.8, >= 2.8.3)
json (>= 1.5.1)
ast (2.4.0)
ast (2.4.1)
atomos (0.1.3)
bacon (1.2.0)
claide (1.0.3)
Expand Down Expand Up @@ -80,7 +80,7 @@ GEM
colored2 (~> 3.1)
crack (0.4.3)
safe_yaml (~> 1.0.0)
danger (8.0.0)
danger (8.0.2)
claide (~> 1.0)
claide-plugins (>= 0.9.2)
colored2 (~> 3.1)
Expand All @@ -101,7 +101,7 @@ GEM
multipart-post (>= 1.2, < 3)
faraday-http-cache (2.2.0)
faraday (>= 0.8)
ffi (1.12.2)
ffi (1.13.1)
fourflusher (2.3.1)
fuzzy_match (2.0.4)
gh_inspector (1.1.3)
Expand All @@ -111,8 +111,8 @@ GEM
httpclient (2.8.3)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
json (2.3.0)
kramdown (2.2.1)
json (2.3.1)
kramdown (2.3.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
Expand All @@ -132,9 +132,9 @@ GEM
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
open4 (1.3.4)
parallel (1.19.1)
parser (2.7.1.3)
ast (~> 2.4.0)
parallel (1.19.2)
parser (2.7.1.4)
ast (~> 2.4.1)
powerpack (0.1.2)
prettybacon (0.0.2)
bacon (~> 1.2)
Expand All @@ -145,7 +145,7 @@ GEM
rchardet (1.8.0)
redcarpet (3.5.0)
rexml (3.2.4)
rouge (3.19.0)
rouge (3.20.0)
rubocop (0.49.0)
parallel (~> 1.10)
parser (>= 2.3.3.1, < 3.0)
Expand All @@ -156,7 +156,7 @@ GEM
ruby-macho (1.4.0)
ruby-progressbar (1.10.1)
safe_yaml (1.0.5)
sassc (2.3.0)
sassc (2.4.0)
ffi (~> 1.9)
sawyer (0.8.2)
addressable (>= 2.3.5)
Expand All @@ -176,7 +176,7 @@ GEM
hashdiff (>= 0.4.0, < 2.0.0)
xcinvoke (0.3.0)
liferaft (~> 0.0.6)
xcodeproj (1.16.0)
xcodeproj (1.17.0)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
claide (>= 1.0.2, < 2.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/jazzy/gem_version.rb
@@ -1,3 +1,3 @@
module Jazzy
VERSION = '0.13.4'.freeze unless defined? Jazzy::VERSION
VERSION = '0.13.5'.freeze unless defined? Jazzy::VERSION
end

0 comments on commit 5b094f6

Please sign in to comment.