Skip to content

Commit

Permalink
Release 0.13.3 and update gems (#1181)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfairh authored Apr 24, 2020
1 parent 2a1c339 commit b488374
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 17 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Master
## 0.13.3

##### Breaking

Expand Down
30 changes: 16 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
jazzy (0.13.2)
jazzy (0.13.3)
cocoapods (~> 1.5)
mustache (~> 1.1)
open4
Expand Down Expand Up @@ -72,20 +72,20 @@ 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)
cork (0.3.0)
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)
Expand All @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/jazzy/gem_version.rb
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b488374

Please sign in to comment.