exercism-config 0.117.0 → 0.118.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -0
- data/lib/exercism_config/version.rb +1 -1
- data/settings/ci.yml +2 -1
- data/settings/local.yml +2 -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: 762de74d49e71ef9032b550541c50bcb927c6f1b3609016980d1bf64f09f8fa1
|
4
|
+
data.tar.gz: 55dd2ca5c165213b77b8d1942524d59ec995186fd3f39131190d3dbb8bd7d545
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b321537e89ddc3dd5546bed84a76183f04d8fe57d2a03494ae2bd2c3b09ebba1d34b95725fecf3413a71b638d0cb5e86a394689a982afbad219f51e157d40715
|
7
|
+
data.tar.gz: f38ceb9504720deef67e8e72c33dd90e5fd89b6101d4400f4bcf535d282cfb4a4238f9d1505310401e2c26ed8179469f710a49ce54a4e518beca2ab6a1946a4c
|
data/README.md
CHANGED
@@ -62,6 +62,7 @@ Exercism.secrets.paypal_lifetime_insiders_hosted_button_id
|
|
62
62
|
Exercism.secrets.chatgpt_access_token
|
63
63
|
Exercism.secrets.sparkpost_api_key
|
64
64
|
Exercism.secrets.openai_api_key
|
65
|
+
Exercism.secrets.openai_tags_model
|
65
66
|
|
66
67
|
Exercism.secrets.transactional_smtp_username
|
67
68
|
Exercism.secrets.transactional_smtp_password
|
data/settings/ci.yml
CHANGED
@@ -31,7 +31,8 @@ aws_tooling_jobs_bucket: exercism-v3-tooling-jobs
|
|
31
31
|
website_icons_host: https://assets.exercism.org
|
32
32
|
website_assets_host: ""
|
33
33
|
website_avatars_host: /avatars
|
34
|
-
|
34
|
+
assets_cloudfront_distribution_id: "123456"
|
35
|
+
website_cloudfront_distribution_id: "654321"
|
35
36
|
|
36
37
|
# Sidekiq Config
|
37
38
|
sidekiq_redis_url: redis://127.0.0.1:6379/2
|
data/settings/local.yml
CHANGED
@@ -32,7 +32,8 @@ aws_tooling_jobs_bucket: exercism-v3-tooling-jobs
|
|
32
32
|
website_icons_host: https://assets.exercism.org
|
33
33
|
website_assets_host:
|
34
34
|
website_avatars_host: /avatars
|
35
|
-
|
35
|
+
assets_cloudfront_distribution_id: "123456"
|
36
|
+
website_cloudfront_distribution_id: "654321"
|
36
37
|
|
37
38
|
# Sidekiq Config
|
38
39
|
sidekiq_redis_url: redis://127.0.0.1:6379/2
|
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.118.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:
|
11
|
+
date: 2024-01-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-dynamodb
|