exercism-config 0.96.0 → 0.98.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: d22789d2b81b8a4bc51c1baeac13c84bd230e6c253fc5c520b377054e7d19e0a
4
- data.tar.gz: abb60db1a768838253c574cae1547029f7be1e287398a2138a1a3923f1c654e3
3
+ metadata.gz: 200e5626368b173dd17d7c6f3a5316a45244d6234c00e84b1bc19b9063c54919
4
+ data.tar.gz: a5a65323539003cf95df26b5ef38c64673abdf9c66232dbe9fb805b62b8930a7
5
5
  SHA512:
6
- metadata.gz: f60af23926b07a460b376537751bb68c94126fff9d06e91d31dba28262abe9000245ab53be109290ec4697cc3b2747608d1fa11b3d87d43aad99c4c77a8ed5be
7
- data.tar.gz: 7110b03be914c645d3677d4f13db90f190cd4c1d1445271bc731a95f24cc72ed9229154e5d0c6018f96699782f3c93a4d32959c7011db820174ee12a9ae8ee9b
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
 
@@ -1,3 +1,3 @@
1
1
  module ExercismConfig
2
- VERSION = '0.96.0'.freeze
2
+ VERSION = '0.98.0'.freeze
3
3
  end
data/settings/ci.yml CHANGED
@@ -50,3 +50,4 @@ aws_attachments_region:
50
50
 
51
51
  # PayPal
52
52
  paypal_api_url: https://api-m.sandbox.paypal.com
53
+ paypal_url: https://www.paypal.com
data/settings/local.yml CHANGED
@@ -50,3 +50,4 @@ aws_attachments_region:
50
50
 
51
51
  # PayPal
52
52
  paypal_api_url: https://api-m.sandbox.paypal.com
53
+ paypal_url: https://www.sandbox.paypal.com
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.96.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-05-26 00:00:00.000000000 Z
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: []