toolrack 0.23.3 → 0.24.0

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: 4ba701f80c017de64b440dfbd5388aef7ecf9e08200cf7fe4413a1e495ba5d27
4
- data.tar.gz: 3d043a9e921cbec66a9c3fb760a10187cea1dcc0b25c990b66825b91eb051b43
3
+ metadata.gz: b3aa42768059ac9e8a06017cfc7f3897f20f1f9bc1e5a96636a7ac75d126837f
4
+ data.tar.gz: b489cac5f26a6c7543d085b9d2a9926b76079c1114f50dc2a8aa4760613119cb
5
5
  SHA512:
6
- metadata.gz: 56664034a546c17cfc0f58e6c4c220da5de164c4513d240ed2152c5cd1b3291f05ab1d662a6c1c1f8f53fa5a7a1e82fac105722cecc96f3bc773f58be04ec779
7
- data.tar.gz: 439aaa664c77d76a334d6730bba5fa44a23aae15b0ca00fa8b3d41da93b06b5affc64fed2cd7acb53207ddb3cbe306cee2f5db92dc6ac9fd25d212ebdb0cd069
6
+ metadata.gz: aed88650f6221816a73f6be358908c838e161f0fdf757dcc4de87162bdeda217a7d6d12ea8bd947ed4cad317c305dc10d8473ee3c034edf0421b5b8e27450488
7
+ data.tar.gz: a6c5a60e28a3ef9cf18af8b390bf407d9622960a40e188e6f32b2f6d4561eee41060367d1dc51ea6f64f5a789253624f5ec4782a0668df1097a6afa5d897deac
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- toolrack (0.23.3)
4
+ toolrack (0.24.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -53,6 +53,8 @@ GEM
53
53
  wisper (2.0.1)
54
54
 
55
55
  PLATFORMS
56
+ arm64-darwin-23
57
+ universal-java-11
56
58
  x86_64-linux
57
59
 
58
60
  DEPENDENCIES
@@ -2,10 +2,10 @@
2
2
  require_relative 'global'
3
3
  require_relative 'runtime_utils'
4
4
 
5
- if Antrapol::ToolRack::RuntimeUtils.on_windows?
5
+ if Antrapol::ToolRack::RuntimeUtils.on_windows? or Antrapol::ToolRack::RuntimeUtils.on_mac?
6
6
  # pty causing "function 'openpty' not found in msvcrt.dll" in some
7
7
  # windows platform. Due to patches?
8
- Antrapol::ToolRack::Logger.instance.glogger.debug "On Windows. Not going to load gem 'pty'"
8
+ Antrapol::ToolRack::Logger.instance.glogger.debug "On Windows or Mac. Not going to have gem 'pty' support"
9
9
  else
10
10
  require 'pty'
11
11
  end
@@ -1,6 +1,6 @@
1
1
  module Antrapol
2
2
  module ToolRack
3
- VERSION = "0.23.3"
3
+ VERSION = "0.24.0"
4
4
  end
5
5
  end
6
6
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: toolrack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.3
4
+ version: 0.24.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-10-05 00:00:00.000000000 Z
11
+ date: 2023-11-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec