jazzy 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (47) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/README.md +1 -0
  4. data/lib/jazzy/config.rb +2 -10
  5. data/lib/jazzy/doc.mustache +6 -2
  6. data/lib/jazzy/doc.rb +2 -1
  7. data/lib/jazzy/doc_builder.rb +5 -5
  8. data/lib/jazzy/gem_version.rb +1 -1
  9. data/lib/jazzy/partials/task.mustache +3 -3
  10. data/lib/jazzy/sourcekitten.rb +3 -2
  11. data/spec/integration_spec.rb +4 -1
  12. data/spec/integration_specs/document_alamofire/after/docs/Classes.html +2 -3
  13. data/spec/integration_specs/document_alamofire/after/docs/Classes/Manager.html +2 -3
  14. data/spec/integration_specs/document_alamofire/after/docs/Classes/Manager/SessionDelegate.html +2 -3
  15. data/spec/integration_specs/document_alamofire/after/docs/Classes/Manager/Singleton.html +2 -3
  16. data/spec/integration_specs/document_alamofire/after/docs/Classes/Request.html +2 -3
  17. data/spec/integration_specs/document_alamofire/after/docs/Classes/Request/DataTaskDelegate.html +2 -3
  18. data/spec/integration_specs/document_alamofire/after/docs/Classes/Request/TaskDelegate.html +2 -3
  19. data/spec/integration_specs/document_alamofire/after/docs/Enums.html +2 -3
  20. data/spec/integration_specs/document_alamofire/after/docs/Enums/ParameterEncoding.html +2 -3
  21. data/spec/integration_specs/document_alamofire/after/docs/Extensions.html +2 -3
  22. data/spec/integration_specs/document_alamofire/after/docs/Extensions/Manager.html +2 -3
  23. data/spec/integration_specs/document_alamofire/after/docs/Extensions/NSURL.html +2 -3
  24. data/spec/integration_specs/document_alamofire/after/docs/Extensions/NSURLComponents.html +2 -3
  25. data/spec/integration_specs/document_alamofire/after/docs/Extensions/NSURLRequest.html +2 -3
  26. data/spec/integration_specs/document_alamofire/after/docs/Extensions/Request.html +2 -3
  27. data/spec/integration_specs/document_alamofire/after/docs/Extensions/Request/DownloadTaskDelegate.html +2 -3
  28. data/spec/integration_specs/document_alamofire/after/docs/Extensions/Request/MIMEType.html +2 -3
  29. data/spec/integration_specs/document_alamofire/after/docs/Extensions/Request/UploadTaskDelegate.html +2 -3
  30. data/spec/integration_specs/document_alamofire/after/docs/Extensions/String.html +2 -3
  31. data/spec/integration_specs/document_alamofire/after/docs/Functions.html +2 -3
  32. data/spec/integration_specs/document_alamofire/after/docs/Global Variables.html +2 -3
  33. data/spec/integration_specs/document_alamofire/after/docs/Protocols.html +2 -3
  34. data/spec/integration_specs/document_alamofire/after/docs/Protocols/URLRequestConvertible.html +2 -3
  35. data/spec/integration_specs/document_alamofire/after/docs/Protocols/URLStringConvertible.html +2 -3
  36. data/spec/integration_specs/document_alamofire/after/docs/Typealiases.html +2 -3
  37. data/spec/integration_specs/document_alamofire/after/docs/index.html +2 -3
  38. data/spec/integration_specs/document_alamofire/after/execution_output.txt +1 -1
  39. data/spec/integration_specs/misc_jazzy_features/after/docs/Classes.html +2 -3
  40. data/spec/integration_specs/misc_jazzy_features/after/docs/Classes/ImplicitlyInternalTopLevelClass.html +2 -3
  41. data/spec/integration_specs/misc_jazzy_features/after/docs/Enums.html +2 -3
  42. data/spec/integration_specs/misc_jazzy_features/after/docs/Enums/DocumentedEnum.html +2 -3
  43. data/spec/integration_specs/misc_jazzy_features/after/docs/Global Variables.html +2 -3
  44. data/spec/integration_specs/misc_jazzy_features/after/docs/index.html +2 -3
  45. data/spec/integration_specs/misc_jazzy_features/after/execution_output.txt +1 -1
  46. metadata +1 -2
  47. data/spec/.gitkeep +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 30f8b22e379bfede03bee73346c90fff68be08ea
4
- data.tar.gz: f75b8309a56f786212d6608aeeecedc2b20924e2
3
+ metadata.gz: 95436786cfde8d2c71db20fc5a740f56bb3bd2bc
4
+ data.tar.gz: 344b5c6497b7f90a4f9aa34aeb1805a4ec1ff749
5
5
  SHA512:
6
- metadata.gz: 4ddfe12f4ea81fc51416b9131bd8a7ca275ddda1c068f1885bc553daeb51589a7e482d51889016e54f320ffdf581ff6987a45ffcc9683ca6a267f880194efd9d
7
- data.tar.gz: f4d49bbbe82b7aae104d3d4618976947e9b69cc09a181aadea0e6ef2ba4c1e55ffb6b170836c268e181058148de721ba53cad9eef88c786f3219dbf4078031af
6
+ metadata.gz: 6c7bc69017ec4de64eab15f9550f69fd814b800e0793d490b4e9d0050d4ddfedfd65cfd3c75a78c7fe2a2f2ceee4ccbc66b1ba41e24dab5ddfe7082fbe94ec95
7
+ data.tar.gz: 8f46be1098140de88b08965bc22f161789144f2f4ef690c13c3e6ac04632a94c063f8b0ba8a192af3fe71b8c92a086a57dea3be64c50f2513e97318e264ae0a3
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- jazzy (0.0.8)
4
+ jazzy (0.0.9)
5
5
  activesupport (~> 4.1)
6
6
  mustache (~> 0.99)
7
7
  nokogiri (~> 1.6)
data/README.md CHANGED
@@ -63,5 +63,6 @@ This project is under the MIT license.
63
63
  [sourcekit]: http://www.jpsim.com/uncovering-sourcekit "Uncovering SourceKit"
64
64
  [ast]: http://clang.llvm.org/docs/IntroductionToTheClangAST.html "Introduction To The Clang AST"
65
65
  [xcode]: https://developer.apple.com/xcode "Xcode"
66
+ [sourcekitten]: https://github.com/jpsim/sourcekitten "sourcekitten"
66
67
  [bundler]: http://rubygems.org/gems/bundler
67
68
  [mustache]: http://mustache.github.io "Mustache"
data/lib/jazzy/config.rb CHANGED
@@ -2,7 +2,6 @@ require 'optparse'
2
2
 
3
3
  module Jazzy
4
4
  class Config
5
- attr_accessor :input
6
5
  attr_accessor :output
7
6
  attr_accessor :xcodebuild_arguments
8
7
  attr_accessor :author_name
@@ -11,21 +10,18 @@ module Jazzy
11
10
  attr_accessor :github_file_prefix
12
11
  attr_accessor :author_url
13
12
  attr_accessor :dash_url
14
- attr_accessor :excludes
15
13
  attr_accessor :sourcekitten_sourcefile
16
14
  attr_accessor :clean
17
15
 
18
16
  def initialize
19
- self.input = File.expand_path('.')
20
17
  self.output = File.expand_path('docs')
21
18
  self.xcodebuild_arguments = []
22
19
  self.author_name = ''
23
20
  self.module_name = ''
24
- self.github_url = ''
21
+ self.github_url = nil
25
22
  self.github_file_prefix = nil
26
23
  self.author_url = ''
27
- self.dash_url = ''
28
- self.excludes = []
24
+ self.dash_url = nil
29
25
  self.sourcekitten_sourcefile = nil
30
26
  self.clean = false
31
27
  end
@@ -41,10 +37,6 @@ module Jazzy
41
37
  config.output = File.expand_path(output)
42
38
  end
43
39
 
44
- opt.on('-e', '--exclude filepath1,filepath2,…filepathN', Array, 'Exclude specific files') do |e|
45
- config.excludes = e
46
- end
47
-
48
40
  opt.on('-c', '--[no-]clean',
49
41
  'Delete contents of output directory before running.',
50
42
  'WARNING: If --output is set to ~/Desktop, this will delete the ~/Desktop directory.') do |clean|
@@ -12,8 +12,12 @@
12
12
  <header>
13
13
  <div class="content-wrapper">
14
14
  <p class="header-text"><a href="#">{{module_name}} Docs</a></p>
