jazzy 0.13.2 → 0.13.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.github/workflows/Tests.yml +52 -0
- data/.gitignore +1 -0
- data/CHANGELOG.md +118 -0
- data/CONTRIBUTING.md +5 -5
- data/Gemfile.lock +68 -59
- data/README.md +65 -5
- data/Rakefile +30 -0
- data/bin/sourcekitten +0 -0
- data/js/package-lock.json +44 -0
- data/js/package.json +17 -0
- data/lib/jazzy/config.rb +29 -8
- data/lib/jazzy/doc_builder.rb +14 -2
- data/lib/jazzy/docset_builder.rb +2 -0
- data/lib/jazzy/docset_builder/info_plist.mustache +8 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_AMS-Regular.ttf +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_AMS-Regular.woff +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_AMS-Regular.woff2 +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Caligraphic-Bold.ttf +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Caligraphic-Bold.woff +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Caligraphic-Bold.woff2 +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Caligraphic-Regular.ttf +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Caligraphic-Regular.woff +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Caligraphic-Regular.woff2 +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Fraktur-Bold.ttf +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Fraktur-Bold.woff +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Fraktur-Bold.woff2 +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Fraktur-Regular.ttf +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Fraktur-Regular.woff +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Fraktur-Regular.woff2 +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Main-Bold.ttf +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Main-Bold.woff +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Main-Bold.woff2 +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Main-BoldItalic.ttf +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Main-BoldItalic.woff +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Main-BoldItalic.woff2 +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Main-Italic.ttf +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Main-Italic.woff +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Main-Italic.woff2 +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Main-Regular.ttf +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Main-Regular.woff +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Main-Regular.woff2 +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Math-BoldItalic.ttf +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Math-BoldItalic.woff +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Math-BoldItalic.woff2 +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Math-Italic.ttf +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Math-Italic.woff +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Math-Italic.woff2 +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_SansSerif-Bold.ttf +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_SansSerif-Bold.woff +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_SansSerif-Bold.woff2 +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_SansSerif-Italic.ttf +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_SansSerif-Italic.woff +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_SansSerif-Italic.woff2 +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_SansSerif-Regular.ttf +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_SansSerif-Regular.woff +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_SansSerif-Regular.woff2 +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Script-Regular.ttf +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Script-Regular.woff +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Script-Regular.woff2 +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Size1-Regular.ttf +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Size1-Regular.woff +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Size1-Regular.woff2 +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Size2-Regular.ttf +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Size2-Regular.woff +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Size2-Regular.woff2 +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Size3-Regular.ttf +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Size3-Regular.woff +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Size3-Regular.woff2 +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Size4-Regular.ttf +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Size4-Regular.woff +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Size4-Regular.woff2 +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Typewriter-Regular.ttf +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Typewriter-Regular.woff +0 -0
- data/lib/jazzy/extensions/katex/css/fonts/KaTeX_Typewriter-Regular.woff2 +0 -0
- data/lib/jazzy/extensions/katex/css/katex.min.css +1 -1
- data/lib/jazzy/extensions/katex/js/katex.min.js +1 -1
- data/lib/jazzy/gem_version.rb +1 -1
- data/lib/jazzy/jazzy_markdown.rb +38 -0
- data/lib/jazzy/podspec_documenter.rb +15 -3
- data/lib/jazzy/source_declaration.rb +15 -2
- data/lib/jazzy/source_declaration/type.rb +30 -0
- data/lib/jazzy/source_module.rb +2 -1
- data/lib/jazzy/sourcekitten.rb +11 -11
- data/lib/jazzy/symbol_graph.rb +95 -0
- data/lib/jazzy/symbol_graph/constraint.rb +94 -0
- data/lib/jazzy/symbol_graph/ext_node.rb +114 -0
- data/lib/jazzy/symbol_graph/graph.rb +193 -0
- data/lib/jazzy/symbol_graph/relationship.rb +39 -0
- data/lib/jazzy/symbol_graph/sym_node.rb +158 -0
- data/lib/jazzy/symbol_graph/symbol.rb +219 -0
- data/lib/jazzy/themes/apple/assets/css/jazzy.css.scss +96 -3
- data/lib/jazzy/themes/apple/assets/img/spinner.gif +0 -0
- data/lib/jazzy/themes/apple/assets/js/jazzy.search.js +70 -0
- data/lib/jazzy/themes/apple/assets/js/jquery.min.js +2 -2
- data/lib/jazzy/themes/apple/assets/js/lunr.min.js +6 -0
- data/lib/jazzy/themes/apple/assets/js/typeahead.jquery.js +1694 -0
- data/lib/jazzy/themes/apple/templates/doc.mustache +35 -0
- data/lib/jazzy/themes/apple/templates/header.mustache +7 -0
- data/lib/jazzy/themes/apple/templates/task.mustache +1 -1
- data/lib/jazzy/themes/fullwidth/assets/css/jazzy.css.scss +5 -0
- data/lib/jazzy/themes/fullwidth/assets/js/jquery.min.js +2 -2
- data/lib/jazzy/themes/fullwidth/assets/js/lunr.min.js +6 -1
- data/lib/jazzy/themes/fullwidth/assets/js/typeahead.jquery.js +34 -14
- data/lib/jazzy/themes/fullwidth/templates/doc.mustache +30 -0
- data/lib/jazzy/themes/fullwidth/templates/task.mustache +1 -1
- data/lib/jazzy/themes/jony/assets/css/jazzy.css.scss +29 -1
- data/lib/jazzy/themes/jony/assets/js/jquery.min.js +2 -2
- data/lib/jazzy/themes/jony/templates/doc.mustache +30 -0
- data/lib/jazzy/themes/jony/templates/task.mustache +1 -1
- data/spec/integration_spec.rb +17 -8
- metadata +20 -8
- data/.circleci/config.yml +0 -83
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 63788e011ffdb57c019f0bd8f06892fbc47303f10d57407e8487e5c4d070c761
|
|
4
|
+
data.tar.gz: d93e4603a15f4c5695bab995c3fc99fbeb7fd463e97a41806c9e6fa7c563fc05
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d73ba88867dcb2f32d7358b367ab24ac086bceccf02aa74e18b2d17e6d70870a4831fbbbfb6027af8a99e4ddc8db737fefbfe60580924a9367d5b11a472b0b12
|
|
7
|
+
data.tar.gz: 61f9af01c7fd7b2293e9d91cb60063c8fc5e95281815e7a8ff11bc2a80fdbf514264a4d4fada6fc29ad7e97859e18b9d17a3cf2649a1b1f5aa0bd9cb24e22276
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
name: Tests
|
|
2
|
+
|
|
3
|
+
on:
|
|
4
|
+
push:
|
|
5
|
+
branches: [master]
|
|
6
|
+
pull_request:
|
|
7
|
+
branches: ['*']
|
|
8
|
+
|
|
9
|
+
jobs:
|
|
10
|
+
danger_and_rubocop:
|
|
11
|
+
runs-on: ubuntu-latest
|
|
12
|
+
steps:
|
|
13
|
+
- uses: actions/checkout@v2
|
|
14
|
+
- uses: ruby/setup-ruby@v1
|
|
15
|
+
with:
|
|
16
|
+
ruby-version: 2.5
|
|
17
|
+
bundler-cache: true
|
|
18
|
+
- name: Danger
|
|
19
|
+
env:
|
|
20
|
+
DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
21
|
+
run: |
|
|
22
|
+
bundle exec danger --verbose
|
|
23
|
+
- name: Rubocop
|
|
24
|
+
run: |
|
|
25
|
+
bundle exec rake rubocop
|
|
26
|
+
|
|
27
|
+
spec:
|
|
28
|
+
runs-on: macos-11.0
|
|
29
|
+
continue-on-error: true
|
|
30
|
+
strategy:
|
|
31
|
+
matrix:
|
|
32
|
+
spec: ["objc_spec", "swift_spec", "cocoapods_spec"]
|
|
33
|
+
env:
|
|
34
|
+
DEVELOPER_DIR: /Applications/Xcode_12.5.app/Contents/Developer
|
|
35
|
+
steps:
|
|
36
|
+
- uses: actions/checkout@v2
|
|
37
|
+
with:
|
|
38
|
+
submodules: recursive
|
|
39
|
+
- uses: ruby/setup-ruby@v1
|
|
40
|
+
with:
|
|
41
|
+
ruby-version: 2.6
|
|
42
|
+
bundler-cache: true
|
|
43
|
+
- name: Cache cocoapods
|
|
44
|
+
uses: actions/cache@v2
|
|
45
|
+
env:
|
|
46
|
+
cache-name: cocoapods
|
|
47
|
+
with:
|
|
48
|
+
path: ~/.cocoapods
|
|
49
|
+
key: ${{ matrix.spec }}-${{ env.cache-name }}
|
|
50
|
+
- name: Test
|
|
51
|
+
run: |
|
|
52
|
+
bundle exec rake ${{ matrix.spec }}
|
data/.gitignore
CHANGED
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,121 @@
|
|
|
1
|
+
## 0.13.7
|
|
2
|
+
|
|
3
|
+
The next release of Jazzy will require a minimum of Ruby 2.6.
|
|
4
|
+
|
|
5
|
+
##### Breaking
|
|
6
|
+
|
|
7
|
+
* None.
|
|
8
|
+
|
|
9
|
+
##### Enhancements
|
|
10
|
+
|
|
11
|
+
* Update JavaScript libraries: jQuery 3.6.0, Lunr 2.3.9,
|
|
12
|
+
KaTeX 0.13.5.
|
|
13
|
+
[John Fairhurst](https://github.com/johnfairh)
|
|
14
|
+
|
|
15
|
+
* Support the markdown [footnotes](https://www.markdownguide.org/extended-syntax/#footnotes) extension in all themes.
|
|
16
|
+
[John Fairhurst](https://github.com/johnfairh)
|
|
17
|
+
[#1246](https://github.com/realm/jazzy/issues/1246)
|
|
18
|
+
|
|
19
|
+
##### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* Fix parameter doc comments in Swift symbolgraph mode.
|
|
22
|
+
[John Fairhurst](https://github.com/johnfairh)
|
|
23
|
+
[#1244](https://github.com/realm/jazzy/issues/1244)
|
|
24
|
+
|
|
25
|
+
## 0.13.6
|
|
26
|
+
|
|
27
|
+
##### Breaking
|
|
28
|
+
|
|
29
|
+
* None.
|
|
30
|
+
|
|
31
|
+
##### Enhancements
|
|
32
|
+
|
|
33
|
+
* Support documentation generation from `.swiftmodule` binaries using
|
|
34
|
+
`--swift-build-tool symbolgraph` with Swift 5.3.
|
|
35
|
+
[John Fairhurst](https://github.com/johnfairh)
|
|
36
|
+
|
|
37
|
+
##### Bug Fixes
|
|
38
|
+
|
|
39
|
+
* Always bypass codesigning when building Xcode projects.
|
|
40
|
+
[John Fairhurst](https://github.com/johnfairh)
|
|
41
|
+
[#1183](https://github.com/realm/jazzy/issues/1183)
|
|
42
|
+
|
|
43
|
+
## 0.13.5
|
|
44
|
+
|
|
45
|
+
##### Breaking
|
|
46
|
+
|
|
47
|
+
* None.
|
|
48
|
+
|
|
49
|
+
##### Enhancements
|
|
50
|
+
|
|
51
|
+
* Add search function to `apple` theme.
|
|
52
|
+
[Giles Payne](https://github.com/komakai)
|
|
53
|
+
[#726](https://github.com/realm/jazzy/issues/726)
|
|
54
|
+
|
|
55
|
+
* Add option `--[no-]separate-global-declarations` to always create separate
|
|
56
|
+
documentation pages for top-level declarations as well as classes,
|
|
57
|
+
structures, enums etc. even if they don't have members. As part of this,
|
|
58
|
+
improve the main page declaration in all modes.
|
|
59
|
+
[Nikolay Volosatov](https://github.com/bamx23)
|
|
60
|
+
[John Fairhurst](https://github.com/johnfairh)
|
|
61
|
+
|
|
62
|
+
##### Bug Fixes
|
|
63
|
+
|
|
64
|
+
* Style fixes for `apple` and `jony` themes to codeblocks inside lists and
|
|
65
|
+
links.
|
|
66
|
+
[John Fairhurst](https://github.com/johnfairh)
|
|
67
|
+
[#818](https://github.com/realm/jazzy/issues/818)
|
|
68
|
+
[#1177](https://github.com/realm/jazzy/issues/1177)
|
|
69
|
+
|
|
70
|
+
## 0.13.4
|
|
71
|
+
|
|
72
|
+
##### Breaking
|
|
73
|
+
|
|
74
|
+
* None.
|
|
75
|
+
|
|
76
|
+
##### Enhancements
|
|
77
|
+
|
|
78
|
+
* Update JavaScript libraries: jQuery 3.5.1 (all themes), Lunr 2.3.8,
|
|
79
|
+
typeahead.js 1.3.1 (`fullwidth` theme only).
|
|
80
|
+
[John Fairhurst](https://github.com/johnfairh)
|
|
81
|
+
|
|
82
|
+
##### Bug Fixes
|
|
83
|
+
|
|
84
|
+
* Fix warnings from Ruby 2.7.
|
|
85
|
+
[John Fairhurst](https://github.com/johnfairh)
|
|
86
|
+
[#1185](https://github.com/realm/jazzy/issues/1185)
|
|
87
|
+
|
|
88
|
+
* Accept `root_url` without trailing slash.
|
|
89
|
+
[John Fairhurst](https://github.com/johnfairh)
|
|
90
|
+
[#1188](https://github.com/realm/jazzy/issues/1188)
|
|
91
|
+
|
|
92
|
+
## 0.13.3
|
|
93
|
+
|
|
94
|
+
##### Breaking
|
|
95
|
+
|
|
96
|
+
* None.
|
|
97
|
+
|
|
98
|
+
##### Enhancements
|
|
99
|
+
|
|
100
|
+
* Added a config option to provide sources of privately hosted pod
|
|
101
|
+
dependencies when using the `--podspec` option.
|
|
102
|
+
`--pod-sources url1,url2,…urlN`.
|
|
103
|
+
[Jonathan Bailey](https://github.com/jon889)
|
|
104
|
+
[#650](https://github.com/realm/jazzy/issues/650)
|
|
105
|
+
|
|
106
|
+
* Improve Dash docset support: support online redirection when
|
|
107
|
+
`--root-url` is set, and provide `--docset-playground-url` to
|
|
108
|
+
support docset playground links.
|
|
109
|
+
[John Fairhurst](https://github.com/johnfairh)
|
|
110
|
+
|
|
111
|
+
##### Bug Fixes
|
|
112
|
+
|
|
113
|
+
* Fix module version not being used from podspec.
|
|
114
|
+
[Jonathan Bailey](https://github.com/jon889)
|
|
115
|
+
|
|
116
|
+
* Autolink Swift custom attributes/property wrappers.
|
|
117
|
+
[John Fairhurst](https://github.com/johnfairh)
|
|
118
|
+
|
|
1
119
|
## 0.13.2
|
|
2
120
|
|
|
3
121
|
##### Breaking
|
data/CONTRIBUTING.md
CHANGED
|
@@ -13,12 +13,12 @@ the `CHANGELOG.md` file.
|
|
|
13
13
|
|
|
14
14
|
We follow the same syntax as CocoaPods' CHANGELOG.md:
|
|
15
15
|
|
|
16
|
-
1. One Markdown unnumbered list item
|
|
17
|
-
2.
|
|
16
|
+
1. One Markdown unnumbered list item describing the change.
|
|
17
|
+
2. Two trailing spaces on the last line describing the change.
|
|
18
18
|
3. A list of Markdown hyperlinks to the contributors to the change. One entry
|
|
19
|
-
per line
|
|
19
|
+
per line (and there's usually just one contributor).
|
|
20
20
|
4. A list of Markdown hyperlinks to the issues the change addresses. One entry
|
|
21
|
-
per line
|
|
21
|
+
per line (and there's usually just one hyperlink). Don't link to PRs here.
|
|
22
22
|
5. All CHANGELOG.md content is hard-wrapped at 80 characters.
|
|
23
23
|
|
|
24
24
|
## Updating the integration specs
|
|
@@ -49,7 +49,7 @@ git push
|
|
|
49
49
|
You'll need push access to the integration specs repo to do this. You can
|
|
50
50
|
request access from one of the maintainers when filing your PR.
|
|
51
51
|
|
|
52
|
-
You must have Xcode
|
|
52
|
+
You must have Xcode 12.5 installed to build the integration specs.
|
|
53
53
|
|
|
54
54
|
## Making changes to SourceKitten
|
|
55
55
|
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
jazzy (0.13.
|
|
4
|
+
jazzy (0.13.7)
|
|
5
5
|
cocoapods (~> 1.5)
|
|
6
6
|
mustache (~> 1.1)
|
|
7
7
|
open4
|
|
@@ -14,18 +14,18 @@ PATH
|
|
|
14
14
|
GEM
|
|
15
15
|
remote: https://rubygems.org/
|
|
16
16
|
specs:
|
|
17
|
-
CFPropertyList (3.0.
|
|
18
|
-
activesupport (
|
|
19
|
-
|
|
17
|
+
CFPropertyList (3.0.3)
|
|
18
|
+
activesupport (5.2.6)
|
|
19
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
20
|
+
i18n (>= 0.7, < 2)
|
|
20
21
|
minitest (~> 5.1)
|
|
21
|
-
thread_safe (~> 0.3, >= 0.3.4)
|
|
22
22
|
tzinfo (~> 1.1)
|
|
23
23
|
addressable (2.7.0)
|
|
24
24
|
public_suffix (>= 2.0.2, < 5.0)
|
|
25
|
-
algoliasearch (1.27.
|
|
25
|
+
algoliasearch (1.27.5)
|
|
26
26
|
httpclient (~> 2.8, >= 2.8.3)
|
|
27
27
|
json (>= 1.5.1)
|
|
28
|
-
ast (2.4.
|
|
28
|
+
ast (2.4.2)
|
|
29
29
|
atomos (0.1.3)
|
|
30
30
|
bacon (1.2.0)
|
|
31
31
|
claide (1.0.3)
|
|
@@ -36,15 +36,14 @@ GEM
|
|
|
36
36
|
clintegracon (0.7.0)
|
|
37
37
|
colored (~> 1.2)
|
|
38
38
|
diffy
|
|
39
|
-
cocoapods (1.
|
|
40
|
-
|
|
39
|
+
cocoapods (1.10.1)
|
|
40
|
+
addressable (~> 2.6)
|
|
41
41
|
claide (>= 1.0.2, < 2.0)
|
|
42
|
-
cocoapods-core (= 1.
|
|
42
|
+
cocoapods-core (= 1.10.1)
|
|
43
43
|
cocoapods-deintegrate (>= 1.0.3, < 2.0)
|
|
44
|
-
cocoapods-downloader (>= 1.
|
|
44
|
+
cocoapods-downloader (>= 1.4.0, < 2.0)
|
|
45
45
|
cocoapods-plugins (>= 1.0.0, < 2.0)
|
|
46
46
|
cocoapods-search (>= 1.0.0, < 2.0)
|
|
47
|
-
cocoapods-stats (>= 1.0.0, < 2.0)
|
|
48
47
|
cocoapods-trunk (>= 1.4.0, < 2.0)
|
|
49
48
|
cocoapods-try (>= 1.1.0, < 2.0)
|
|
50
49
|
colored2 (~> 3.1)
|
|
@@ -54,96 +53,106 @@ GEM
|
|
|
54
53
|
molinillo (~> 0.6.6)
|
|
55
54
|
nap (~> 1.0)
|
|
56
55
|
ruby-macho (~> 1.4)
|
|
57
|
-
xcodeproj (>= 1.
|
|
58
|
-
cocoapods-core (1.
|
|
59
|
-
activesupport (
|
|
56
|
+
xcodeproj (>= 1.19.0, < 2.0)
|
|
57
|
+
cocoapods-core (1.10.1)
|
|
58
|
+
activesupport (> 5.0, < 6)
|
|
59
|
+
addressable (~> 2.6)
|
|
60
60
|
algoliasearch (~> 1.0)
|
|
61
61
|
concurrent-ruby (~> 1.1)
|
|
62
62
|
fuzzy_match (~> 2.0.4)
|
|
63
63
|
nap (~> 1.0)
|
|
64
64
|
netrc (~> 0.11)
|
|
65
|
+
public_suffix
|
|
65
66
|
typhoeus (~> 1.0)
|
|
66
67
|
cocoapods-deintegrate (1.0.4)
|
|
67
|
-
cocoapods-downloader (1.
|
|
68
|
+
cocoapods-downloader (1.4.0)
|
|
68
69
|
cocoapods-plugins (1.0.0)
|
|
69
70
|
nap
|
|
70
71
|
cocoapods-search (1.0.0)
|
|
71
|
-
cocoapods-
|
|
72
|
-
cocoapods-trunk (1.4.1)
|
|
72
|
+
cocoapods-trunk (1.5.0)
|
|
73
73
|
nap (>= 0.8, < 2.0)
|
|
74
74
|
netrc (~> 0.11)
|
|
75
|
-
cocoapods-try (1.
|
|
75
|
+
cocoapods-try (1.2.0)
|
|
76
76
|
colored (1.2)
|
|
77
77
|
colored2 (3.1.2)
|
|
78
|
-
concurrent-ruby (1.1.
|
|
78
|
+
concurrent-ruby (1.1.8)
|
|
79
79
|
cork (0.3.0)
|
|
80
80
|
colored2 (~> 3.1)
|
|
81
|
-
crack (0.4.
|
|
82
|
-
|
|
83
|
-
danger (
|
|
81
|
+
crack (0.4.5)
|
|
82
|
+
rexml
|
|
83
|
+
danger (8.2.3)
|
|
84
84
|
claide (~> 1.0)
|
|
85
85
|
claide-plugins (>= 0.9.2)
|
|
86
86
|
colored2 (~> 3.1)
|
|
87
87
|
cork (~> 0.1)
|
|
88
|
-
faraday (
|
|
88
|
+
faraday (>= 0.9.0, < 2.0)
|
|
89
89
|
faraday-http-cache (~> 2.0)
|
|
90
|
-
git (~> 1.
|
|
91
|
-
kramdown (~> 2.
|
|
90
|
+
git (~> 1.7)
|
|
91
|
+
kramdown (~> 2.3)
|
|
92
92
|
kramdown-parser-gfm (~> 1.0)
|
|
93
93
|
no_proxy_fix
|
|
94
94
|
octokit (~> 4.7)
|
|
95
|
-
terminal-table (
|
|
96
|
-
diffy (3.
|
|
95
|
+
terminal-table (>= 1, < 4)
|
|
96
|
+
diffy (3.4.0)
|
|
97
97
|
escape (0.0.4)
|
|
98
|
-
ethon (0.
|
|
99
|
-
ffi (>= 1.
|
|
100
|
-
faraday (
|
|
98
|
+
ethon (0.14.0)
|
|
99
|
+
ffi (>= 1.15.0)
|
|
100
|
+
faraday (1.4.1)
|
|
101
|
+
faraday-excon (~> 1.1)
|
|
102
|
+
faraday-net_http (~> 1.0)
|
|
103
|
+
faraday-net_http_persistent (~> 1.1)
|
|
101
104
|
multipart-post (>= 1.2, < 3)
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
+
ruby2_keywords (>= 0.0.4)
|
|
106
|
+
faraday-excon (1.1.0)
|
|
107
|
+
faraday-http-cache (2.2.0)
|
|
108
|
+
faraday (>= 0.8)
|
|
109
|
+
faraday-net_http (1.0.1)
|
|
110
|
+
faraday-net_http_persistent (1.1.0)
|
|
111
|
+
ffi (1.15.0)
|
|
105
112
|
fourflusher (2.3.1)
|
|
106
113
|
fuzzy_match (2.0.4)
|
|
107
114
|
gh_inspector (1.1.3)
|
|
108
|
-
git (1.
|
|
115
|
+
git (1.8.1)
|
|
109
116
|
rchardet (~> 1.8)
|
|
110
117
|
hashdiff (1.0.1)
|
|
111
118
|
httpclient (2.8.3)
|
|
112
|
-
i18n (
|
|
119
|
+
i18n (1.8.10)
|
|
113
120
|
concurrent-ruby (~> 1.0)
|
|
114
|
-
json (2.
|
|
115
|
-
kramdown (2.1
|
|
121
|
+
json (2.5.1)
|
|
122
|
+
kramdown (2.3.1)
|
|
123
|
+
rexml
|
|
116
124
|
kramdown-parser-gfm (1.1.0)
|
|
117
125
|
kramdown (~> 2.0)
|
|
118
126
|
liferaft (0.0.6)
|
|
119
|
-
minitest (5.14.
|
|
120
|
-
mocha (1.
|
|
127
|
+
minitest (5.14.4)
|
|
128
|
+
mocha (1.12.0)
|
|
121
129
|
mocha-on-bacon (0.2.3)
|
|
122
130
|
mocha (>= 0.13.0)
|
|
123
131
|
molinillo (0.6.6)
|
|
124
132
|
multipart-post (2.1.1)
|
|
125
133
|
mustache (1.1.1)
|
|
126
|
-
nanaimo (0.
|
|
134
|
+
nanaimo (0.3.0)
|
|
127
135
|
nap (1.1.0)
|
|
128
136
|
netrc (0.11.0)
|
|
129
137
|
no_proxy_fix (0.1.2)
|
|
130
|
-
octokit (4.
|
|
138
|
+
octokit (4.21.0)
|
|
131
139
|
faraday (>= 0.9)
|
|
132
140
|
sawyer (~> 0.8.0, >= 0.5.3)
|
|
133
141
|
open4 (1.3.4)
|
|
134
|
-
parallel (1.
|
|
135
|
-
parser (2.7.0
|
|
136
|
-
ast (~> 2.4.
|
|
137
|
-
powerpack (0.1.
|
|
142
|
+
parallel (1.20.1)
|
|
143
|
+
parser (2.7.2.0)
|
|
144
|
+
ast (~> 2.4.1)
|
|
145
|
+
powerpack (0.1.3)
|
|
138
146
|
prettybacon (0.0.2)
|
|
139
147
|
bacon (~> 1.2)
|
|
140
|
-
public_suffix (4.0.
|
|
148
|
+
public_suffix (4.0.6)
|
|
141
149
|
rainbow (2.2.2)
|
|
142
150
|
rake
|
|
143
|
-
rake (13.0.
|
|
151
|
+
rake (13.0.3)
|
|
144
152
|
rchardet (1.8.0)
|
|
145
|
-
redcarpet (3.5.
|
|
146
|
-
|
|
153
|
+
redcarpet (3.5.1)
|
|
154
|
+
rexml (3.2.5)
|
|
155
|
+
rouge (3.26.0)
|
|
147
156
|
rubocop (0.49.0)
|
|
148
157
|
parallel (~> 1.10)
|
|
149
158
|
parser (>= 2.3.3.1, < 3.0)
|
|
@@ -152,34 +161,34 @@ GEM
|
|
|
152
161
|
ruby-progressbar (~> 1.7)
|
|
153
162
|
unicode-display_width (~> 1.0, >= 1.0.1)
|
|
154
163
|
ruby-macho (1.4.0)
|
|
155
|
-
ruby-progressbar (1.
|
|
156
|
-
|
|
157
|
-
sassc (2.
|
|
164
|
+
ruby-progressbar (1.11.0)
|
|
165
|
+
ruby2_keywords (0.0.4)
|
|
166
|
+
sassc (2.4.0)
|
|
158
167
|
ffi (~> 1.9)
|
|
159
168
|
sawyer (0.8.2)
|
|
160
169
|
addressable (>= 2.3.5)
|
|
161
170
|
faraday (> 0.8, < 2.0)
|
|
162
171
|
sqlite3 (1.4.2)
|
|
163
|
-
terminal-table (
|
|
172
|
+
terminal-table (3.0.0)
|
|
164
173
|
unicode-display_width (~> 1.1, >= 1.1.1)
|
|
165
174
|
thread_safe (0.3.6)
|
|
166
|
-
typhoeus (1.
|
|
175
|
+
typhoeus (1.4.0)
|
|
167
176
|
ethon (>= 0.9.0)
|
|
168
|
-
tzinfo (1.2.
|
|
177
|
+
tzinfo (1.2.9)
|
|
169
178
|
thread_safe (~> 0.1)
|
|
170
179
|
unicode-display_width (1.7.0)
|
|
171
|
-
webmock (3.
|
|
180
|
+
webmock (3.12.2)
|
|
172
181
|
addressable (>= 2.3.6)
|
|
173
182
|
crack (>= 0.3.2)
|
|
174
183
|
hashdiff (>= 0.4.0, < 2.0.0)
|
|
175
184
|
xcinvoke (0.3.0)
|
|
176
185
|
liferaft (~> 0.0.6)
|
|
177
|
-
xcodeproj (1.
|
|
186
|
+
xcodeproj (1.19.0)
|
|
178
187
|
CFPropertyList (>= 2.3.3, < 4.0)
|
|
179
188
|
atomos (~> 0.1.3)
|
|
180
189
|
claide (>= 1.0.2, < 2.0)
|
|
181
190
|
colored2 (~> 3.1)
|
|
182
|
-
nanaimo (~> 0.
|
|
191
|
+
nanaimo (~> 0.3.0)
|
|
183
192
|
|
|
184
193
|
PLATFORMS
|
|
185
194
|
ruby
|