tworingtools 1.5.1 → 1.5.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/release-podspec +12 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 381a332e8ac5cf305379f16beb80f7342c857424d4b2552000197ef2a44a188d
4
- data.tar.gz: 4b8cefd3d20942b98dd868693cd3c636bddc91df918fdca46d3ce459d6cc341c
3
+ metadata.gz: cfede9ca6588aef9fae9c0d8d304ee09ed6e74fd70dc9339cf024cbd906d9fed
4
+ data.tar.gz: b971f6824a45ca03e6e093616c8cb9a911ec8e07e40f26991e1dd2575c359718
5
5
  SHA512:
6
- metadata.gz: b1812fd076ecd5b513d599f5b14a33d0c5679b3dd716de56d3262a6cdcf2d7844101d3cdad33e801b2a30cee9bac976bf5d472beb63b610975f06d95c9dad221
7
- data.tar.gz: 9f8c6ed711a989d7003537fc4b08d81683c7a69c019856019255a54663699e156a31be023c19d6016ba734f3f96af1d94f7b0475bba4ab5a726696a9d8b4af98
6
+ metadata.gz: e1ef09797858400573fa06a7151467b07372d531eb453f1de9a82a86708fd21f00eccba627300f47ebb52309f91e94ecf929bc48c6ac9b4caa8c43cc95d9f3e7
7
+ data.tar.gz: 1ac967b906a623e1cc8bef47e92b4b29acdd412f2c41cfa6956989b46fc8154f9ec1396160bd2de36211d2df29f76b4e48ce627d45418b1ef010ac32b42c6bcc
data/bin/release-podspec CHANGED
@@ -50,4 +50,15 @@ else
50
50
  command = "rbenv exec bundle exec pod trunk push #{podspec}.podspec #{spec_lint_flags.join ' '}"
51
51
  end
52
52
 
53
- echo_and_exec command
53
+ puts command
54
+ stdout, stderr, status = Open3.capture3 command
55
+
56
+ puts stdout
57
+
58
+ if status != 0 then
59
+ puts "Podspec push failed:\nstderr: #{stderr}"
60
+ exit 1
61
+ else
62
+ puts "Podspec pushed successfully!"
63
+ end
64
+
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tworingtools
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.1
4
+ version: 1.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew McKnight