exercism-config 0.119.0 → 0.121.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/version.rb +1 -1
- data/settings/secrets.yml +3 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2b06b277dbe5a3cafe79727af6655505e8152ff1902010e91325c9c711e19aa9
|
4
|
+
data.tar.gz: dcdc8d9a46f0ca084690be6c693a785117c3d1ec0c5bc36b099f4bb5575e8a77
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7a5eab9d7b45b3db98cbda0505ff5b5e8dbac09b887cf332b41d04eec0bd15f590d6d24304aa55fd275299ae4ee4cb1785b6bd48730b85b4334fc1b63b02d06d
|
7
|
+
data.tar.gz: 558c8bd45134feaf94a8da9308533880723fe32f4acb333aa12ba8b062b4122da89d19a5785c74a4b5e372f3d842c367b169fc1a324f60dfa98331109e8a60e2
|
data/settings/secrets.yml
CHANGED
@@ -46,3 +46,6 @@ bulk_smtp_address: "some-bulk_smtp_address"
|
|
46
46
|
bulk_smtp_port: "some-bulk_smtp_port"
|
47
47
|
bulk_smtp_authentication: "some-bulk_smtp_authentication"
|
48
48
|
bulk_smtp_sending_domain: "mail.exercism.io"
|
49
|
+
|
50
|
+
github_solution_syncer_app_id: "some-id"
|
51
|
+
github_solution_syncer_private_key: "SOME-RSA-PRIVATE-KEY"
|
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.121.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: 2025-06-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-dynamodb
|
@@ -299,7 +299,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
299
299
|
- !ruby/object:Gem::Version
|
300
300
|
version: '0'
|
301
301
|
requirements: []
|
302
|
-
rubygems_version: 3.5.
|
302
|
+
rubygems_version: 3.5.6
|
303
303
|
signing_key:
|
304
304
|
specification_version: 4
|
305
305
|
summary: Retrieves stored config for Exercism
|