soar_sc_core 3.0.0 → 3.0.1

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
  SHA1:
3
- metadata.gz: f26da578a3f102ab854c896934b883ea1cdcfc39
4
- data.tar.gz: 83ef38a3e4e197eae1d5e1cb87e0bdec534aa896
3
+ metadata.gz: 30badb09f9d669cb8199c64fb086fd375e10d409
4
+ data.tar.gz: a80315447232f0924344438de0200be0166ea00f
5
5
  SHA512:
6
- metadata.gz: 1906f078acdbfbbcdd710b04c470c3ca61ab79efc19db7c7f0c02a82c4e6bd06d6412abef56554975565ea07e69561e0570e094f0970edc49e97c85cbcd96987
7
- data.tar.gz: 9ce4a0fee61062fa8ae0705c3c730c8593b1ef3bea1faea185f1c32d90bd87c00bda32cccef95f10fefdfa0b683a28ddd102c7189b93eb1f76713eb7e8c05bf5
6
+ metadata.gz: f2d019bd4ec7f0642f6c542bc708b29f53b2729e429094347bd1aad913aa527e7917cec653a0a8358d94609a08cf5a8f66cff35b315e68e2155747561dff5da6
7
+ data.tar.gz: f7a6688eb0c3b8c8a91b1295f79afb9d53bed06cb2daaafd465bd87484aa017e61cb40b831dc40bf6759fce4707f95851f5959f13e891e3a4019437f7f777b0e
@@ -87,7 +87,6 @@ module SoarSc
87
87
 
88
88
  def self.generate_instance_flow_id
89
89
  SoarSc::startup_flow_id = SoarFlow::ID::generate_flow_id
90
- SoarSc::auditing.startup_flow_id = SoarSc::startup_flow_id
91
90
  end
92
91
 
93
92
  def self.merge_configuration_with_auditing_defaults(configuration)
@@ -1,3 +1,3 @@
1
1
  module SoarScCore
2
- VERSION = "3.0.0"
2
+ VERSION = "3.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: soar_sc_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ernst Van Graan