exercism-config 0.105.0 → 0.106.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: 65057843ffc30949a440f6f5a8de142056ee9751a8d39330e8cd60df4ab13c4d
4
- data.tar.gz: 499a14ef2994fdacacb45d8d6d0edfe49739e751a8ed966048dd44d4d48bd739
3
+ metadata.gz: fa8d62388f13f2564395344b793a07a546e60d8a9b22cc6ed2ebe25babfbd63b
4
+ data.tar.gz: 71d049c561abfb105ce4ceea827fff4fa862c01448870131a9f6de1eab8c80b0
5
5
  SHA512:
6
- metadata.gz: c37cd72a7430e5280d98a39e9986a000bd8069a12b946d2587eff0fd9383128ac6975231d810f2c4156d2f6808e032f2a1172bd35f3a5f48ea824e81d2867e61
7
- data.tar.gz: d8726b0002e6dba2946e433af99dcc83413b0ec2d50e2b6437f8a764c5f63ef0375827c65357fa3bf7539c7d1bce84ba5db00bbcdbd29e0b8d8a22d8b2d93738
6
+ metadata.gz: 3763363595c18fa13df78ae4ef0fcfabe477777ae1ec4728fb12247bfe0c2986d418fa05c93eb1357083a687b40183908ca0651b86602caadc0cc7b22a3f2820
7
+ data.tar.gz: bc6f2a9f2ff45d40d128ec7bbf0e7f97f173455e46b510dbae1ac5fe20379507a4e8dc33cb439b2d47f2b381022f090b49537c4fa96fe9dbc9d6a5adb7fa08b7
@@ -1,3 +1,3 @@
1
1
  module ExercismConfig
2
- VERSION = '0.105.0'.freeze
2
+ VERSION = '0.106.0'.freeze
3
3
  end
data/settings/ci.yml CHANGED
@@ -54,5 +54,5 @@ aws_attachments_region:
54
54
  paypal_api_url: https://api-m.sandbox.paypal.com
55
55
  paypal_url: https://www.sandbox.paypal.com
56
56
 
57
- mongodb_url: 'mongodb://exercism:exercism@127.0.0.1:27017'
57
+ mongodb_url: 'mongodb://127.0.0.1:27017'
58
58
  mongodb_database_name: 'exercism'
data/settings/local.yml CHANGED
@@ -54,5 +54,5 @@ aws_attachments_region:
54
54
  paypal_api_url: https://api-m.sandbox.paypal.com
55
55
  paypal_url: https://www.sandbox.paypal.com
56
56
 
57
- mongodb_url: 'mongodb://exercism:exercism@127.0.0.1:27017'
57
+ mongodb_url: 'mongodb://127.0.0.1:27017'
58
58
  mongodb_database_name: 'exercism'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: exercism-config
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.105.0
4
+ version: 0.106.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Walker