orientepodspecpush 0.4.1 → 0.4.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
  SHA256:
3
- metadata.gz: d36b1c08d863a3307d72a0d2934a8e2dcaf8516ea67efa02b1d46fe66011843a
4
- data.tar.gz: 0254065b783f03a5cb6e98b68332af98a0effbc5207279651b24841016ef5501
3
+ metadata.gz: 5dc80a0851b9fe2d0e152e2694c5e6ef0cc639c775d7bd043330a520d3ae7eb9
4
+ data.tar.gz: b68402a9503e3494bf9899fa72cb444f36a50b2f90fa6dde5ce29f8c45f13217
5
5
  SHA512:
6
- metadata.gz: d52537ae691e5d48eb96d09e2becb70c1dc6fb08d9085b677ae416ab5f55534bdbe6656662bdd4fbcf3ee30aef44bd08ec85cdab45249808ff74f739240d0f7c
7
- data.tar.gz: e6135058e3ee89fd1e63283de7c45dd56bba62faab9e8041842f950e2abb56fcd57380e741648ed212f37d805cbc27c0f24a63926106f7f183a81c9b74c76d4a
6
+ metadata.gz: d696bed79573eb11cacb454f741d7dd42da4bd2fb0607556b8885c47d7e4ae2c0e56e0a0d3fe4bc38abb04d547dfeb0de49e3f237a4fba2500ba5a5e9abb6e89
7
+ data.tar.gz: 810bb50dcdd6cf289071a24568e166e470b2ba30531b074c350b03b9cc3a08f9f8498bb0afe75522251ab2290c46a105aaba30cfb43df80bc370f0018bd1f275
@@ -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 "[Versioning] Updating podspec"') == true
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
 
@@ -1,3 +1,3 @@
1
1
  module Orientepodspecpush
2
- VERSION = "0.4.1"
2
+ VERSION = "0.4.2"
3
3
  end
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.1
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: 2018-07-25 00:00:00.000000000 Z
11
+ date: 2019-10-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: trollop