cocoapods-input-output-cleaner 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4b536b3ba12ac864035176ab7b0709757010999a
4
- data.tar.gz: f4641ea7062a058ef27272efd0b1fe543b67fa8a
3
+ metadata.gz: 207393c911c59bb33e0e45485b10bc4f85bbc892
4
+ data.tar.gz: fed6848d28917e354c0b478963ac7f5f51667404
5
5
  SHA512:
6
- metadata.gz: 2bfec86b7eec37619f2a65749aea082cdd38e99bde4143267218fd60ac7ec6829e282e4b5ba863465fcfbe78e06d2c568319087002ce09d1273cf1ed1046b5d5
7
- data.tar.gz: cf71e4e6f604b9a5f3aed424ef9347369d3f33e564379d9754ecb0990649150f64377c2fbc81637296e69c26afc99ff09b3a9e898bae2066011baa6f96fcffac
6
+ metadata.gz: 88e02514e5d01cf3f55aefc7182470471d4036418aecbdda34183d4e37837131c7429c3eaaa7181098343f3a827d641d7aef62a96772bea49ab472d4ed5e522c
7
+ data.tar.gz: f3b9fe78bef96cb93f1dcccf8e809ed4323b25c459de99d8e438e16713ed20237f241c9ab369e16f2d68d4facc5dcd57ecc220e104c41190641d7752de413140
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cocoapods-input-output-cleaner (0.0.1)
4
+ cocoapods-input-output-cleaner (0.0.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -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
- Longer description of cocoapods-input-output-cleaner.
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
- @name = argv.shift_argument
31
- super
32
- end
29
+ # def initialize(argv)
30
+ # @name = argv.shift_argument
31
+ # super
32
+ # end
33
33
 
34
- def validate!
35
- super
36
- help! 'A Pod name is required.' unless @name
37
- end
34
+ # def validate!
35
+ # super
36
+ # help! 'A Pod name is required.' unless @name
37
+ # end
38
38
 
39
- def run
40
- UI.puts "Add your implementation for the cocoapods-input-output-cleaner plugin in #{__FILE__}"
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
@@ -1,3 +1,3 @@
1
1
  module CocoapodsInputOutputCleaner
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  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.1
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-25 00:00:00.000000000 Z
11
+ date: 2018-12-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler