rookout 0.1.34 → 0.1.35

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: 27b1869fb9f3a4797e7fec394a45f96ba46e5d2f7724c4557437a7a1939b0772
4
- data.tar.gz: ff6c10ba341cfc127c8dd336bda018f4384a4ea280bceceb9220194b8b2aab68
3
+ metadata.gz: fd31c0f01c107b7021219e64446be074d1a8094109409898083a180391b23d46
4
+ data.tar.gz: 7d8aa024f5578c422d5e2cc339b6f28b29a52b26ac1aa5bfdaf2e18c8582246f
5
5
  SHA512:
6
- metadata.gz: 34066a3301315db678b63868ec8bbc9bee3b5afdc4e1a75c087b5b4caa4f6e32fe95078013f8a133ee4451cef0ae3054d0e0953a55ef0ee095cb95b6f77ba469
7
- data.tar.gz: 33a601b3b0950025fc6f38bbf62ccfe19125f90d870543bb51a958543d7d5e5a3f53f99a0b9aba1f0fa2905a945fda2defb92bde35a5de8757c26e283a687b3e
6
+ metadata.gz: 1523b333105dddf6bed502509ce9f772156040f2aa6cc80cd2ab759547470a1aca42d379d653cb23dcedd5182b54b4ec11db947c6050f464605fc9c6e6c92ffb
7
+ data.tar.gz: 0a764fb7ada3a92345c0effe38115d129db972c6fe7b1eda6c2da3157aa528f0abcec2219c0038d55a3e6c77624dcbcbab5fba2bca5005f22ba1d26140925ac3
@@ -1,3 +1,3 @@
1
1
  module Rookout
2
- COMMIT = "d0e0c4f1b1b08542dfe7a380f52640ea68f223a6".freeze
2
+ COMMIT = "3d8b5f2d4b28b5d191fa303cf7a6f5f0da50405b".freeze
3
3
  end
@@ -66,8 +66,8 @@ module Rookout
66
66
  return if is_config_proto2.nil?
67
67
  is_env_proto2 = ENV["PROTOBUF_VERSION_2"]
68
68
  if is_env_proto2.nil?
69
- @protobuf_version2 = true if @true_values.includes? is_config_proto2
70
- elsif @true_values.includes? is_env_proto2
69
+ @protobuf_version2 = true if @true_values.include? is_config_proto2
70
+ elsif @true_values.include? is_env_proto2
71
71
  @protobuf_version2 = true
72
72
  end
73
73
  end
@@ -1,3 +1,3 @@
1
1
  module Rookout
2
- VERSION = "0.1.34".freeze
2
+ VERSION = "0.1.35".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rookout
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.34
4
+ version: 0.1.35
5
5
  platform: ruby
6
6
  authors:
7
7
  - Liran Haimovitch