cocoapods-ve 0.0.21 → 0.0.22
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/lib/cocoapods-ve/command/report.rb +2 -2
- data/lib/cocoapods-ve/gem_version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 91829cc956633df37b8b405090bf4cf2e8ed8209ed171759f4d59366e13c27f7
|
4
|
+
data.tar.gz: a2feee15a53a83fbb61a39ba59cb4600a2555be96f1260a6c829f784619c02fc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e6a30dc2e584192fb9fa126824c6473851ff9a70bf8334693f3baaa41f9a2f625f1ba057ea1783406eaa5e1f7e4cda471db398ec99645190fc7c73eaa73537c8
|
7
|
+
data.tar.gz: 2872ee9f36d3ad1b6b729c2bc63b019e50f5539766fd0911e974a142ed8a454f2b56033ae0be99c32ee826b1770c4aaec8cd6888ee809b3d83c26bfd8e0f4f39
|
@@ -106,8 +106,8 @@ module Pod
|
|
106
106
|
files.uniq!
|
107
107
|
if @output
|
108
108
|
if Pathname.new(@output).parent.exist?
|
109
|
-
puts "write result to
|
110
|
-
File.open(
|
109
|
+
puts "write result to :#{@output}"
|
110
|
+
File.open(@output,'w+') do |file|
|
111
111
|
files.each { |file_name| file.puts(file_name.to_s) }
|
112
112
|
end
|
113
113
|
else
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cocoapods-ve
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.22
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- kyle.zhou
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-03-
|
11
|
+
date: 2022-03-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|