Skip to content

Commit 46fb229

Browse files
committed
Update jazzy (0.7.2)
1 parent e68ffd3 commit 46fb229

File tree

3 files changed

+16
-23
lines changed

3 files changed

+16
-23
lines changed

.jazzy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@ github_file_prefix: https://github.com/polydice/ICInputAccessory/blob/develop
66
xcodebuild_arguments: [-scheme, ICInputAccessory-iOS]
77
module: ICInputAccessory
88
module_version: 1.1.0
9-
swift_version: 2.2
109
output: docs/output
11-
theme: apple
10+
theme: fullwidth

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source "http://rubygems.org"
22
ruby "2.3.1"
33

44
gem "cocoapods", "~> 1.0.0"
5-
gem "jazzy", git: "https://github.com/realm/jazzy.git", ref: "8b88e33"
5+
gem "jazzy", "~> 0.7.0"
66
gem "pry"
77
gem "rake"
88
gem "xcpretty"

Gemfile.lock

Lines changed: 14 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,7 @@
1-
GIT
2-
remote: https://github.com/realm/jazzy.git
3-
revision: 8b88e33d9c6d2d3d0f2958963e4d709304e6b293
4-
ref: 8b88e33
5-
specs:
6-
jazzy (0.7.0)
7-
cocoapods (~> 1.0)
8-
mustache (~> 0.99)
9-
open4
10-
redcarpet (~> 3.2)
11-
rouge (~> 1.5)
12-
sass (~> 3.4)
13-
sqlite3 (~> 1.3)
14-
xcinvoke (~> 0.2.1)
15-
161
GEM
172
remote: http://rubygems.org/
183
specs:
19-
activesupport (5.0.0)
4+
activesupport (5.0.0.1)
205
concurrent-ruby (~> 1.0, >= 1.0.2)
216
i18n (~> 0.7)
227
minitest (~> 5.1)
@@ -43,8 +28,8 @@ GEM
4328
activesupport (>= 4.0.2)
4429
fuzzy_match (~> 2.0.4)
4530
nap (~> 1.0)
46-
cocoapods-deintegrate (1.0.0)
47-
cocoapods-downloader (1.1.0)
31+
cocoapods-deintegrate (1.0.1)
32+
cocoapods-downloader (1.1.1)
4833
cocoapods-plugins (1.0.0)
4934
nap
5035
cocoapods-search (1.0.0)
@@ -60,6 +45,15 @@ GEM
6045
fourflusher (0.3.2)
6146
fuzzy_match (2.0.4)
6247
i18n (0.7.0)
48+
jazzy (0.7.2)
49+
cocoapods (~> 1.0)
50+
mustache (~> 0.99)
51+
open4
52+
redcarpet (~> 3.2)
53+
rouge (~> 1.5)
54+
sass (~> 3.4)
55+
sqlite3 (~> 1.3)
56+
xcinvoke (~> 0.2.1)
6357
liferaft (0.0.4)
6458
method_source (0.8.2)
6559
minitest (5.9.0)
@@ -83,7 +77,7 @@ GEM
8377
thread_safe (~> 0.1)
8478
xcinvoke (0.2.1)
8579
liferaft (~> 0.0.4)
86-
xcodeproj (1.2.0)
80+
xcodeproj (1.3.1)
8781
activesupport (>= 3)
8882
claide (>= 1.0.0, < 2.0)
8983
colored (~> 1.2)
@@ -95,7 +89,7 @@ PLATFORMS
9589

9690
DEPENDENCIES
9791
cocoapods (~> 1.0.0)
98-
jazzy!
92+
jazzy (~> 0.7.0)
9993
pry
10094
rake
10195
xcpretty

0 commit comments

Comments
 (0)