stream_auditor 1.2.0 → 1.2.1

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
  SHA1:
3
- metadata.gz: fc74737090364e300f4ba0e6cdc5f28e877703e9
4
- data.tar.gz: 716c72873d725d6492883444c902f171f13f2bf7
3
+ metadata.gz: a00a21a96f1b29c9b68f76e09e44bb90b2788d69
4
+ data.tar.gz: cab1d848fe9f7eb1d26ce2587e02a16d99c21020
5
5
  SHA512:
6
- metadata.gz: d64ae9b79346c3a3aa744e81c57adf8cae3fdd8cfdde831beb95630b08e0919fbd97f875903f13fb46ab16d559f7d0a8ad718183265afea4041fe5bf72d24334
7
- data.tar.gz: e2b586e7e159b1a2cadfec4dfcd2df258f8c6b8db1177ab25b8a3a7507c5e86f53b63f35026f56c9a1295b77aabea29749d72b6cfca9c9a9c9bfd5a9aa0d1034
6
+ metadata.gz: 292b026fb4adeca6f5fd40e364ce9c606a781d1cee0ae4db3867839d4e6d84217b5e1a8707d8a45d38c21d1438f3736fc593e898f3b8be234a573a805aa0b41b
7
+ data.tar.gz: f9f28529925224b48988f107f3fe5d26439d40fe2f69a2c11e42ac4f0cfa9d8a420b192a7cb92987e799a701dd6bbcc2d067b333d82cfd42e755b4b067d05c37
@@ -102,7 +102,7 @@ class StreamAuditor < SoarAuditorApi::AuditorAPI
102
102
  # @see #configure
103
103
  #
104
104
  def configuration_is_valid?(configuration)
105
- return false unless (configuration.keys - ["adaptor", "stream"]).empty?
105
+ return false unless (configuration.keys - ["adaptor", "nfrs", "stream"]).empty?
106
106
 
107
107
  s = configuration["stream"]
108
108
  want_default_stream?(s) or want_stderr_stream?(s) or want_stdout_stream?(s) or want_io_stream?(s) or want_path_stream?(s)
@@ -1,5 +1,5 @@
1
1
  require "soar_auditor_api/auditor_api"
2
2
 
3
3
  class StreamAuditor < SoarAuditorApi::AuditorAPI
4
- VERSION = "1.2.0"
4
+ VERSION = "1.2.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stream_auditor
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sheldon Hearn