rookout 0.1.55 → 0.1.56

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
  SHA256:
3
- metadata.gz: ee164f55d7d0fc5e063d3ad2af0420eb696bfec1cbd1e9f32e25c9001f476c1a
4
- data.tar.gz: 488a4e2bed80aa18f3e152088bc023a9b71e42c9260b160b47a75444bfa1ef89
3
+ metadata.gz: c8fa5b3d059bebfddb806d412ee19edc5680ace455a7e69d947533d91fb68a74
4
+ data.tar.gz: eac042dc2b354ce73a66220b6ae7623be14824e540fc306b6b84a2fc9c5b304d
5
5
  SHA512:
6
- metadata.gz: 7ad0ce0a7414b9c3df369f0c014cb59c85064cf83b5fd92d9ca48701cb81a1e2274e149efd90ffa470bb3f50058404abf6d43c1a5274b601d695599f883e30d0
7
- data.tar.gz: 76032650ee666cd5365af2d063f5cfb14319b2d8c077e107cbf668cd9134b09a13c29a5c455bcbb87cd1883a14638f7577436d41c53a85fa36f98e135a01f8b0
6
+ metadata.gz: 28c4a962c4478dfeda21ad68e3eceb88f1bb0596a6eb885d741ab483b7ca00e34ee4827d84095b60827c46b8bd2f0adab662fc718cd0ed32fe3ac1feb6a511f1
7
+ data.tar.gz: 6f56418601b7e1fc343f6699fa9fd605860751cacec89368382c1e38fa5ab265af9a9c5ff7e7947bce8d65151365dbee01e2dfb4f4960458243345bd30aabccd
@@ -1,3 +1,3 @@
1
1
  module Rookout
2
- COMMIT = "ffb1bc496c385cba2f4ea91cb54a2f1f578a0cd2".freeze
2
+ COMMIT = "90ea969881b03cf95cef779cbcd072ef05270308".freeze
3
3
  end
@@ -85,7 +85,7 @@ module Rookout
85
85
  raise Exceptions::RookVersionNotSupported.new("platform", RUBY_ENGINE) unless RUBY_ENGINE == "ruby"
86
86
  raise Exceptions::RookVersionNotSupported.new("version", RUBY_VERSION) unless
87
87
  RUBY_VERSION.start_with?("2.7") || RUBY_VERSION.start_with?("2.6") ||
88
- RUBY_VERSION.start_with?("3.0") || RUBY_VERSION.start_with?("3.1")
88
+ RUBY_VERSION.start_with?("3.0") || RUBY_VERSION.start_with?("3.1") || RUBY_VERSION.start_with?("3.2")
89
89
  end
90
90
  end
91
91
  end
@@ -1,3 +1,3 @@
1
1
  module Rookout
2
- VERSION = "0.1.55".freeze
2
+ VERSION = "0.1.56".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rookout
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.55
4
+ version: 0.1.56
5
5
  platform: ruby
6
6
  authors:
7
7
  - Liran Haimovitch
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-13 00:00:00.000000000 Z
11
+ date: 2023-08-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: concurrent-ruby