et_full_system 3.0.8 → 3.0.9

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: 904b2a0ef49ec4eaffe39dbbd3bc36a734f97e733047e5023a4123e7db756752
4
- data.tar.gz: b4c2ee4a81dd944b1c30fb4d94a1a21abf48b94c180c90122656b33756ade71f
3
+ metadata.gz: 9c7253b6c82bb19a3c09dc62d9d825800e0465088f6ef891a041947d6f0bcb50
4
+ data.tar.gz: f5eb7fb9e0bb7ed37446cbf22a1a34e90f004e6af712e42947ac24c99fb034d2
5
5
  SHA512:
6
- metadata.gz: 65da2ee12b7b57b1287929a48eecb2b7dd9cd0eea772ecdbc96b31713b78f315358ed09d24f3ea476811a116090ceb0bc119e88f1e0c4fa5efbd51433e85e3a3
7
- data.tar.gz: b336ee8f466eaeddbbe6150f62926c8fadafde07fb9ae01d495d41206a36ad424a30d323da3523601d7313533e8051fdfa262b65c5efe4367575edff4925a069
6
+ metadata.gz: d1dcf2c59ee1461a46028599070257bc38c09ee9415caf4699b999185cac2000cb80b10e09d77c04f9958293d45af1b87392741a245f135c38c5a35cfa5ca5dc
7
+ data.tar.gz: 73b24cdde0e276a8e745d6dd34dc96cca62631355593052d3668e5fa407f48fb2716f2e123216773013008d0780b26582d9730553594f36ad8d19e19813eb5e0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- et_full_system (3.0.8)
4
+ et_full_system (3.0.9)
5
5
  aws-sdk-s3 (~> 1.9)
6
6
  azure-storage (~> 0.15.0.preview)
7
7
  dotenv (~> 2.7, >= 2.7.2)
@@ -34,7 +34,7 @@ module EtFullSystem
34
34
  env_vars << "CCD_SIDAM_PASSWORD=Pa55word11"
35
35
  env_vars << "CCD_GENERATE_ETHOS_CASE_REFERENCE=true"
36
36
  end
37
- extra_args = ['--no-recreate']
37
+ extra_args = []
38
38
  if options.with_test? && options.use_selenium?
39
39
  extra_args.concat(["--scale chrome=#{options.chrome_instances}"])
40
40
  extra_args.concat(["--scale firefox=#{options.firefox_instances}"])
@@ -1,3 +1,3 @@
1
1
  module EtFullSystem
2
- VERSION = "3.0.8"
2
+ VERSION = "3.0.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: et_full_system
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.8
4
+ version: 3.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gary Taylor