et_full_system 0.1.49 → 0.1.50

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: d83ac2ba4687c3edbaf7146dd63ba0d27d75355ad8bbfbf39db37b9fda9fcd2e
4
- data.tar.gz: 90fef8a0da82e13c941678e053588839badf80370ddc2c0a8cb7a829f239e2bc
3
+ metadata.gz: 57ff17336fdc734ce9c035749407be0dfc451e84d22a1d29b73643dc728edd6c
4
+ data.tar.gz: 9415bf1a2de92c182279859842b663aa0ec6a84d5574b60e96d78b89bcb143ea
5
5
  SHA512:
6
- metadata.gz: d795bc3017529b17b1bfcfa0b758e41b5ada7f597d32450740e9e1c67a8080c25b0545d45fdaef90d46592c40fcfb6f960114189fb5c2f626a15bffb1ffcbabc
7
- data.tar.gz: 6641bc2e9aee9d8ba671228b81943a4b26400a3591c0ee5c5026c4ddb080c56468a32aa7de81007919be4f54f7753e1506237f5c77a9525d676fc1845215ca83
6
+ metadata.gz: 6513fe98f994ed908f277091937983e95e2e8413cff9c9e8dc7689616509715ac70807e69203ec1bb81b9fbb8a736f4a9e7d256fefaa21afe33b0df5d333bcc4
7
+ data.tar.gz: 180d1bc2bbe4344840ea34ce10bc707b943aff4d68ed9091157ef71f6c39cba93dadffdd1a1638fce3064de9240a5c58474f2a4c3a399d56c21060c4d5488d14
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- et_full_system (0.1.49)
4
+ et_full_system (0.1.50)
5
5
  aws-sdk-s3 (~> 1.9)
6
6
  azure-storage (~> 0.15.0.preview)
7
7
  dotenv (~> 2.7, >= 2.7.2)
@@ -18,7 +18,7 @@ GEM
18
18
  minitest (~> 5.1)
19
19
  tzinfo (~> 1.1)
20
20
  aws-eventstream (1.0.3)
21
- aws-partitions (1.177.0)
21
+ aws-partitions (1.180.0)
22
22
  aws-sdk-core (3.56.0)
23
23
  aws-eventstream (~> 1.0, >= 1.0.2)
24
24
  aws-partitions (~> 1.0)
@@ -44,7 +44,7 @@ GEM
44
44
  nokogiri (~> 1.6, >= 1.6.8)
45
45
  backports (3.15.0)
46
46
  concurrent-ruby (1.1.5)
47
- dotenv (2.7.2)
47
+ dotenv (2.7.4)
48
48
  et_fake_acas_server (0.1.6)
49
49
  activesupport (~> 5.2)
50
50
  nokogiri (~> 1.8, >= 1.8.2)
@@ -5,3 +5,4 @@ RAVEN_DSN=https://0ac125aa9b0240c793e081753671c041:531ce66cc13748fbbc87e0fe66d05
5
5
  CCD_AUTH_BASE_URL=${CCD_AUTH_BASE_URL}
6
6
  CCD_IDAM_BASE_URL=${CCD_IDAM_BASE_URL}
7
7
  CCD_DATA_STORE_BASE_URL=${CCD_DATA_STORE_BASE_URL}
8
+ CCD_USE_SIDAM=false
@@ -1,3 +1,3 @@
1
1
  module EtFullSystem
2
- VERSION = "0.1.49"
2
+ VERSION = "0.1.50"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: et_full_system
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.49
4
+ version: 0.1.50
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gary Taylor
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-06-21 00:00:00.000000000 Z
11
+ date: 2019-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor