exercism_config 0.12.0 → 0.13.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: dd0b7e2733cf6504836725513ee9249452432e16744c87a498294c9bf607f565
4
- data.tar.gz: a86ee6db78ade29db5385811b66785b8ab78e9dbd572d2eb063dcfc954c34e1c
3
+ metadata.gz: 85219ddf9b43f263f0b69901d0a05076464c2474d37c0b4008e45468deeaa8a2
4
+ data.tar.gz: 23b7116f41bbb154313cca12db55e03a7903f8d6380b61fc89940533cf5e02d0
5
5
  SHA512:
6
- metadata.gz: 21890667a1426ec324fc6b32b8cfb07c7f38825313141ab92dfc4ed4800c90021f6dfcb95c2b212e99eea55dafa5e59be08845e5a5a11662f42689d781fc6add
7
- data.tar.gz: fc540dfe23e6e75c6861f07c5bf0871954241836a5d81e88cc1dc8aa23540309fb074622ef9730fa21a4f764766255ca986ec6a8845de40bf8fa8ddfff5ae8bd
6
+ metadata.gz: d3dc78f1d38b04c0943fa2b4640e2af5a1f55ffd053ea352a6332ea84b069a9a2270e9161f372c2da18974db844aa19b159072b51e9fbd20d42ce0d2a72de1a1
7
+ data.tar.gz: 55429e9d23713288ee1c759fc4d4f106326e42e09826381df96b5ccd3321862177b935cc280a11f0e9f4b6bebd25b7268f405946fe85636f616aaf8dcd333f56
@@ -25,8 +25,8 @@ module ExercismConfig
25
25
  def config_endpoint
26
26
  case environment
27
27
  when :development, :test
28
- host = ENV["EXERCISM_DOCKER"] ? "dynamodb" : "localhost"
29
- "http://#{host}:3039"
28
+ host = ENV["EXERCISM_DOCKER"] ? "dynamodb:8000" : "localhost:3039"
29
+ "http://#{host}"
30
30
  else
31
31
  nil
32
32
  end
@@ -1,3 +1,3 @@
1
1
  module ExercismConfig
2
- VERSION = "0.12.0"
2
+ VERSION = "0.13.0"
3
3
  end
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.12.0
4
+ version: 0.13.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Walker