15
- <p id="header-links"><a href="{{github_link}}"><img id="header-icon" src="{{path_to_root}}img/gh.png" height="16px" width="16px" />View on GitHub</a></p>
16
- <p id="header-links"><a href="{{dash_link}}"><img id="header-icon" src="{{path_to_root}}img/dash.png" height="16px" width="16px" />Install in Dash</a></p>
15
+ {{#github_url}}
16
+ <p id="header-links"><a href="{{github_url}}"><img id="header-icon" src="{{path_to_root}}img/gh.png" height="16px" width="16px" />View on GitHub</a></p>
17
+ {{/github_url}}
18
+ {{#dash_url}}
19
+ <p id="header-links"><a href="{{dash_url}}"><img id="header-icon" src="{{path_to_root}}img/dash.png" height="16px" width="16px" />Install in Dash</a></p>
20
+ {{/dash_url}}
17
21
  </div>
18
22
  </header>
19
23
  <section id="valence">
data/lib/jazzy/doc.rb CHANGED
@@ -21,7 +21,8 @@ module Jazzy
21
21
  end
22
22
 
23
23
  def jazzy_version
24
- Jazzy::VERSION
24
+ # Fake version is used to keep integration tests consistent
25
+ ENV['JAZZY_FAKE_VERSION'] || Jazzy::VERSION
25
26
  end
26
27
  end
27
28
  end
@@ -109,8 +109,8 @@ module Jazzy
109
109
  doc[:module_name] = options.module_name
110
110
  doc[:author_name] = options.author_name
111
111
  doc[:author_website] = options.author_url
112
- doc[:github_link] = options.github_url
113
- doc[:dash_link] = options.dash_url
112
+ doc[:github_url] = options.github_url
113
+ doc[:dash_url] = options.dash_url
114
114
  doc[:path_to_root] = path_to_root
115
115
  return doc.render
116
116
  end
@@ -141,7 +141,7 @@ module Jazzy
141
141
  gh_prefix = options.github_file_prefix
142
142
  relative_file_path = sub_item.file.gsub(`pwd`.strip, '')
143
143
  gh_line = "#L#{sub_item.line}"
144
- item[:github_url] = gh_prefix + relative_file_path + gh_line
144
+ item[:github_token_url] = gh_prefix + relative_file_path + gh_line
145
145
  end
146
146
  item[:return] = Jazzy.markdown.render(sub_item.return) if sub_item.return
147
147
  parameters = sub_item.parameters
@@ -157,8 +157,8 @@ module Jazzy
157
157
  doc[:module_name] = options.module_name
158
158
  doc[:author_name] = options.author_name
159
159
  doc[:author_website] = options.author_url
160
- doc[:github_link] = options.github_url
161
- doc[:dash_link] = options.dash_url
160
+ doc[:github_url] = options.github_url
161
+ doc[:dash_url] = options.dash_url
162
162
  doc[:path_to_root] = path_to_root
163
163
  doc.render
164
164
  end
@@ -1,3 +1,3 @@
1
1
  module Jazzy
2
- VERSION = '0.0.8' unless defined? Jazzy::VERSION
2
+ VERSION = '0.0.9' unless defined? Jazzy::VERSION
3
3
  end
@@ -53,11 +53,11 @@
53
53
  {{{return}}}
54
54
  </div>
55
55
  {{/return}}
56
- {{#github_url}}
56
+ {{#github_token_url}}
57
57
  <div class="result-description view-on-github">
58
- <a href="{{{github_url}}}">Show on GitHub</a>
58
+ <a href="{{{github_token_url}}}">Show on GitHub</a>
59
59
  </div>
60
- {{/github_url}}
60
+ {{/github_token_url}}
61
61
  </section>
62
62
  </div>
63
63
  </li>
@@ -79,7 +79,8 @@ module Jazzy
79
79
  declarations = []
80
80
  docs.each do |doc|
81
81
  if doc.key?('key.diagnostic_stage')
82
- return make_source_declarations(doc['key.substructure'])
82
+ declarations += make_source_declarations(doc['key.substructure'])
83
+ next
83
84
  end
84
85
  declaration = SourceDeclaration.new
85
86
  declaration.kind = doc['key.kind']
@@ -116,7 +117,7 @@ module Jazzy
116
117
  end
117
118
  declaration.parameters = parameters
118
119
  else
119
- # TODO: Fix these
120
+ # @todo: Fix these
120
121
  declaration.line = 0
121
122
  declaration.column = 0
122
123
  declaration.abstract = 'Undocumented'
@@ -64,7 +64,10 @@ describe_cli 'jazzy' do
64
64
 
65
65
  subject do |s|
66
66
  s.executable = "ruby #{ROOT + 'bin/jazzy'}"
67
- s.environment_vars = { 'JAZZY_FAKE_DATE' => '2014-01-01' }
67
+ s.environment_vars = {
68
+ 'JAZZY_FAKE_DATE' => 'YYYY-MM-DD',
69
+ 'JAZZY_FAKE_VERSION' => 'X.X.X',
70
+ }
68
71
  s.default_args = []
69
72
  s.replace_path ROOT.to_s, 'ROOT'
70
73
  end
@@ -13,7 +13,6 @@
13
13
  <div class="content-wrapper">
14
14
  <p class="header-text"><a href="#">Alamofire Docs</a></p>
15
15
  <p id="header-links"><a href="https://github.com/Alamofire/Alamofire"><img id="header-icon" src="img/gh.png" height="16px" width="16px" />View on GitHub</a></p>
16
- <p id="header-links"><a href=""><img id="header-icon" src="img/dash.png" height="16px" width="16px" />Install in Dash</a></p>
17
16
  </div>
18
17
  </header>
19
18
  <section id="valence">
@@ -256,8 +255,8 @@
256
255
  </section>
257
256
  </section>
258
257
  <section id="footer">
259
- <p class="copyright">&copy; 2014 <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: 2014-01-01)</p>
260
- <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.0.5</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
258
+ <p class="copyright">&copy; YYYY <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: YYYY-MM-DD)</p>
259
+ <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ vX.X.X</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
261
260
  </section>
262
261
  </article>
263
262
  </div>
@@ -13,7 +13,6 @@
13
13
  <div class="content-wrapper">
14
14
  <p class="header-text"><a href="#">Alamofire Docs</a></p>
15
15
  <p id="header-links"><a href="https://github.com/Alamofire/Alamofire"><img id="header-icon" src="../img/gh.png" height="16px" width="16px" />View on GitHub</a></p>
16
- <p id="header-links"><a href=""><img id="header-icon" src="../img/dash.png" height="16px" width="16px" />Install in Dash</a></p>
17
16
  </div>
18
17
  </header>
19
18
  <section id="valence">
@@ -667,8 +666,8 @@
667
666
  </section>
668
667
  </section>
669
668
  <section id="footer">
670
- <p class="copyright">&copy; 2014 <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: 2014-01-01)</p>
671
- <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.0.5</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
669
+ <p class="copyright">&copy; YYYY <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: YYYY-MM-DD)</p>
670
+ <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ vX.X.X</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
672
671
  </section>
673
672
  </article>
674
673
  </div>
@@ -13,7 +13,6 @@
13
13
  <div class="content-wrapper">
14
14
  <p class="header-text"><a href="#">Alamofire Docs</a></p>
15
15
  <p id="header-links"><a href="https://github.com/Alamofire/Alamofire"><img id="header-icon" src="../../img/gh.png" height="16px" width="16px" />View on GitHub</a></p>
16
- <p id="header-links"><a href=""><img id="header-icon" src="../../img/dash.png" height="16px" width="16px" />Install in Dash</a></p>
17
16
  </div>
18
17
  </header>
19
18
  <section id="valence">
@@ -856,8 +855,8 @@
856
855
  </section>
857
856
  </section>
858
857
  <section id="footer">
859
- <p class="copyright">&copy; 2014 <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: 2014-01-01)</p>
860
- <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.0.5</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
858
+ <p class="copyright">&copy; YYYY <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: YYYY-MM-DD)</p>
859
+ <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ vX.X.X</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
861
860
  </section>
862
861
  </article>
863
862
  </div>
@@ -13,7 +13,6 @@
13
13
  <div class="content-wrapper">
14
14
  <p class="header-text"><a href="#">Alamofire Docs</a></p>
15
15
  <p id="header-links"><a href="https://github.com/Alamofire/Alamofire"><img id="header-icon" src="../../img/gh.png" height="16px" width="16px" />View on GitHub</a></p>
16
- <p id="header-links"><a href=""><img id="header-icon" src="../../img/dash.png" height="16px" width="16px" />Install in Dash</a></p>
17
16
  </div>
18
17
  </header>
19
18
  <section id="valence">
@@ -236,8 +235,8 @@
236
235
  </section>
237
236
  </section>
238
237
  <section id="footer">
239
- <p class="copyright">&copy; 2014 <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: 2014-01-01)</p>
240
- <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.0.5</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
238
+ <p class="copyright">&copy; YYYY <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: YYYY-MM-DD)</p>
239
+ <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ vX.X.X</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
241
240
  </section>
242
241
  </article>
243
242
  </div>
@@ -13,7 +13,6 @@
13
13
  <div class="content-wrapper">
14
14
  <p class="header-text"><a href="#">Alamofire Docs</a></p>
15
15
  <p id="header-links"><a href="https://github.com/Alamofire/Alamofire"><img id="header-icon" src="../img/gh.png" height="16px" width="16px" />View on GitHub</a></p>
16
- <p id="header-links"><a href=""><img id="header-icon" src="../img/dash.png" height="16px" width="16px" />Install in Dash</a></p>
17
16
  </div>
18
17
  </header>
19
18
  <section id="valence">
@@ -1366,8 +1365,8 @@
1366
1365
  </section>
1367
1366
  </section>
1368
1367
  <section id="footer">
1369
- <p class="copyright">&copy; 2014 <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: 2014-01-01)</p>
1370
- <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.0.5</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
1368
+ <p class="copyright">&copy; YYYY <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: YYYY-MM-DD)</p>
1369
+ <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ vX.X.X</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
1371
1370
  </section>
1372
1371
  </article>
1373
1372
  </div>
@@ -13,7 +13,6 @@
13
13
  <div class="content-wrapper">
14
14
  <p class="header-text"><a href="#">Alamofire Docs</a></p>
15
15
  <p id="header-links"><a href="https://github.com/Alamofire/Alamofire"><img id="header-icon" src="../../img/gh.png" height="16px" width="16px" />View on GitHub</a></p>
16
- <p id="header-links"><a href=""><img id="header-icon" src="../../img/dash.png" height="16px" width="16px" />Install in Dash</a></p>
17
16
  </div>
18
17
  </header>
19
18
  <section id="valence">
@@ -476,8 +475,8 @@
476
475
  </section>
477
476
  </section>
478
477
  <section id="footer">
479
- <p class="copyright">&copy; 2014 <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: 2014-01-01)</p>
480
- <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.0.5</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
478
+ <p class="copyright">&copy; YYYY <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: YYYY-MM-DD)</p>
479
+ <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ vX.X.X</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
481
480
  </section>
482
481
  </article>
483
482
  </div>
@@ -13,7 +13,6 @@
13
13
  <div class="content-wrapper">
14
14
  <p class="header-text"><a href="#">Alamofire Docs</a></p>
15
15
  <p id="header-links"><a href="https://github.com/Alamofire/Alamofire"><img id="header-icon" src="../../img/gh.png" height="16px" width="16px" />View on GitHub</a></p>
16
- <p id="header-links"><a href=""><img id="header-icon" src="../../img/dash.png" height="16px" width="16px" />Install in Dash</a></p>
17
16
  </div>
18
17
  </header>
19
18
  <section id="valence">
@@ -496,8 +495,8 @@
496
495
  </section>
497
496
  </section>
498
497
  <section id="footer">
499
- <p class="copyright">&copy; 2014 <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: 2014-01-01)</p>
500
- <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.0.5</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
498
+ <p class="copyright">&copy; YYYY <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: YYYY-MM-DD)</p>
499
+ <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ vX.X.X</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
501
500
  </section>
502
501
  </article>
503
502
  </div>
@@ -13,7 +13,6 @@
13
13
  <div class="content-wrapper">
14
14
  <p class="header-text"><a href="#">Alamofire Docs</a></p>
15
15
  <p id="header-links"><a href="https://github.com/Alamofire/Alamofire"><img id="header-icon" src="img/gh.png" height="16px" width="16px" />View on GitHub</a></p>
16
- <p id="header-links"><a href=""><img id="header-icon" src="img/dash.png" height="16px" width="16px" />Install in Dash</a></p>
17
16
  </div>
18
17
  </header>
19
18
  <section id="valence">
@@ -256,8 +255,8 @@
256
255
  </section>
257
256
  </section>
258
257
  <section id="footer">
259
- <p class="copyright">&copy; 2014 <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: 2014-01-01)</p>
260
- <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.0.5</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
258
+ <p class="copyright">&copy; YYYY <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: YYYY-MM-DD)</p>
259
+ <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ vX.X.X</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
261
260
  </section>
262
261
  </article>
263
262
  </div>
@@ -13,7 +13,6 @@
13
13
  <div class="content-wrapper">
14
14
  <p class="header-text"><a href="#">Alamofire Docs</a></p>
15
15
  <p id="header-links"><a href="https://github.com/Alamofire/Alamofire"><img id="header-icon" src="../img/gh.png" height="16px" width="16px" />View on GitHub</a></p>
16
- <p id="header-links"><a href=""><img id="header-icon" src="../img/dash.png" height="16px" width="16px" />Install in Dash</a></p>
17
16
  </div>
18
17
  </header>
19
18
  <section id="valence">
@@ -381,8 +380,8 @@
381
380
  </section>
382
381
  </section>
383
382
  <section id="footer">
384
- <p class="copyright">&copy; 2014 <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: 2014-01-01)</p>
385
- <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.0.5</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
383
+ <p class="copyright">&copy; YYYY <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: YYYY-MM-DD)</p>
384
+ <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ vX.X.X</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
386
385
  </section>
387
386
  </article>
388
387
  </div>
@@ -13,7 +13,6 @@
13
13
  <div class="content-wrapper">
14
14
  <p class="header-text"><a href="#">Alamofire Docs</a></p>
15
15
  <p id="header-links"><a href="https://github.com/Alamofire/Alamofire"><img id="header-icon" src="img/gh.png" height="16px" width="16px" />View on GitHub</a></p>
16
- <p id="header-links"><a href=""><img id="header-icon" src="img/dash.png" height="16px" width="16px" />Install in Dash</a></p>
17
16
  </div>
18
17
  </header>
19
18
  <section id="valence">
@@ -631,8 +630,8 @@
631
630
  </section>
632
631
  </section>
633
632
  <section id="footer">
634
- <p class="copyright">&copy; 2014 <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: 2014-01-01)</p>
635
- <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.0.5</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
633
+ <p class="copyright">&copy; YYYY <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: YYYY-MM-DD)</p>
634
+ <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ vX.X.X</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
636
635
  </section>
637
636
  </article>
638
637
  </div>
@@ -13,7 +13,6 @@
13
13
  <div class="content-wrapper">
14
14
  <p class="header-text"><a href="#">Alamofire Docs</a></p>
15
15
  <p id="header-links"><a href="https://github.com/Alamofire/Alamofire"><img id="header-icon" src="../img/gh.png" height="16px" width="16px" />View on GitHub</a></p>
16
- <p id="header-links"><a href=""><img id="header-icon" src="../img/dash.png" height="16px" width="16px" />Install in Dash</a></p>
17
16
  </div>
18
17
  </header>
19
18
  <section id="valence">
@@ -366,8 +365,8 @@
366
365
  </section>
367
366
  </section>
368
367
  <section id="footer">
369
- <p class="copyright">&copy; 2014 <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: 2014-01-01)</p>
370
- <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.0.5</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
368
+ <p class="copyright">&copy; YYYY <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: YYYY-MM-DD)</p>
369
+ <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ vX.X.X</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
371
370
  </section>
372
371
  </article>
373
372
  </div>
@@ -13,7 +13,6 @@
13
13
  <div class="content-wrapper">
14
14
  <p class="header-text"><a href="#">Alamofire Docs</a></p>
15
15
  <p id="header-links"><a href="https://github.com/Alamofire/Alamofire"><img id="header-icon" src="../img/gh.png" height="16px" width="16px" />View on GitHub</a></p>
16
- <p id="header-links"><a href=""><img id="header-icon" src="../img/dash.png" height="16px" width="16px" />Install in Dash</a></p>
17
16
  </div>
18
17
  </header>
19
18
  <section id="valence">
@@ -216,8 +215,8 @@
216
215
  </section>
217
216
  </section>
218
217
  <section id="footer">
219
- <p class="copyright">&copy; 2014 <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: 2014-01-01)</p>
220
- <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.0.5</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
218
+ <p class="copyright">&copy; YYYY <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: YYYY-MM-DD)</p>
219
+ <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ vX.X.X</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
221
220
  </section>
222
221
  </article>
223
222
  </div>
@@ -13,7 +13,6 @@
13
13
  <div class="content-wrapper">
14
14
  <p class="header-text"><a href="#">Alamofire Docs</a></p>
15
15
  <p id="header-links"><a href="https://github.com/Alamofire/Alamofire"><img id="header-icon" src="../img/gh.png" height="16px" width="16px" />View on GitHub</a></p>
16
- <p id="header-links"><a href=""><img id="header-icon" src="../img/dash.png" height="16px" width="16px" />Install in Dash</a></p>
17
16
  </div>
18
17
  </header>
19
18
  <section id="valence">
@@ -216,8 +215,8 @@
216
215
  </section>
217
216
  </section>
218
217
  <section id="footer">
219
- <p class="copyright">&copy; 2014 <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: 2014-01-01)</p>
220
- <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.0.5</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
218
+ <p class="copyright">&copy; YYYY <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: YYYY-MM-DD)</p>
219
+ <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ vX.X.X</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
221
220
  </section>
222
221
  </article>
223
222
  </div>
@@ -13,7 +13,6 @@
13
13
  <div class="content-wrapper">
14
14
  <p class="header-text"><a href="#">Alamofire Docs</a></p>
15
15
  <p id="header-links"><a href="https://github.com/Alamofire/Alamofire"><img id="header-icon" src="../img/gh.png" height="16px" width="16px" />View on GitHub</a></p>
16
- <p id="header-links"><a href=""><img id="header-icon" src="../img/dash.png" height="16px" width="16px" />Install in Dash</a></p>
17
16
  </div>
18
17
  </header>
19
18
  <section id="valence">
@@ -216,8 +215,8 @@
216
215
  </section>
217
216
  </section>
218
217
  <section id="footer">
219
- <p class="copyright">&copy; 2014 <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: 2014-01-01)</p>
220
- <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.0.5</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
218
+ <p class="copyright">&copy; YYYY <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: YYYY-MM-DD)</p>
219
+ <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ vX.X.X</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
221
220
  </section>
222
221
  </article>
223
222
  </div>
@@ -13,7 +13,6 @@
13
13
  <div class="content-wrapper">
14
14
  <p class="header-text"><a href="#">Alamofire Docs</a></p>
15
15
  <p id="header-links"><a href="https://github.com/Alamofire/Alamofire"><img id="header-icon" src="../img/gh.png" height="16px" width="16px" />View on GitHub</a></p>
16
- <p id="header-links"><a href=""><img id="header-icon" src="../img/dash.png" height="16px" width="16px" />Install in Dash</a></p>
17
16
  </div>
18
17
  </header>
19
18
  <section id="valence">
@@ -367,8 +366,8 @@
367
366
  </section>
368
367
  </section>
369
368
  <section id="footer">
370
- <p class="copyright">&copy; 2014 <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: 2014-01-01)</p>
371
- <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.0.5</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
369
+ <p class="copyright">&copy; YYYY <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: YYYY-MM-DD)</p>
370
+ <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ vX.X.X</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
372
371
  </section>
373
372
  </article>
374
373
  </div>
@@ -13,7 +13,6 @@
13
13
  <div class="content-wrapper">
14
14
  <p class="header-text"><a href="#">Alamofire Docs</a></p>
15
15
  <p id="header-links"><a href="https://github.com/Alamofire/Alamofire"><img id="header-icon" src="../../img/gh.png" height="16px" width="16px" />View on GitHub</a></p>
16
- <p id="header-links"><a href=""><img id="header-icon" src="../../img/dash.png" height="16px" width="16px" />Install in Dash</a></p>
17
16
  </div>
18
17
  </header>
19
18
  <section id="valence">
@@ -396,8 +395,8 @@
396
395
  </section>
397
396
  </section>
398
397
  <section id="footer">
399
- <p class="copyright">&copy; 2014 <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: 2014-01-01)</p>
400
- <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.0.5</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
398
+ <p class="copyright">&copy; YYYY <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: YYYY-MM-DD)</p>
399
+ <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ vX.X.X</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
401
400
  </section>
402
401
  </article>
403
402
  </div>
@@ -13,7 +13,6 @@
13
13
  <div class="content-wrapper">
14
14
  <p class="header-text"><a href="#">Alamofire Docs</a></p>
15
15
  <p id="header-links"><a href="https://github.com/Alamofire/Alamofire"><img id="header-icon" src="../../img/gh.png" height="16px" width="16px" />View on GitHub</a></p>
16
- <p id="header-links"><a href=""><img id="header-icon" src="../../img/dash.png" height="16px" width="16px" />Install in Dash</a></p>
17
16
  </div>
18
17
  </header>
19
18
  <section id="valence">
@@ -276,8 +275,8 @@
276
275
  </section>
277
276
  </section>
278
277
  <section id="footer">
279
- <p class="copyright">&copy; 2014 <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: 2014-01-01)</p>
280
- <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.0.5</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
278
+ <p class="copyright">&copy; YYYY <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: YYYY-MM-DD)</p>
279
+ <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ vX.X.X</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
281
280
  </section>
282
281
  </article>
283
282
  </div>
@@ -13,7 +13,6 @@
13
13
  <div class="content-wrapper">
14
14
  <p class="header-text"><a href="#">Alamofire Docs</a></p>
15
15
  <p id="header-links"><a href="https://github.com/Alamofire/Alamofire"><img id="header-icon" src="../../img/gh.png" height="16px" width="16px" />View on GitHub</a></p>
16
- <p id="header-links"><a href=""><img id="header-icon" src="../../img/dash.png" height="16px" width="16px" />Install in Dash</a></p>
17
16
  </div>
18
17
  </header>
19
18
  <section id="valence">
@@ -256,8 +255,8 @@
256
255
  </section>
257
256
  </section>
258
257
  <section id="footer">
259
- <p class="copyright">&copy; 2014 <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: 2014-01-01)</p>
260
- <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.0.5</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
258
+ <p class="copyright">&copy; YYYY <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: YYYY-MM-DD)</p>
259
+ <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ vX.X.X</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
261
260
  </section>
262
261
  </article>
263
262
  </div>
@@ -13,7 +13,6 @@
13
13
  <div class="content-wrapper">
14
14
  <p class="header-text"><a href="#">Alamofire Docs</a></p>
15
15
  <p id="header-links"><a href="https://github.com/Alamofire/Alamofire"><img id="header-icon" src="../img/gh.png" height="16px" width="16px" />View on GitHub</a></p>
16
- <p id="header-links"><a href=""><img id="header-icon" src="../img/dash.png" height="16px" width="16px" />Install in Dash</a></p>
17
16
  </div>
18
17
  </header>
19
18
  <section id="valence">
@@ -216,8 +215,8 @@
216
215
  </section>
217
216
  </section>
218
217
  <section id="footer">
219
- <p class="copyright">&copy; 2014 <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: 2014-01-01)</p>
220
- <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.0.5</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
218
+ <p class="copyright">&copy; YYYY <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: YYYY-MM-DD)</p>
219
+ <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ vX.X.X</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
221
220
  </section>
222
221
  </article>
223
222
  </div>
@@ -13,7 +13,6 @@
13
13
  <div class="content-wrapper">
14
14
  <p class="header-text"><a href="#">Alamofire Docs</a></p>
15
15
  <p id="header-links"><a href="https://github.com/Alamofire/Alamofire"><img id="header-icon" src="img/gh.png" height="16px" width="16px" />View on GitHub</a></p>
16
- <p id="header-links"><a href=""><img id="header-icon" src="img/dash.png" height="16px" width="16px" />Install in Dash</a></p>
17
16
  </div>
18
17
  </header>
19
18
  <section id="valence">
@@ -991,8 +990,8 @@
991
990
  </section>
992
991
  </section>
993
992
  <section id="footer">
994
- <p class="copyright">&copy; 2014 <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: 2014-01-01)</p>
995
- <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.0.5</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
993
+ <p class="copyright">&copy; YYYY <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: YYYY-MM-DD)</p>
994
+ <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ vX.X.X</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
996
995
  </section>
997
996
  </article>
998
997
  </div>
@@ -13,7 +13,6 @@
13
13
  <div class="content-wrapper">
14
14
  <p class="header-text"><a href="#">Alamofire Docs</a></p>
15
15
  <p id="header-links"><a href="https://github.com/Alamofire/Alamofire"><img id="header-icon" src="img/gh.png" height="16px" width="16px" />View on GitHub</a></p>
16
- <p id="header-links"><a href=""><img id="header-icon" src="img/dash.png" height="16px" width="16px" />Install in Dash</a></p>
17
16
  </div>
18
17
  </header>
19
18
  <section id="valence">
@@ -226,8 +225,8 @@
226
225
  </section>
227
226
  </section>
228
227
  <section id="footer">
229
- <p class="copyright">&copy; 2014 <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: 2014-01-01)</p>
230
- <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.0.5</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
228
+ <p class="copyright">&copy; YYYY <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: YYYY-MM-DD)</p>
229
+ <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ vX.X.X</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
231
230
  </section>
232
231
  </article>
233
232
  </div>
@@ -13,7 +13,6 @@
13
13
  <div class="content-wrapper">
14
14
  <p class="header-text"><a href="#">Alamofire Docs</a></p>
15
15
  <p id="header-links"><a href="https://github.com/Alamofire/Alamofire"><img id="header-icon" src="img/gh.png" height="16px" width="16px" />View on GitHub</a></p>
16
- <p id="header-links"><a href=""><img id="header-icon" src="img/dash.png" height="16px" width="16px" />Install in Dash</a></p>
17
16
  </div>
18
17
  </header>
19
18
  <section id="valence">
@@ -256,8 +255,8 @@
256
255
  </section>
257
256
  </section>
258
257
  <section id="footer">
259
- <p class="copyright">&copy; 2014 <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: 2014-01-01)</p>
260
- <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.0.5</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
258
+ <p class="copyright">&copy; YYYY <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: YYYY-MM-DD)</p>
259
+ <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ vX.X.X</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
261
260
  </section>
262
261
  </article>
263
262
  </div>
@@ -13,7 +13,6 @@
13
13
  <div class="content-wrapper">
14
14
  <p class="header-text"><a href="#">Alamofire Docs</a></p>
15
15
  <p id="header-links"><a href="https://github.com/Alamofire/Alamofire"><img id="header-icon" src="../img/gh.png" height="16px" width="16px" />View on GitHub</a></p>
16
- <p id="header-links"><a href=""><img id="header-icon" src="../img/dash.png" height="16px" width="16px" />Install in Dash</a></p>
17
16
  </div>
18
17
  </header>
19
18
  <section id="valence">
@@ -226,8 +225,8 @@
226
225
  </section>
227
226
  </section>
228
227
  <section id="footer">
229
- <p class="copyright">&copy; 2014 <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: 2014-01-01)</p>
230
- <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.0.5</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
228
+ <p class="copyright">&copy; YYYY <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: YYYY-MM-DD)</p>
229
+ <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ vX.X.X</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
231
230
  </section>
232
231
  </article>
233
232
  </div>
@@ -13,7 +13,6 @@
13
13
  <div class="content-wrapper">
14
14
  <p class="header-text"><a href="#">Alamofire Docs</a></p>
15
15
  <p id="header-links"><a href="https://github.com/Alamofire/Alamofire"><img id="header-icon" src="../img/gh.png" height="16px" width="16px" />View on GitHub</a></p>
16
- <p id="header-links"><a href=""><img id="header-icon" src="../img/dash.png" height="16px" width="16px" />Install in Dash</a></p>
17
16
  </div>
18
17
  </header>
19
18
  <section id="valence">
@@ -226,8 +225,8 @@
226
225
  </section>
227
226
  </section>
228
227
  <section id="footer">
229
- <p class="copyright">&copy; 2014 <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: 2014-01-01)</p>
230
- <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.0.5</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
228
+ <p class="copyright">&copy; YYYY <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: YYYY-MM-DD)</p>
229
+ <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ vX.X.X</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
231
230
  </section>
232
231
  </article>
233
232
  </div>
@@ -13,7 +13,6 @@
13
13
  <div class="content-wrapper">
14
14
  <p class="header-text"><a href="#">Alamofire Docs</a></p>
15
15
  <p id="header-links"><a href="https://github.com/Alamofire/Alamofire"><img id="header-icon" src="img/gh.png" height="16px" width="16px" />View on GitHub</a></p>
16
- <p id="header-links"><a href=""><img id="header-icon" src="img/dash.png" height="16px" width="16px" />Install in Dash</a></p>
17
16
  </div>
18
17
  </header>
19
18
  <section id="valence">
@@ -256,8 +255,8 @@
256
255
  </section>
257
256
  </section>
258
257
  <section id="footer">
259
- <p class="copyright">&copy; 2014 <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: 2014-01-01)</p>
260
- <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.0.5</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
258
+ <p class="copyright">&copy; YYYY <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: YYYY-MM-DD)</p>
259
+ <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ vX.X.X</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
261
260
  </section>
262
261
  </article>
263
262
  </div>
@@ -13,7 +13,6 @@
13
13
  <div class="content-wrapper">
14
14
  <p class="header-text"><a href="#">Alamofire Docs</a></p>
15
15
  <p id="header-links"><a href="https://github.com/Alamofire/Alamofire"><img id="header-icon" src="img/gh.png" height="16px" width="16px" />View on GitHub</a></p>
16
- <p id="header-links"><a href=""><img id="header-icon" src="img/dash.png" height="16px" width="16px" />Install in Dash</a></p>
17
16
  </div>
18
17
  </header>
19
18
  <section id="valence">
@@ -184,8 +183,8 @@
184
183
  </section>
185
184
  </section>
186
185
  <section id="footer">
187
- <p class="copyright">&copy; 2014 <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: 2014-01-01)</p>
188
- <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.0.5</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
186
+ <p class="copyright">&copy; YYYY <a class="link" href="https://nshipster.com/alamofire" target="_blank" rel="external">Alamofire</a>. All rights reserved. (Last updated: YYYY-MM-DD)</p>
187
+ <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ vX.X.X</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
189
188
  </section>
190
189
  </article>
191
190
  </div>
@@ -1,2 +1,2 @@
1
- JAZZY_FAKE_DATE=2014-01-01 jazzy -m Alamofire -a Alamofire -u https://nshipster.com/alamofire -x -project,Alamofire.xcodeproj -g https://github.com/Alamofire/Alamofire --github-file-prefix https://github.com/Alamofire/Alamofire/blob/1.1.0 2>&1
1
+ JAZZY_FAKE_DATE=YYYY-MM-DD JAZZY_FAKE_VERSION=X.X.X jazzy -m Alamofire -a Alamofire -u https://nshipster.com/alamofire -x -project,Alamofire.xcodeproj -g https://github.com/Alamofire/Alamofire --github-file-prefix https://github.com/Alamofire/Alamofire/blob/1.1.0 2>&1
2
2
  jam out ♪♫ to your fresh new docs at ROOT/tmp/document_alamofire/docs
@@ -13,7 +13,6 @@
13
13
  <div class="content-wrapper">
14
14
  <p class="header-text"><a href="#">MiscJazzyFeatures Docs</a></p>
15
15
  <p id="header-links"><a href="https://github.com/realm/jazzy"><img id="header-icon" src="img/gh.png" height="16px" width="16px" />View on GitHub</a></p>
16
- <p id="header-links"><a href=""><img id="header-icon" src="img/dash.png" height="16px" width="16px" />Install in Dash</a></p>
17
16
  </div>
18
17
  </header>
19
18
  <section id="valence">
@@ -307,8 +306,8 @@
307
306
  </section>
308
307
  </section>
309
308
  <section id="footer">
310
- <p class="copyright">&copy; 2014 <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">Realm</a>. All rights reserved. (Last updated: 2014-01-01)</p>
311
- <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.0.5</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
309
+ <p class="copyright">&copy; YYYY <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">Realm</a>. All rights reserved. (Last updated: YYYY-MM-DD)</p>
310
+ <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ vX.X.X</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
312
311
  </section>
313
312
  </article>
314
313
  </div>
@@ -13,7 +13,6 @@
13
13
  <div class="content-wrapper">
14
14
  <p class="header-text"><a href="#">MiscJazzyFeatures Docs</a></p>
15
15
  <p id="header-links"><a href="https://github.com/realm/jazzy"><img id="header-icon" src="../img/gh.png" height="16px" width="16px" />View on GitHub</a></p>
16
- <p id="header-links"><a href=""><img id="header-icon" src="../img/dash.png" height="16px" width="16px" />Install in Dash</a></p>
17
16
  </div>
18
17
  </header>
19
18
  <section id="valence">
@@ -128,8 +127,8 @@
128
127
  </section>
