cocoapods-docstats 0.0.1 → 0.0.2

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: 87c4bd82b1df485269337134a888ed01ba986bd4
4
- data.tar.gz: 5bfaf03309849421df54d697f470a27bfcd65647
3
+ metadata.gz: 5ffa1f622850857cb473fbd250ad1bcfe89ee242
4
+ data.tar.gz: cfed59358f2308f7a67dde0e36af6516fe3b4af6
5
5
  SHA512:
6
- metadata.gz: 19b28f197c4ebe40621f0dba361ab44cdafe156419c7ef81d014c1f21f183be22c2b445e742fd12491c14f4b64bf79fb181c5c126266821369fc50cbfc326f41
7
- data.tar.gz: 7c4a1b213fb74f0dc35fd91dfb20230908c121c86d9b17a42d2fb0d1e46e7ba31f8b06a48088c2e69f445344b0bc52727c72bbb61757d5ec5137bfe8e5fb978a
6
+ metadata.gz: ae00ead80a7c8bf54554fff0142d4d73cd14ea0baa447c6f78cc2e9fdbdac6b9e7311f05283d97fca194db97064c6e847867c7ceca0a492f2b7584279c6888c2
7
+ data.tar.gz: 7f4852232bcaa869bc1975950581a7779f3811cf8811853ae3d171322b7f9ceeffac2c40f5c5701d15c2c3ec2892072fd7ca692b5650b22d35412a9cea11913a
data/.gitignore CHANGED
@@ -1 +1,2 @@
1
1
  pkg
2
+ .DS_Store
data/README.md CHANGED
@@ -6,7 +6,13 @@ 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
12
+
9
13
  ## Usage
10
14
 
11
15
  $ pod lib docstats
12
16
 
17
+ [1]: http://gentlebytes.com/appledoc/
18
+
@@ -1,3 +1,3 @@
1
1
  module CocoapodsDocstats
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
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'
11
+ self.arguments = [['NAME', :required]]
12
12
 
13
13
  def initialize(argv)
14
14
  @output = './cocoapods-docstats/'
metadata CHANGED
@@ -1,55 +1,55 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-docstats
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
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-04-02 00:00:00.000000000 Z
11
+ date: 2014-08-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: docstat
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - '>='
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - '>='
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: bundler
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ~>
31
+ - - "~>"
32
32
  - !ruby/object:Gem::Version
33
33
  version: '1.3'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ~>
38
+ - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '1.3'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rake
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - '>='
45
+ - - ">="
46
46
  - !ruby/object:Gem::Version
47
47
  version: '0'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - '>='
52
+ - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  description: CocoaPods plugin for showing documentation metrics of Pods.
@@ -59,7 +59,7 @@ executables: []
59
59
  extensions: []
60
60
  extra_rdoc_files: []
61
61
  files:
62
- - .gitignore
62
+ - ".gitignore"
63
63
  - Gemfile
64
64
  - LICENSE.txt
65
65
  - README.md
@@ -80,18 +80,19 @@ require_paths:
80
80
  - lib
81
81
  required_ruby_version: !ruby/object:Gem::Requirement
82
82
  requirements:
83
- - - '>='
83
+ - - ">="
84
84
  - !ruby/object:Gem::Version
85
85
  version: '0'
86
86
  required_rubygems_version: !ruby/object:Gem::Requirement
87
87
  requirements:
88
- - - '>='
88
+ - - ">="
89
89
  - !ruby/object:Gem::Version
90
90
  version: '0'
91
91
  requirements: []
92
92
  rubyforge_project:
93
- rubygems_version: 2.0.3
93
+ rubygems_version: 2.0.14
94
94
  signing_key:
95
95
  specification_version: 4
96
96
  summary: CocoaPods plugin for showing documentation metrics of Pods.
97
97
  test_files: []
98
+ has_rdoc: