rookout 0.1.33 → 0.1.34

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: 44bfee39e23252d8f32aec49169aef41a7a5bc75aa1b297546d41a8c4c1043ce
4
- data.tar.gz: 6d4208c55a9e45c96a2a59e2d3bbf50ecd468f2a18f7d4b832fe60888e53e36b
3
+ metadata.gz: 27b1869fb9f3a4797e7fec394a45f96ba46e5d2f7724c4557437a7a1939b0772
4
+ data.tar.gz: ff6c10ba341cfc127c8dd336bda018f4384a4ea280bceceb9220194b8b2aab68
5
5
  SHA512:
6
- metadata.gz: d0fcb676742f9dab45aaabe1da3db6d20e8bc17892b6b63917db99fe8c6563d44cff49f58c8fe0c650a05a4b67eaeb7b346a979987b1bb4001c2ca9a76651544
7
- data.tar.gz: 0ee2ab75597be3d32d37bb8eec698a0ecb196cc0c3eeaf14e7fe868b9c4a807b6db25ecc5c34f9c8adb6f2dc2aae1e0870d8d9042431a5dfa7bec8a42391ee54
6
+ metadata.gz: 34066a3301315db678b63868ec8bbc9bee3b5afdc4e1a75c087b5b4caa4f6e32fe95078013f8a133ee4451cef0ae3054d0e0953a55ef0ee095cb95b6f77ba469
7
+ data.tar.gz: 33a601b3b0950025fc6f38bbf62ccfe19125f90d870543bb51a958543d7d5e5a3f53f99a0b9aba1f0fa2905a945fda2defb92bde35a5de8757c26e283a687b3e
@@ -1,3 +1,3 @@
1
1
  module Rookout
2
- COMMIT = "e26a0d04bfa2d0e1bd62c7b84cba85f353c98760".freeze
2
+ COMMIT = "d0e0c4f1b1b08542dfe7a380f52640ea68f223a6".freeze
3
3
  end
@@ -64,7 +64,7 @@ module Rookout
64
64
  def update_config configuration
65
65
  is_config_proto2 = configuration["RUBY_PROTOBUF_VERSION_2"]
66
66
  return if is_config_proto2.nil?
67
- is_env_proto2 = ENV[env_var_name]
67
+ is_env_proto2 = ENV["PROTOBUF_VERSION_2"]
68
68
  if is_env_proto2.nil?
69
69
  @protobuf_version2 = true if @true_values.includes? is_config_proto2
70
70
  elsif @true_values.includes? is_env_proto2
@@ -1,3 +1,3 @@
1
1
  module Rookout
2
- VERSION = "0.1.33".freeze
2
+ VERSION = "0.1.34".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.33
4
+ version: 0.1.34
5
5
  platform: ruby
6
6
  authors:
7
7
  - Liran Haimovitch
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-05-03 00:00:00.000000000 Z
11
+ date: 2022-05-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: binding_of_caller