jazzy 0.1.5 → 0.1.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +16 -0
- data/Gemfile.lock +1 -1
- data/lib/jazzy/SourceKitten/Commandant.framework/Commandant +0 -0
- data/lib/jazzy/SourceKitten/LlamaKit.framework/LlamaKit +0 -0
- data/lib/jazzy/SourceKitten/Rakefile +1 -2
- data/lib/jazzy/SourceKitten/SourceKittenFramework.framework/SourceKittenFramework +0 -0
- data/lib/jazzy/SourceKitten/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/SwiftXPC +0 -0
- data/lib/jazzy/gem_version.rb +1 -1
- metadata +2 -13
- data/lib/jazzy/SourceKitten/Commandant.framework/Commandant +0 -1
- data/lib/jazzy/SourceKitten/Commandant.framework/Modules +0 -1
- data/lib/jazzy/SourceKitten/Commandant.framework/Resources +0 -1
- data/lib/jazzy/SourceKitten/Commandant.framework/Versions/Current +0 -1
- data/lib/jazzy/SourceKitten/LlamaKit.framework/LlamaKit +0 -1
- data/lib/jazzy/SourceKitten/LlamaKit.framework/Modules +0 -1
- data/lib/jazzy/SourceKitten/LlamaKit.framework/Resources +0 -1
- data/lib/jazzy/SourceKitten/LlamaKit.framework/Versions/Current +0 -1
- data/lib/jazzy/SourceKitten/SourceKittenFramework.framework/Modules +0 -1
- data/lib/jazzy/SourceKitten/SourceKittenFramework.framework/Resources +0 -1
- data/lib/jazzy/SourceKitten/SourceKittenFramework.framework/SourceKittenFramework +0 -1
- data/lib/jazzy/SourceKitten/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/Modules +0 -1
- data/lib/jazzy/SourceKitten/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/Resources +0 -1
- data/lib/jazzy/SourceKitten/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/SwiftXPC +0 -1
- data/lib/jazzy/SourceKitten/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/Versions/Current +0 -1
- data/lib/jazzy/SourceKitten/SourceKittenFramework.framework/Versions/Current +0 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 09d414b695d4ec232442c0a94499bcdd09d47515
|
4
|
+
data.tar.gz: ff16be25792b49620c85455868db698f9ec8450b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 894ed2c1fd3096c0539ceb28d108c38efc47e0a4a656906b9c965af40bbb70cc200001301599f76b8ca04e96f2ced0456803f1d8321d2b1777f42bc870c69a8b
|
7
|
+
data.tar.gz: 0073bb1231f1d7888ba68ef1a297d014736dd5b83375349ef0e165a5f790172b91465c2b78429c964be0260f3f1ecfbe1098ad73966c7f6470dc41b4d407a6a6
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
Binary file
|
Binary file
|
@@ -3,10 +3,9 @@
|
|
3
3
|
|
4
4
|
task :prepare do
|
5
5
|
Dir.glob('*.framework').each do |fw|
|
6
|
-
p fw
|
7
6
|
Dir.chdir(fw) do
|
8
7
|
basename = File.basename(fw, '.framework')
|
9
|
-
FileUtils.
|
8
|
+
FileUtils.rm_f(basename)
|
10
9
|
|
11
10
|
File.symlink('A', 'Versions/Current')
|
12
11
|
File.symlink("Versions/Current/#{basename}", "#{basename}")
|
Binary file
|
data/lib/jazzy/gem_version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jazzy
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- JP Simard
|
@@ -162,36 +162,25 @@ files:
|
|
162
162
|
- jazzy.gemspec
|
163
163
|
- lib/jazzy.rb
|
164
164
|
- lib/jazzy/SourceKitten/Commandant.framework/Commandant
|
165
|
-
- lib/jazzy/SourceKitten/Commandant.framework/Modules
|
166
|
-
- lib/jazzy/SourceKitten/Commandant.framework/Resources
|
167
165
|
- lib/jazzy/SourceKitten/Commandant.framework/Versions/A/Commandant
|
168
166
|
- lib/jazzy/SourceKitten/Commandant.framework/Versions/A/Modules/Commandant.swiftmodule/x86_64.swiftdoc
|
169
167
|
- lib/jazzy/SourceKitten/Commandant.framework/Versions/A/Modules/Commandant.swiftmodule/x86_64.swiftmodule
|
170
168
|
- lib/jazzy/SourceKitten/Commandant.framework/Versions/A/Modules/module.modulemap
|
171
169
|
- lib/jazzy/SourceKitten/Commandant.framework/Versions/A/Resources/Info.plist
|
172
|
-
- lib/jazzy/SourceKitten/Commandant.framework/Versions/Current
|
173
170
|
- lib/jazzy/SourceKitten/LlamaKit.framework/LlamaKit
|
174
|
-
- lib/jazzy/SourceKitten/LlamaKit.framework/Modules
|
175
|
-
- lib/jazzy/SourceKitten/LlamaKit.framework/Resources
|
176
171
|
- lib/jazzy/SourceKitten/LlamaKit.framework/Versions/A/LlamaKit
|
177
172
|
- lib/jazzy/SourceKitten/LlamaKit.framework/Versions/A/Modules/LlamaKit.swiftmodule/x86_64.swiftdoc
|
178
173
|
- lib/jazzy/SourceKitten/LlamaKit.framework/Versions/A/Modules/LlamaKit.swiftmodule/x86_64.swiftmodule
|
179
174
|
- lib/jazzy/SourceKitten/LlamaKit.framework/Versions/A/Modules/module.modulemap
|
180
175
|
- lib/jazzy/SourceKitten/LlamaKit.framework/Versions/A/Resources/Info.plist
|
181
|
-
- lib/jazzy/SourceKitten/LlamaKit.framework/Versions/Current
|
182
176
|
- lib/jazzy/SourceKitten/Rakefile
|
183
|
-
- lib/jazzy/SourceKitten/SourceKittenFramework.framework/Modules
|
184
|
-
- lib/jazzy/SourceKitten/SourceKittenFramework.framework/Resources
|
185
177
|
- lib/jazzy/SourceKitten/SourceKittenFramework.framework/SourceKittenFramework
|
186
|
-
- lib/jazzy/SourceKitten/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/Modules
|
187
|
-
- lib/jazzy/SourceKitten/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/Resources
|
188
178
|
- lib/jazzy/SourceKitten/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/SwiftXPC
|
189
179
|
- lib/jazzy/SourceKitten/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/Versions/A/Modules/SwiftXPC.swiftmodule/x86_64.swiftdoc
|
190
180
|
- lib/jazzy/SourceKitten/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/Versions/A/Modules/SwiftXPC.swiftmodule/x86_64.swiftmodule
|
191
181
|
- lib/jazzy/SourceKitten/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/Versions/A/Modules/module.modulemap
|
192
182
|
- lib/jazzy/SourceKitten/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/Versions/A/Resources/Info.plist
|
193
183
|
- lib/jazzy/SourceKitten/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/Versions/A/SwiftXPC
|
194
|
-
- lib/jazzy/SourceKitten/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/Versions/Current
|
195
184
|
- lib/jazzy/SourceKitten/SourceKittenFramework.framework/Versions/A/Frameworks/libswiftCore.dylib
|
196
185
|
- lib/jazzy/SourceKitten/SourceKittenFramework.framework/Versions/A/Frameworks/libswiftCoreGraphics.dylib
|
197
186
|
- lib/jazzy/SourceKitten/SourceKittenFramework.framework/Versions/A/Frameworks/libswiftDarwin.dylib
|
@@ -204,7 +193,6 @@ files:
|
|
204
193
|
- lib/jazzy/SourceKitten/SourceKittenFramework.framework/Versions/A/Modules/module.modulemap
|
205
194
|
- lib/jazzy/SourceKitten/SourceKittenFramework.framework/Versions/A/Resources/Info.plist
|
206
195
|
- lib/jazzy/SourceKitten/SourceKittenFramework.framework/Versions/A/SourceKittenFramework
|
207
|
-
- lib/jazzy/SourceKitten/SourceKittenFramework.framework/Versions/Current
|
208
196
|
- lib/jazzy/SourceKitten/sourcekitten
|
209
197
|
- lib/jazzy/assets/css/highlight.css.scss
|
210
198
|
- lib/jazzy/assets/css/jazzy.css.scss
|
@@ -269,3 +257,4 @@ signing_key:
|
|
269
257
|
specification_version: 4
|
270
258
|
summary: Soulful docs for Swift & Objective-C.
|
271
259
|
test_files: []
|
260
|
+
has_rdoc:
|
@@ -1 +0,0 @@
|
|
1
|
-
Versions/Current/Commandant
|
@@ -1 +0,0 @@
|
|
1
|
-
Versions/Current/Modules
|
@@ -1 +0,0 @@
|
|
1
|
-
Versions/Current/Resources
|
@@ -1 +0,0 @@
|
|
1
|
-
A
|
@@ -1 +0,0 @@
|
|
1
|
-
Versions/Current/LlamaKit
|
@@ -1 +0,0 @@
|
|
1
|
-
Versions/Current/Modules
|
@@ -1 +0,0 @@
|
|
1
|
-
Versions/Current/Resources
|
@@ -1 +0,0 @@
|
|
1
|
-
A
|
@@ -1 +0,0 @@
|
|
1
|
-
Versions/Current/Modules
|
@@ -1 +0,0 @@
|
|
1
|
-
Versions/Current/Resources
|
@@ -1 +0,0 @@
|
|
1
|
-
Versions/Current/SourceKittenFramework
|
@@ -1 +0,0 @@
|
|
1
|
-
Versions/Current/Modules
|
@@ -1 +0,0 @@
|
|
1
|
-
Versions/Current/Resources
|
@@ -1 +0,0 @@
|
|
1
|
-
Versions/Current/SwiftXPC
|
@@ -1 +0,0 @@
|
|
1
|
-
A
|
@@ -1 +0,0 @@
|
|
1
|
-
A
|