Skip to content

Commit

Permalink
Release 0.13.4 and update gems (#1198)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfairh committed May 31, 2020
1 parent 33db4ca commit e72cffd
Show file tree
Hide file tree
Showing 3 changed files with 17 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.4

##### Breaking

Expand Down
30 changes: 15 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
jazzy (0.13.3)
jazzy (0.13.4)
cocoapods (~> 1.5)
mustache (~> 1.1)
open4
Expand All @@ -15,14 +15,14 @@ GEM
remote: https://rubygems.org/
specs:
CFPropertyList (3.0.2)
activesupport (4.2.11.1)
activesupport (4.2.11.3)
i18n (~> 0.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
algoliasearch (1.27.1)
algoliasearch (1.27.2)
httpclient (~> 2.8, >= 2.8.3)
json (>= 1.5.1)
ast (2.4.0)
Expand All @@ -36,10 +36,10 @@ GEM
clintegracon (0.7.0)
colored (~> 1.2)
diffy
cocoapods (1.9.1)
cocoapods (1.9.3)
activesupport (>= 4.0.2, < 5)
claide (>= 1.0.2, < 2.0)
cocoapods-core (= 1.9.1)
cocoapods-core (= 1.9.3)
cocoapods-deintegrate (>= 1.0.3, < 2.0)
cocoapods-downloader (>= 1.2.2, < 2.0)
cocoapods-plugins (>= 1.0.0, < 2.0)
Expand All @@ -55,7 +55,7 @@ GEM
nap (~> 1.0)
ruby-macho (~> 1.4)
xcodeproj (>= 1.14.0, < 2.0)
cocoapods-core (1.9.1)
cocoapods-core (1.9.3)
activesupport (>= 4.0.2, < 6)
algoliasearch (~> 1.0)
concurrent-ruby (~> 1.1)
Expand All @@ -69,7 +69,7 @@ GEM
nap
cocoapods-search (1.0.0)
cocoapods-stats (1.1.0)
cocoapods-trunk (1.4.1)
cocoapods-trunk (1.5.0)
nap (>= 0.8, < 2.0)
netrc (~> 0.11)
cocoapods-try (1.2.0)
Expand All @@ -80,14 +80,14 @@ GEM
colored2 (~> 3.1)
crack (0.4.3)
safe_yaml (~> 1.0.0)
danger (7.0.0)
danger (8.0.0)
claide (~> 1.0)
claide-plugins (>= 0.9.2)
colored2 (~> 3.1)
cork (~> 0.1)
faraday (>= 0.9.0, < 2.0)
faraday-http-cache (~> 2.0)
git (~> 1.6)
git (~> 1.7)
kramdown (~> 2.0)
kramdown-parser-gfm (~> 1.0)
no_proxy_fix
Expand All @@ -105,7 +105,7 @@ GEM
fourflusher (2.3.1)
fuzzy_match (2.0.4)
gh_inspector (1.1.3)
git (1.6.0)
git (1.7.0)
rchardet (~> 1.8)
hashdiff (1.0.1)
httpclient (2.8.3)
Expand All @@ -117,7 +117,7 @@ GEM
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liferaft (0.0.6)
minitest (5.14.0)
minitest (5.14.1)
mocha (1.11.2)
mocha-on-bacon (0.2.3)
mocha (>= 0.13.0)
Expand All @@ -133,19 +133,19 @@ GEM
sawyer (~> 0.8.0, >= 0.5.3)
open4 (1.3.4)
parallel (1.19.1)
parser (2.7.1.1)
parser (2.7.1.3)
ast (~> 2.4.0)
powerpack (0.1.2)
prettybacon (0.0.2)
bacon (~> 1.2)
public_suffix (4.0.4)
public_suffix (4.0.5)
rainbow (2.2.2)
rake
rake (13.0.1)
rchardet (1.8.0)
redcarpet (3.5.0)
rexml (3.2.4)
rouge (3.18.0)
rouge (3.19.0)
rubocop (0.49.0)
parallel (~> 1.10)
parser (>= 2.3.3.1, < 3.0)
Expand All @@ -165,7 +165,7 @@ GEM
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
thread_safe (0.3.6)
typhoeus (1.3.1)
typhoeus (1.4.0)
ethon (>= 0.9.0)
tzinfo (1.2.7)
thread_safe (~> 0.1)
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.3'.freeze unless defined? Jazzy::VERSION
VERSION = '0.13.4'.freeze unless defined? Jazzy::VERSION
end

0 comments on commit e72cffd

Please sign in to comment.