Skip to content

Commit

Permalink
Release 0.13.0 and update gems (#1139)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfairh authored Dec 9, 2019
1 parent dc2ae9c commit 0272684
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 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.0

##### Breaking

Expand Down
20 changes: 9 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
jazzy (0.12.0)
jazzy (0.13.0)
cocoapods (~> 1.5)
mustache (~> 1.1)
open4
Expand All @@ -14,7 +14,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
CFPropertyList (3.0.1)
CFPropertyList (3.0.2)
activesupport (4.2.11.1)
i18n (~> 0.7)
minitest (~> 5.1)
Expand Down Expand Up @@ -62,7 +62,7 @@ GEM
fuzzy_match (~> 2.0.4)
nap (~> 1.0)
cocoapods-deintegrate (1.0.4)
cocoapods-downloader (1.2.2)
cocoapods-downloader (1.3.0)
cocoapods-plugins (1.0.0)
nap
cocoapods-search (1.0.0)
Expand Down Expand Up @@ -93,11 +93,11 @@ GEM
terminal-table (~> 1)
diffy (3.3.0)
escape (0.0.4)
faraday (0.17.0)
faraday (0.17.1)
multipart-post (>= 1.2, < 3)
faraday-http-cache (2.0.0)
faraday (~> 0.8)
ffi (1.11.1)
ffi (1.11.3)
fourflusher (2.3.1)
fuzzy_match (2.0.4)
gh_inspector (1.1.3)
Expand All @@ -111,23 +111,21 @@ GEM
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liferaft (0.0.6)
metaclass (0.0.4)
minitest (5.13.0)
mocha (1.9.0)
metaclass (~> 0.0.1)
mocha (1.10.1)
mocha-on-bacon (0.2.3)
mocha (>= 0.13.0)
molinillo (0.6.6)
multipart-post (2.1.1)
mustache (1.1.0)
mustache (1.1.1)
nanaimo (0.2.6)
nap (1.1.0)
netrc (0.11.0)
no_proxy_fix (0.1.2)
octokit (4.14.0)
sawyer (~> 0.8.0, >= 0.5.3)
open4 (1.3.4)
parallel (1.18.0)
parallel (1.19.1)
parser (2.6.5.0)
ast (~> 2.4.0)
powerpack (0.1.2)
Expand All @@ -138,7 +136,7 @@ GEM
rake
rake (10.5.0)
redcarpet (3.5.0)
rouge (3.12.0)
rouge (3.13.0)
rubocop (0.49.0)
parallel (~> 1.10)
parser (>= 2.3.3.1, < 3.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.12.0'.freeze unless defined? Jazzy::VERSION
VERSION = '0.13.0'.freeze unless defined? Jazzy::VERSION
end

0 comments on commit 0272684

Please sign in to comment.