exercism-config 0.96.0 → 0.98.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 +4 -0
- data/lib/exercism_config/version.rb +1 -1
- data/settings/ci.yml +1 -0
- data/settings/local.yml +1 -0
- data/settings/secrets.yml +4 -0
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 200e5626368b173dd17d7c6f3a5316a45244d6234c00e84b1bc19b9063c54919
|
4
|
+
data.tar.gz: a5a65323539003cf95df26b5ef38c64673abdf9c66232dbe9fb805b62b8930a7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d2468b63180df894331379ba90253e9937d9aa6f7b46db6f455a20b006bf28af7960b9541501bbb28d900b155fc6a03168b9a633c23ff3c1f04c48da1eedee34
|
7
|
+
data.tar.gz: c1d9db0c48e8b6cba05cf5593448905c444a129bc1ea33566aaba484077a2f48febb37a98a8705e293b2b4c1470a013017dd17ede51e0d00a7cb4b423a72d9e7
|
data/README.md
CHANGED
@@ -54,7 +54,11 @@ Exercism.secrets.paypal_webhook_id
|
|
54
54
|
Exercism.secrets.paypal_client_id
|
55
55
|
Exercism.secrets.paypal_client_secret
|
56
56
|
Exercism.secrets.paypal_donation_product_name
|
57
|
+
Exercism.secrets.paypal_donation_hosted_button_id
|
57
58
|
Exercism.secrets.paypal_premium_product_name
|
59
|
+
Exercism.secrets.paypal_premium_monthly_plan_id
|
60
|
+
Exercism.secrets.paypal_premium_yearly_plan_id
|
61
|
+
Exercism.secrets.paypal_lifetime_insiders_hosted_button_id
|
58
62
|
Exercism.secrets.chatgpt_access_token
|
59
63
|
Exercism.secrets.sparkpost_api_key
|
60
64
|
|
data/settings/ci.yml
CHANGED
data/settings/local.yml
CHANGED
data/settings/secrets.yml
CHANGED
@@ -25,6 +25,10 @@ paypal_webhook_id: "some-paypal-webhook-id"
|
|
25
25
|
paypal_client_id: "some-paypal-client-id"
|
26
26
|
paypal_client_secret: "some-paypal-client-secret"
|
27
27
|
paypal_donation_product_name: "some-paypal-donation-product-name"
|
28
|
+
paypal_donation_hosted_button_id: "EHTETPNS6HE44"
|
28
29
|
paypal_premium_product_name: "some-paypal-premium-product-name"
|
30
|
+
paypal_premium_monthly_plan_id: "P-0TT41792VT226690TMR43JAQ"
|
31
|
+
paypal_premium_yearly_plan_id: "P-7TW18726BH9867209MR43JIA"
|
32
|
+
paypal_lifetime_insiders_hosted_button_id: "AE8ELHK826LTW"
|
29
33
|
chatgpt_access_token: "some-token"
|
30
34
|
sparkpost_api_key: "some-sparkpost-api-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.98.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jeremy Walker
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-06-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-dynamodb
|
@@ -192,7 +192,7 @@ dependencies:
|
|
192
192
|
- - ">="
|
193
193
|
- !ruby/object:Gem::Version
|
194
194
|
version: '0'
|
195
|
-
description:
|
195
|
+
description:
|
196
196
|
email:
|
197
197
|
- jez.walker@gmail.com
|
198
198
|
executables:
|
@@ -242,7 +242,7 @@ licenses: []
|
|
242
242
|
metadata:
|
243
243
|
homepage_uri: https://exercism.io
|
244
244
|
source_code_uri: https://github.com/exercism/config
|
245
|
-
post_install_message:
|
245
|
+
post_install_message:
|
246
246
|
rdoc_options: []
|
247
247
|
require_paths:
|
248
248
|
- lib
|
@@ -258,7 +258,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
258
258
|
version: '0'
|
259
259
|
requirements: []
|
260
260
|
rubygems_version: 3.4.6
|
261
|
-
signing_key:
|
261
|
+
signing_key:
|
262
262
|
specification_version: 4
|
263
263
|
summary: Retrieves stored config for Exercism
|
264
264
|
test_files: []
|