orientepodspecpush 0.4.1 → 0.4.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 +4 -4
- data/lib/orientepodspecpush.rb +1 -1
- data/lib/orientepodspecpush/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: 5dc80a0851b9fe2d0e152e2694c5e6ef0cc639c775d7bd043330a520d3ae7eb9
|
4
|
+
data.tar.gz: b68402a9503e3494bf9899fa72cb444f36a50b2f90fa6dde5ce29f8c45f13217
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d696bed79573eb11cacb454f741d7dd42da4bd2fb0607556b8885c47d7e4ae2c0e56e0a0d3fe4bc38abb04d547dfeb0de49e3f237a4fba2500ba5a5e9abb6e89
|
7
|
+
data.tar.gz: 810bb50dcdd6cf289071a24568e166e470b2ba30531b074c350b03b9cc3a08f9f8498bb0afe75522251ab2290c46a105aaba30cfb43df80bc370f0018bd1f275
|
data/lib/orientepodspecpush.rb
CHANGED
@@ -266,7 +266,7 @@ module Orientepodspecpush
|
|
266
266
|
system "git add ."
|
267
267
|
puts "Congrats! The pod has been linted and successfully push to the spec repo! All that is left is to commit the podspec here!".green
|
268
268
|
|
269
|
-
puts "Could not commit files, consider finishing by hand by performing a git commit and push. Your spec repo should be up to date".red unless system('git commit -am "
|
269
|
+
puts "Could not commit files, consider finishing by hand by performing a git commit and push. Your spec repo should be up to date".red unless system('git commit -am "feat: Updating podspec"') == true
|
270
270
|
puts "Could not push to server, consider finishing by hand by performing a git push. Your spec repo should be up to date".red unless system('git push origin master')
|
271
271
|
end
|
272
272
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: orientepodspecpush
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- John wang
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-10-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: trollop
|