Codebase list ruby-parallel / upstream/1.12.1
New upstream version 1.12.1 Cédric Boutillier 5 years ago
4 changed file(s) with 5 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
00 language: ruby
11 cache: bundler
22 sudo: false
3 dist: precise
34 branches:
45 only: master
56 rvm:
00 PATH
11 remote: .
22 specs:
3 parallel (1.12.0)
3 parallel (1.12.1)
44
55 GEM
66 remote: https://rubygems.org/
6666 sqlite3
6767
6868 BUNDLED WITH
69 1.15.0
69 1.16.0
00 module Parallel
1 VERSION = Version = '1.12.0'
1 VERSION = Version = '1.12.1'
22 end
182182
183183 Signal.trap signal do
184184 yield
185 if old == "DEFAULT"
185 if !old || old == "DEFAULT"
186186 raise Interrupt
187187 else
188188 old.call