jazzy 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (26) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +16 -0
  3. data/Gemfile.lock +1 -1
  4. data/lib/jazzy/SourceKitten/Commandant.framework/Commandant +0 -0
  5. data/lib/jazzy/SourceKitten/LlamaKit.framework/LlamaKit +0 -0
  6. data/lib/jazzy/SourceKitten/Rakefile +1 -2
  7. data/lib/jazzy/SourceKitten/SourceKittenFramework.framework/SourceKittenFramework +0 -0
  8. data/lib/jazzy/SourceKitten/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/SwiftXPC +0 -0
  9. data/lib/jazzy/gem_version.rb +1 -1
  10. metadata +2 -13
  11. data/lib/jazzy/SourceKitten/Commandant.framework/Commandant +0 -1
  12. data/lib/jazzy/SourceKitten/Commandant.framework/Modules +0 -1
  13. data/lib/jazzy/SourceKitten/Commandant.framework/Resources +0 -1
  14. data/lib/jazzy/SourceKitten/Commandant.framework/Versions/Current +0 -1
  15. data/lib/jazzy/SourceKitten/LlamaKit.framework/LlamaKit +0 -1
  16. data/lib/jazzy/SourceKitten/LlamaKit.framework/Modules +0 -1
  17. data/lib/jazzy/SourceKitten/LlamaKit.framework/Resources +0 -1
  18. data/lib/jazzy/SourceKitten/LlamaKit.framework/Versions/Current +0 -1
  19. data/lib/jazzy/SourceKitten/SourceKittenFramework.framework/Modules +0 -1
  20. data/lib/jazzy/SourceKitten/SourceKittenFramework.framework/Resources +0 -1
  21. data/lib/jazzy/SourceKitten/SourceKittenFramework.framework/SourceKittenFramework +0 -1
  22. data/lib/jazzy/SourceKitten/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/Modules +0 -1
  23. data/lib/jazzy/SourceKitten/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/Resources +0 -1
  24. data/lib/jazzy/SourceKitten/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/SwiftXPC +0 -1
  25. data/lib/jazzy/SourceKitten/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/Versions/Current +0 -1
  26. 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: 612cd691a419aa4f8156422fe0c5fffc188502a4
4
- data.tar.gz: c133ab01c5b23d4e7a804a9fbebffe52e1a3f1c5
3
+ metadata.gz: 09d414b695d4ec232442c0a94499bcdd09d47515
4
+ data.tar.gz: ff16be25792b49620c85455868db698f9ec8450b
5
5
  SHA512:
6
- metadata.gz: 70c38b998ceaa3539796f97a7c7dfcb8a39dd4a8f7dabeb92158d458e5af66f11dbf29aa160c48a6d4fbfb9506ccbc2fb0dd5de4d8128037c64691594366f306
7
- data.tar.gz: efedee85dce337d0d142654eb7777fcbd1f79cc679ded95134ce783b4b17cffa9d8caf99f7f8eff055f47a8968d54cdb02112a516cbf26297df0c428e90d1ea9
6
+ metadata.gz: 894ed2c1fd3096c0539ceb28d108c38efc47e0a4a656906b9c965af40bbb70cc200001301599f76b8ca04e96f2ced0456803f1d8321d2b1777f42bc870c69a8b
7
+ data.tar.gz: 0073bb1231f1d7888ba68ef1a297d014736dd5b83375349ef0e165a5f790172b91465c2b78429c964be0260f3f1ecfbe1098ad73966c7f6470dc41b4d407a6a6
@@ -1,3 +1,19 @@
1
+ ## 0.1.6
2
+
3
+ ##### Breaking
4
+
5
+ * None.
6
+
7
+ ##### Enhancements
8
+
9
+ * None.
10
+
11
+ ##### Bug Fixes
12
+
13
+ * Make the gem installable.
14
+ [Samuel Giddins](https://github.com/segiddins)
15
+
16
+
1
17
  ## 0.1.5
2
18
 
3
19
  ##### Breaking
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- jazzy (0.1.5)
4
+ jazzy (0.1.6)
5
5
  cocoapods (~> 0.36.0.rc.1)
6
6
  mustache (~> 0.99)
7
7
  open4
@@ -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.rm(basename)
8
+ FileUtils.rm_f(basename)
10
9
 
11
10
  File.symlink('A', 'Versions/Current')
12
11
  File.symlink("Versions/Current/#{basename}", "#{basename}")
@@ -1,3 +1,3 @@
1
1
  module Jazzy
2
- VERSION = '0.1.5' unless defined? Jazzy::VERSION
2
+ VERSION = '0.1.6' unless defined? Jazzy::VERSION
3
3
  end
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.5
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
- Versions/Current/LlamaKit
@@ -1 +0,0 @@
1
- Versions/Current/Modules
@@ -1 +0,0 @@
1
- Versions/Current/Resources
@@ -1 +0,0 @@
1
- Versions/Current/Modules
@@ -1 +0,0 @@
1
- Versions/Current/Resources
@@ -1 +0,0 @@
1
- Versions/Current/SourceKittenFramework