Skip to content

Commit

Permalink
Release 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed Sep 28, 2017
1 parent 2e57c32 commit eb99b40
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 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.8.4

##### Breaking

Expand Down
20 changes: 14 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
jazzy (0.8.3)
jazzy (0.8.4)
cocoapods (~> 1.0)
mustache (~> 0.99)
open4
Expand All @@ -15,7 +15,7 @@ GEM
remote: https://rubygems.org/
specs:
CFPropertyList (2.3.5)
activesupport (4.2.8)
activesupport (4.2.9)
i18n (~> 0.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
Expand Down Expand Up @@ -88,16 +88,17 @@ GEM
multipart-post (>= 1.2, < 3)
faraday-http-cache (1.3.1)
faraday (~> 0.8)
ffi (1.9.18)
fourflusher (2.0.1)
fuzzy_match (2.0.4)
gh_inspector (1.0.3)
git (1.3.0)
hashdiff (0.3.4)
i18n (0.8.1)
i18n (0.8.6)
kramdown (1.13.2)
liferaft (0.0.6)
metaclass (0.0.4)
minitest (5.10.2)
minitest (5.10.3)
mocha (1.2.1)
metaclass (~> 0.0.1)
mocha-on-bacon (0.2.3)
Expand All @@ -120,6 +121,9 @@ GEM
rainbow (2.2.2)
rake
rake (10.5.0)
rb-fsevent (0.10.2)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
redcarpet (3.4.0)
rouge (1.11.1)
rubocop (0.48.1)
Expand All @@ -131,7 +135,11 @@ GEM
ruby-macho (1.1.0)
ruby-progressbar (1.8.1)
safe_yaml (1.0.4)
sass (3.4.24)
sass (3.5.1)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sawyer (0.8.1)
addressable (>= 2.3.5, < 2.6)
faraday (~> 0.8, < 1.0)
Expand Down Expand Up @@ -172,4 +180,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
1.14.6
1.15.4
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.8.3'.freeze unless defined? Jazzy::VERSION
VERSION = '0.8.4'.freeze unless defined? Jazzy::VERSION
end

0 comments on commit eb99b40

Please sign in to comment.