129
128
  </section>
130
129
  <section id="footer">
131
- <p class="copyright">&copy; 2014 <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">Realm</a>. All rights reserved. (Last updated: 2014-01-01)</p>
132
- <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.0.5</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
130
+ <p class="copyright">&copy; YYYY <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">Realm</a>. All rights reserved. (Last updated: YYYY-MM-DD)</p>
131
+ <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ vX.X.X</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
133
132
  </section>
134
133
  </article>
135
134
  </div>
@@ -13,7 +13,6 @@
13
13
  <div class="content-wrapper">
14
14
  <p class="header-text"><a href="#">MiscJazzyFeatures Docs</a></p>
15
15
  <p id="header-links"><a href="https://github.com/realm/jazzy"><img id="header-icon" src="img/gh.png" height="16px" width="16px" />View on GitHub</a></p>
16
- <p id="header-links"><a href=""><img id="header-icon" src="img/dash.png" height="16px" width="16px" />Install in Dash</a></p>
17
16
  </div>
18
17
  </header>
19
18
  <section id="valence">
@@ -145,8 +144,8 @@
145
144
  </section>
146
145
  </section>
147
146
  <section id="footer">
148
- <p class="copyright">&copy; 2014 <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">Realm</a>. All rights reserved. (Last updated: 2014-01-01)</p>
149
- <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.0.5</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
147
+ <p class="copyright">&copy; YYYY <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">Realm</a>. All rights reserved. (Last updated: YYYY-MM-DD)</p>
148
+ <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ vX.X.X</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
150
149
  </section>
151
150
  </article>
152
151
  </div>
@@ -13,7 +13,6 @@
13
13
  <div class="content-wrapper">
14
14
  <p class="header-text"><a href="#">MiscJazzyFeatures Docs</a></p>
15
15
  <p id="header-links"><a href="https://github.com/realm/jazzy"><img id="header-icon" src="../img/gh.png" height="16px" width="16px" />View on GitHub</a></p>
16
- <p id="header-links"><a href=""><img id="header-icon" src="../img/dash.png" height="16px" width="16px" />Install in Dash</a></p>
17
16
  </div>
18
17
  </header>
19
18
  <section id="valence">
@@ -118,8 +117,8 @@
118
117
  </section>
119
118
  </section>
120
119
  <section id="footer">
121
- <p class="copyright">&copy; 2014 <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">Realm</a>. All rights reserved. (Last updated: 2014-01-01)</p>
122
- <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.0.5</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
120
+ <p class="copyright">&copy; YYYY <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">Realm</a>. All rights reserved. (Last updated: YYYY-MM-DD)</p>
121
+ <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ vX.X.X</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
123
122
  </section>
124
123
  </article>
125
124
  </div>
@@ -13,7 +13,6 @@
13
13
  <div class="content-wrapper">
14
14
  <p class="header-text"><a href="#">MiscJazzyFeatures Docs</a></p>
15
15
  <p id="header-links"><a href="https://github.com/realm/jazzy"><img id="header-icon" src="img/gh.png" height="16px" width="16px" />View on GitHub</a></p>
16
- <p id="header-links"><a href=""><img id="header-icon" src="img/dash.png" height="16px" width="16px" />Install in Dash</a></p>
17
16
  </div>
18
17
  </header>
19
18
  <section id="valence">
@@ -128,8 +127,8 @@
128
127
  </section>
129
128
  </section>
130
129
  <section id="footer">
131
- <p class="copyright">&copy; 2014 <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">Realm</a>. All rights reserved. (Last updated: 2014-01-01)</p>
132
- <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.0.5</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
130
+ <p class="copyright">&copy; YYYY <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">Realm</a>. All rights reserved. (Last updated: YYYY-MM-DD)</p>
131
+ <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ vX.X.X</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
133
132
  </section>
134
133
  </article>
135
134
  </div>
@@ -13,7 +13,6 @@
13
13
  <div class="content-wrapper">
14
14
  <p class="header-text"><a href="#">MiscJazzyFeatures Docs</a></p>
15
15
  <p id="header-links"><a href="https://github.com/realm/jazzy"><img id="header-icon" src="img/gh.png" height="16px" width="16px" />View on GitHub</a></p>
16
- <p id="header-links"><a href=""><img id="header-icon" src="img/dash.png" height="16px" width="16px" />Install in Dash</a></p>
17
16
  </div>
18
17
  </header>
19
18
  <section id="valence">
@@ -89,8 +88,8 @@
89
88
  </section>
90
89
  </section>
91
90
  <section id="footer">
92
- <p class="copyright">&copy; 2014 <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">Realm</a>. All rights reserved. (Last updated: 2014-01-01)</p>
93
- <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.0.5</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
91
+ <p class="copyright">&copy; YYYY <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">Realm</a>. All rights reserved. (Last updated: YYYY-MM-DD)</p>
92
+ <p class="copyright">Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ vX.X.X</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
94
93
  </section>
95
94
  </article>
96
95
  </div>
@@ -1,2 +1,2 @@
1
- JAZZY_FAKE_DATE=2014-01-01 jazzy -m MiscJazzyFeatures -a Realm -u https://github.com/realm/jazzy -g https://github.com/realm/jazzy 2>&1
1
+ JAZZY_FAKE_DATE=YYYY-MM-DD JAZZY_FAKE_VERSION=X.X.X jazzy -m MiscJazzyFeatures -a Realm -u https://github.com/realm/jazzy -g https://github.com/realm/jazzy 2>&1
2
2
  jam out ♪♫ to your fresh new docs at ROOT/tmp/misc_jazzy_features/docs
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.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - JP Simard
@@ -140,7 +140,6 @@ files:
140
140
  - lib/jazzy/sourcekitten.rb
141
141
  - lib/jazzy/xml_helper.rb
142
142
  - screenshot.jpg
143
- - spec/.gitkeep
144
143
  - spec/integration_spec.rb
145
144
  - spec/integration_specs/document_alamofire/after/docs/Classes.html
146
145
  - spec/integration_specs/document_alamofire/after/docs/Classes/Manager.html
data/spec/.gitkeep DELETED
File without changes