exercism-config 0.77.0 → 0.78.0

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: 7cc1b40772c1b4cffe2fa06d291837ab5823573da046f18aa01a33b00f2ac388
4
- data.tar.gz: 1f66718c84bddd2616e2289f596fd32c03b2dc29cf312cc645d0b2bcb7cde201
3
+ metadata.gz: 37e5adfdefe004d2528a29254e0e0f2ba872c846f43ef4f87df2e7a5c9fca1f4
4
+ data.tar.gz: ec9223378a44a65942dfe91c26cc3ab900058071a1a5a31ccca1895dcb755d61
5
5
  SHA512:
6
- metadata.gz: 82dc0e119312b21a74e8eea13d808eaed31d537b31deabd8fb705e17282f21af0c2a0135110ea27242e9106b9dd525b273fb11ad9ada4526357bbd81466b4a46
7
- data.tar.gz: aadb9505da6fd41b95bc142e74a69ac7885406ec9c5bb8e361bd0b488733c96707400c01840619e16d34223fa6d2752cc4ddd39d17820d6da9761754ad325233
6
+ metadata.gz: c20da1f12c29cd611d92d73c7e6dcf847dbb577601dcaa3d728d1642fb8ca9b58761114c9f2e4063f9b018412d400be9daf466f7ca37e1ece726aae212793783
7
+ data.tar.gz: 5aa552a5137910b03e564775868cb52ee7afcbbba2162d32721bfaf864a1008b3be172e51c168fd3fec71e9565c73dd00f1dc965718d93992b6b42818df385a6
@@ -81,7 +81,7 @@ module Exercism
81
81
  password: ENV.fetch("OPENSEARCH_PASSWORD", Exercism.env.production? ? nil : "admin"),
82
82
  transport_options: {
83
83
  ssl: {
84
- verify: ENV.fetch("OPENSEARCH_VERIFY_SSL", "true").to_s.casecmp?("true")
84
+ verify: Exercism.env.production?
85
85
  }
86
86
  }
87
87
  )
@@ -1,3 +1,3 @@
1
1
  module ExercismConfig
2
- VERSION = '0.77.0'.freeze
2
+ VERSION = '0.78.0'.freeze
3
3
  end
data/settings/ci.yml CHANGED
@@ -38,7 +38,7 @@ github_organization: fake-exercism
38
38
  github_bot_username: exercism-bot
39
39
 
40
40
  # OpenSearch
41
- opensearch_host: https://opensearch:9200
41
+ opensearch_host: https://127.0.0.1:9200
42
42
 
43
43
  # Extra things not used in development, but here
44
44
  # so that this file can provide a reference
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: exercism-config
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.77.0
4
+ version: 0.78.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Walker
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-10 00:00:00.000000000 Z
11
+ date: 2021-11-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-dynamodb