pod-pipeline 0.5.4 → 0.5.5
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/pod-pipeline/command/update.rb +2 -2
- 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: 0725da77276ed71d4530f1b53762f60ceca35e7e6fda05003b663fffa0dd9a55
|
|
4
|
+
data.tar.gz: e71b1e5a402915e0c47c2b80ff28445fd644af233fbb9244010f3adf2bf6872f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 12a13fc9b13d88639fdf52cb157d72c2f73dcea09b35b17562d9e6d9b027d23478e583f97ad936264947102f2e033a99e6c9cc5583efbbc79dad8689a3ee3e16
|
|
7
|
+
data.tar.gz: a3cef435c51b828c2aa3f4cde3ba71c95d067aae2ab943ec5bbf52e6c8bbe49385b0a80cc16f2cb68f4cd6c7f7257e79fbd6b2c463ee738c41fdb7db7d6372bc
|
|
@@ -81,8 +81,8 @@ module PPL
|
|
|
81
81
|
git.tags.each do |tag|
|
|
82
82
|
raise "当前版本 #{new_tag} 已发布,请尝试其他版本号" if tag.name.eql? new_tag
|
|
83
83
|
end
|
|
84
|
-
git.add('
|
|
85
|
-
git.
|
|
84
|
+
git.add('*.podspec')
|
|
85
|
+
git.commit(new_tag)
|
|
86
86
|
git.add_tag(new_tag)
|
|
87
87
|
|
|
88
88
|
puts "[Git 上传 #{git.remote} #{git.branches.current.first} #{new_tag}]"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pod-pipeline
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- 郑贤达
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-11-
|
|
11
|
+
date: 2022-11-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cocoapods-core
|