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 +4 -4
- data/lib/exercism-config.rb +1 -1
- data/lib/exercism_config/version.rb +1 -1
- data/settings/ci.yml +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 37e5adfdefe004d2528a29254e0e0f2ba872c846f43ef4f87df2e7a5c9fca1f4
|
|
4
|
+
data.tar.gz: ec9223378a44a65942dfe91c26cc3ab900058071a1a5a31ccca1895dcb755d61
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c20da1f12c29cd611d92d73c7e6dcf847dbb577601dcaa3d728d1642fb8ca9b58761114c9f2e4063f9b018412d400be9daf466f7ca37e1ece726aae212793783
|
|
7
|
+
data.tar.gz: 5aa552a5137910b03e564775868cb52ee7afcbbba2162d32721bfaf864a1008b3be172e51c168fd3fec71e9565c73dd00f1dc965718d93992b6b42818df385a6
|
data/lib/exercism-config.rb
CHANGED
|
@@ -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:
|
|
84
|
+
verify: Exercism.env.production?
|
|
85
85
|
}
|
|
86
86
|
}
|
|
87
87
|
)
|
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://
|
|
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.
|
|
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-
|
|
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
|