rex-core 0.1.17 → 0.1.18

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: cc3a037b0e2014526adcb218da1f7519b84c59ed81457e63d3d4bfe8632b7d32
4
- data.tar.gz: ac2a430d2978df81f3671123d1c192430098ab4f2b3833a26489bcbe2f6e7db9
3
+ metadata.gz: 00105f554d3867d9592962e1947385e8a4c24993a282e68aeb783b9577723d18
4
+ data.tar.gz: '094b794760fc51748acd69ee3eb84e0116e8c70fe62dac39c9369eef7bdb61f6'
5
5
  SHA512:
6
- metadata.gz: 0adeeff27a4a9dee8092466387624a60ff991789b419e15c667c9f0b2a94a3c8f64e836ee967182dd78834e46722c42fbb2e8cf0c1af5a2210b9bacc136da9e2
7
- data.tar.gz: 308daa85d93b917ce3dbb7fc5445087269899c437baaa96ce0082901ee54de94e6e5b7016cd3cfaf4914716b0fd8bddc331c439d2cf5c9d6999572215bddfa1c
6
+ metadata.gz: d6bfacda21b3c5f5dfdef68f9b82e0dabd703c4f429fa6df3582516babe96876a735c4597f2d52e74a57e8bc769b68db89bc82e751f602e6f99c73601f464b6e
7
+ data.tar.gz: '0159dd0334f7ac82d5c8df4d09b9b6b27126ae085a0557baf87e1eafd43487d6575d45e995d0f9f46d6bc0dc75585adeb37c2a0393d2bd9260070020be393045'
checksums.yaml.gz.sig CHANGED
Binary file
@@ -1,5 +1,5 @@
1
1
  module Rex
2
2
  module Core
3
- VERSION = "0.1.17"
3
+ VERSION = "0.1.18"
4
4
  end
5
5
  end
data/lib/rex/io/stream.rb CHANGED
@@ -325,21 +325,6 @@ module Stream
325
325
  16384
326
326
  end
327
327
 
328
- protected
329
-
330
- #
331
- # The read-write lock used to synchronize access to the stream. This is only
332
- # set when synchronization has been initialized as performed by
333
- # #initialize_synchronization.
334
- #
335
- attr_accessor :stream_lock
336
-
337
- #
338
- # A boolean flag indicating that the resource is to be closed. Blocking
339
- # operations that are synchronized (such as #read and #write) should evaluate
340
- # this flag and exit appropriately when there is no data to be processed.
341
- attr_accessor :close_resource
342
-
343
328
  #
344
329
  # Synchronize non-state changing access to the stream such as read and write
345
330
  # operations. If synchronization has not been initialized, this doesn't do
@@ -366,6 +351,21 @@ protected
366
351
  self.stream_lock.unlock_write unless self.stream_lock.nil?
367
352
  end
368
353
  end
354
+
355
+ protected
356
+
357
+ #
358
+ # The read-write lock used to synchronize access to the stream. This is only
359
+ # set when synchronization has been initialized as performed by
360
+ # #initialize_synchronization.
361
+ #
362
+ attr_accessor :stream_lock
363
+
364
+ #
365
+ # A boolean flag indicating that the resource is to be closed. Blocking
366
+ # operations that are synchronized (such as #read and #write) should evaluate
367
+ # this flag and exit appropriately when there is no data to be processed.
368
+ attr_accessor :close_resource
369
369
  end
370
370
 
371
371
  end end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rex-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.17
4
+ version: 0.1.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Metasploit Hackers
@@ -93,7 +93,7 @@ cert_chain:
93
93
  EknWpNgVhohbot1lfVAMmIhdtOVaRVcQQixWPwprDj/ydB8ryDMDosIMcw+fkoXU
94
94
  9GJsSaSRRYQ9UUkVL27b64okU8D48m8=
95
95
  -----END CERTIFICATE-----
96
- date: 2021-07-15 00:00:00.000000000 Z
96
+ date: 2021-09-29 00:00:00.000000000 Z
97
97
  dependencies:
98
98
  - !ruby/object:Gem::Dependency
99
99
  name: rake
metadata.gz.sig CHANGED
Binary file