cocoapods-input-output-cleaner 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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 207393c911c59bb33e0e45485b10bc4f85bbc892
|
|
4
|
+
data.tar.gz: fed6848d28917e354c0b478963ac7f5f51667404
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 88e02514e5d01cf3f55aefc7182470471d4036418aecbdda34183d4e37837131c7429c3eaaa7181098343f3a827d641d7aef62a96772bea49ab472d4ed5e522c
|
|
7
|
+
data.tar.gz: f3b9fe78bef96cb93f1dcccf8e809ed4323b25c459de99d8e438e16713ed20237f241c9ab369e16f2d68d4facc5dcd57ecc220e104c41190641d7752de413140
|
data/Gemfile.lock
CHANGED
|
@@ -17,28 +17,28 @@ module Pod
|
|
|
17
17
|
# @todo Create a PR to add your plugin to CocoaPods/cocoapods.org
|
|
18
18
|
# in the `plugins.json` file, once your plugin is released.
|
|
19
19
|
#
|
|
20
|
-
class Cleaner < Command
|
|
21
|
-
self.summary = 'Short description of cocoapods-input-output-cleaner.'
|
|
20
|
+
# class Cleaner < Command
|
|
21
|
+
# self.summary = 'Short description of cocoapods-input-output-cleaner.'
|
|
22
22
|
|
|
23
|
-
self.description = <<-DESC
|
|
24
|
-
|
|
25
|
-
DESC
|
|
23
|
+
# self.description = <<-DESC
|
|
24
|
+
# Longer description of cocoapods-input-output-cleaner.
|
|
25
|
+
# DESC
|
|
26
26
|
|
|
27
|
-
self.arguments = 'NAME'
|
|
27
|
+
# self.arguments = 'NAME'
|
|
28
28
|
|
|
29
|
-
def initialize(argv)
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
end
|
|
29
|
+
# def initialize(argv)
|
|
30
|
+
# @name = argv.shift_argument
|
|
31
|
+
# super
|
|
32
|
+
# end
|
|
33
33
|
|
|
34
|
-
def validate!
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
end
|
|
34
|
+
# def validate!
|
|
35
|
+
# super
|
|
36
|
+
# help! 'A Pod name is required.' unless @name
|
|
37
|
+
# end
|
|
38
38
|
|
|
39
|
-
def run
|
|
40
|
-
|
|
41
|
-
end
|
|
42
|
-
end
|
|
39
|
+
# def run
|
|
40
|
+
# UI.puts "Add your implementation for the cocoapods-input-output-cleaner plugin in #{__FILE__}"
|
|
41
|
+
# end
|
|
42
|
+
# end
|
|
43
43
|
end
|
|
44
44
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cocoapods-input-output-cleaner
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- 青木
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-12-
|
|
11
|
+
date: 2018-12-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|