CocoaPodWings 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 +4 -4
- data/lib/cocoapodwings/command/publish.rb +2 -0
- 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: 31257eb85ce408e42b65b47b63b74cff66a9f421e3c8e38169e0b9bbb606506d
|
4
|
+
data.tar.gz: 249c55260c2821d24fbddaf03c95917f636f02cf57b402e58fb8256ff4d861e3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e9b22a126bcaf6a11c290a86f4b0336e930b0d07f2b9794176f7e9d91c52394a4f1c42ac4aa1919e007ea3b64c21b33441caa0af5cc80f783523db0014b81a52
|
7
|
+
data.tar.gz: 8a1a9ebf5f11165566af967e5b96e45a83d3d37b371ab39d6e9b4b2391b72d55632a9aa147b9155c4b4330aa245f695ba66e8530da8454fcf0446e90719b41cc
|
@@ -77,6 +77,7 @@ def get_version_str(spec_file_path)
|
|
77
77
|
lines.each do |line|
|
78
78
|
if (line =~ /.*.version\s*=/)
|
79
79
|
version = line.split('"')[1]
|
80
|
+
break
|
80
81
|
end
|
81
82
|
end
|
82
83
|
return version
|
@@ -94,6 +95,7 @@ def get_target_version_str(spec_file_path)
|
|
94
95
|
new_num = last_num.to_i+1
|
95
96
|
new_version_arr = ver_num_arr << "#{new_num}"
|
96
97
|
new_version = new_version_arr.join('.')
|
98
|
+
break
|
97
99
|
end
|
98
100
|
end
|
99
101
|
unless version_line >= 0
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: CocoaPodWings
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Wupengju
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-01-17 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Efficiency improvement for iOS modular development with cocoa pods.
|
14
14
|
email: 331321408@qq.com
|