travis_parallel_sentinel 0.1.8 → 0.1.9

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 530df2decb8cc5bda40a5112c859453656c3b718
4
- data.tar.gz: 16229624d9fc4e8de7d6e4bed9ef7bae1ce20bd1
3
+ metadata.gz: a6208eb77f51310d1135df7448cd7661825c546f
4
+ data.tar.gz: 58c74af879ec2417c824c7a0de8cc58e365d28cf
5
5
  SHA512:
6
- metadata.gz: aed799e3f6a9e3db84f4641b704557b1cc6e86425f1908468cfbf3e138e2d204398122b43aea7009c1bc5b8051206ea812587c597797d144075eaaa205431fda
7
- data.tar.gz: a529ebf1bf2db807d4bc4f2261dceb0a3d480e9bc4cb7bcfc0adebdf95acc007c7dc3b6cae027c63bccdce1ab9ce83d5d542c8005bf07cec81645173c72b8f6c
6
+ metadata.gz: 290e44c7879d2c1748b5e74ede74bce23e62cb250a9d233c0bba00ae4889858254d8aef842de01b601132fcc5af21832bc3bb6d770644dfd2b9e0c27a213a65d
7
+ data.tar.gz: 46680f66bb5808d24d12204abb07e19e3e32fa98f9dc1fb155470700b02b8552255afe8dd2201479dfa6dbf8a16a79747fa03fdb37bffd16c8ccdaca0d1a17c7
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- travis_parallel_sentinel (0.1.8)
4
+ travis_parallel_sentinel (0.1.9)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -3,12 +3,6 @@
3
3
  require "bundler/setup"
4
4
  require "travis_parallel_sentinel"
5
5
 
6
- begin
7
- status = TravisParallelSentinel::status(ARGV[0])
8
- status = '' if status == :ok
9
- puts status
10
- exit(0)
11
- rescue => e
12
- STDERR.puts "#{e}"
13
- exit(1)
14
- end
6
+ status = TravisParallelSentinel::status(ARGV[0])
7
+ status = '' if status == :ok
8
+ puts status
@@ -1,3 +1,3 @@
1
1
  module TravisParallelSentinel
2
- VERSION = "0.1.8"
2
+ VERSION = "0.1.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: travis_parallel_sentinel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - retorquere