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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5ffa1f622850857cb473fbd250ad1bcfe89ee242
4
- data.tar.gz: cfed59358f2308f7a67dde0e36af6516fe3b4af6
3
+ metadata.gz: 64f92a5ff374841f81dcafb091539f6bbe2ca663
4
+ data.tar.gz: 81478dd4609e0929d931e03e70284bd1cb114740
5
5
  SHA512:
6
- metadata.gz: ae00ead80a7c8bf54554fff0142d4d73cd14ea0baa447c6f78cc2e9fdbdac6b9e7311f05283d97fca194db97064c6e847867c7ceca0a492f2b7584279c6888c2
7
- data.tar.gz: 7f4852232bcaa869bc1975950581a7779f3811cf8811853ae3d171322b7f9ceeffac2c40f5c5701d15c2c3ec2892072fd7ca692b5650b22d35412a9cea11913a
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
@@ -1,3 +1,3 @@
1
1
  module CocoapodsDocstats
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -8,7 +8,7 @@ module Pod
8
8
  Show documentation metrics of Pods.
9
9
  DESC
10
10
 
11
- self.arguments = [['NAME', :required]]
11
+ self.arguments = [CLAide::Argument.new('NAME', true)]
12
12
 
13
13
  def initialize(argv)
14
14
  @output = './cocoapods-docstats/'
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.2
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-08-12 00:00:00.000000000 Z
11
+ date: 2014-09-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: docstat