cocoapods-docstats 0.0.2 → 0.0.3
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/README.md +2 -4
- data/lib/cocoapods_docstats.rb +1 -1
- data/lib/pod/command/lib/docstats.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 64f92a5ff374841f81dcafb091539f6bbe2ca663
|
|
4
|
+
data.tar.gz: 81478dd4609e0929d931e03e70284bd1cb114740
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eb33cf740f4a41c5ee828f7f2952aefe422efbd223cafaef8455a9ba7e6c1dc3f64eb658e17d63b5831f47221375f1d9e090573b5faadac82211d446ba8969fc
|
|
7
|
+
data.tar.gz: 5b1549c589be6c1619bda976db001050229c6ca3bd3bee9c4e02e5da4892872ec4ec5711976891dedaefbed2664992a7be11013103c880821505525dd4f399da
|
data/README.md
CHANGED
|
@@ -6,13 +6,11 @@ CocoaPods plugin for showing documentation metrics of Pods.
|
|
|
6
6
|
|
|
7
7
|
$ gem install cocoapods-docstats
|
|
8
8
|
|
|
9
|
-
You also need to install [appledoc][1] on your own
|
|
10
|
-
|
|
11
|
-
$ brew install appledoc
|
|
9
|
+
You also need to install [appledoc][1] on your own, by following [these instructions][2] on their binary releases page, as compiling does not work anymore with Xcode >5.1.
|
|
12
10
|
|
|
13
11
|
## Usage
|
|
14
12
|
|
|
15
13
|
$ pod lib docstats
|
|
16
14
|
|
|
17
15
|
[1]: http://gentlebytes.com/appledoc/
|
|
18
|
-
|
|
16
|
+
[2]: https://github.com/tomaz/appledoc/releases/tag/v2.2-963
|
data/lib/cocoapods_docstats.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cocoapods-docstats
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Boris Bügling
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-09-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: docstat
|