rukawa 0.9.0 → 0.9.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: f433f168b831f2b1c30a55129c711382b2519c5e2de79f669486cff353aa344a
4
- data.tar.gz: 28c8226bf65d6f747723650a60786fd966e1e758a5d3145efcde7318e19208ea
3
+ metadata.gz: fd027f46001648bd0204d7e1a90f5fb6696a6d508c85d1f309d57000865bcc22
4
+ data.tar.gz: eed04a64bd392cf123dfb1e3c9ec6891bdba42cd2b4210ee20f97b374dfa0416
5
5
  SHA512:
6
- metadata.gz: 452a7bfd1726c3992f1788ae457a1208247ccdac4e6e7ce9b79b069c942c8d7a176ea1908ef481479e730d751089b9880ec39eb66b0449f018ab1fac9b6b9bda
7
- data.tar.gz: 8a86b7ca28ea37638c0b92bb5747bd55f6ca347683d9285a368898c8a92a569b72b8e2a387a701e4292a1a887302880f4bade96c2808f061f726b0a2ddb8748f
6
+ metadata.gz: 6b88451efba0b5fb1715f671696a266b6af3a8c362111a1978bc2add556ce8817a539c5098640976364e26fdf62047418289bed5cb0b262cb61bb89db8b94bf3
7
+ data.tar.gz: 8f6ff93e2397d6fb5ec29d592ff0bda7573d53da8ee46fc463187ad19df60d1424e8516208d18929310550376fc210dfc2e8d0616f30fd3510da7c919cf2add1
data/lib/rukawa/cli.rb CHANGED
@@ -114,7 +114,7 @@ module Rukawa
114
114
  if options[:config]
115
115
  load File.expand_path(options[:config], Dir.pwd)
116
116
  else
117
- load default_config_file if File.exists?(default_config_file)
117
+ load default_config_file if File.exist?(default_config_file)
118
118
  end
119
119
 
120
120
  Rukawa.configure do |c|
@@ -6,7 +6,6 @@ module Rukawa
6
6
  @concurrency = concurrency || Rukawa.config.concurrency
7
7
  @store = Concurrent::Hash.new
8
8
  @executor = Concurrent::CachedThreadPool.new
9
- @executor.auto_terminate = true
10
9
  @semaphore = Concurrent::Semaphore.new(@concurrency)
11
10
  end
12
11
 
@@ -1,3 +1,3 @@
1
1
  module Rukawa
2
- VERSION = "0.9.0"
2
+ VERSION = "0.9.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rukawa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - joker1007
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-04-21 00:00:00.000000000 Z
11
+ date: 2023-12-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport