et_fake_ccd 1.1.0 → 1.1.1

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: 793c6c2279604591ddd390b31815a5b29f744ee79bcfad14853135c68f23221f
4
- data.tar.gz: 44179a20549c501467c5496cc044aa603c0125f034d0efeaa565cb10898920c2
3
+ metadata.gz: c217e3105acba99e220c201ffbfb626150a7817b5033319f02aa6292e6901eb5
4
+ data.tar.gz: f3a7ad0b2836fcab119dd1efe03652ab400315609908e01d19f47ced18954908
5
5
  SHA512:
6
- metadata.gz: d22a000add350493a0b4bd82e14700a5478265ebea86b4f91cff659105e4ab1636ecef020e67cb40b11d3c7daf59fc08035a52ee2dabf5085a7530c951f32fae
7
- data.tar.gz: a3ba62f532fccdda2d943a70ec654842d8384d7c2297ff8a2cccd6d65551446d9929a536e8e4719f80c35eff4d79eef826b4c23ce0a97548a31ea282f49a5766
6
+ metadata.gz: f365970e29725d5c82a5d5af6bbf01c8e896b582453fe465a7ced6e2c365c0cd0909dcc3a8f7c2ea6fbaf3bb17b393ef7736228babd2306a25982d5c7a0c5005
7
+ data.tar.gz: d1737766cbb6d8e9dc1468cff66bd7a95853755fea7b3492cd1f2ee96bc42b79484e119811a101e28c6b0ca015456272fca3e05e6e446b4223b5fdb203367c4a
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- et_fake_ccd (1.1.0)
4
+ et_fake_ccd (1.1.1)
5
5
  activemodel (>= 5.2.3)
6
6
  iodine (~> 0.7)
7
7
  json-schema (~> 2.5)
@@ -13,28 +13,28 @@ PATH
13
13
  GEM
14
14
  remote: https://rubygems.org/
15
15
  specs:
16
- activemodel (6.0.3.2)
17
- activesupport (= 6.0.3.2)
18
- activesupport (6.0.3.2)
16
+ activemodel (6.1.0)
17
+ activesupport (= 6.1.0)
18
+ activesupport (6.1.0)
19
19
  concurrent-ruby (~> 1.0, >= 1.0.2)
20
- i18n (>= 0.7, < 2)
21
- minitest (~> 5.1)
22
- tzinfo (~> 1.1)
23
- zeitwerk (~> 2.2, >= 2.2.2)
20
+ i18n (>= 1.6, < 2)
21
+ minitest (>= 5.1)
22
+ tzinfo (~> 2.0)
23
+ zeitwerk (~> 2.3)
24
24
  addressable (2.7.0)
25
25
  public_suffix (>= 2.0.2, < 5.0)
26
- concurrent-ruby (1.1.6)
26
+ concurrent-ruby (1.1.7)
27
27
  diff-lcs (1.3)
28
- i18n (1.8.5)
28
+ i18n (1.8.7)
29
29
  concurrent-ruby (~> 1.0)
30
- iodine (0.7.40)
30
+ iodine (0.7.43)
31
31
  json-schema (2.8.1)
32
32
  addressable (>= 2.4)
33
- minitest (5.14.1)
34
- public_suffix (4.0.5)
33
+ minitest (5.14.2)
34
+ public_suffix (4.0.6)
35
35
  rack (2.2.3)
36
36
  rake (13.0.1)
37
- roda (3.33.0)
37
+ roda (3.39.0)
38
38
  rack
39
39
  rotp (5.1.0)
40
40
  addressable (~> 2.5)
@@ -52,11 +52,10 @@ GEM
52
52
  rspec-support (~> 3.9.0)
53
53
  rspec-support (3.9.2)
54
54
  thor (1.0.1)
55
- thread_safe (0.3.6)
56
55
  tilt (2.0.10)
57
- tzinfo (1.2.7)
58
- thread_safe (~> 0.1)
59
- zeitwerk (2.4.0)
56
+ tzinfo (2.0.4)
57
+ concurrent-ruby (~> 1.0)
58
+ zeitwerk (2.4.2)
60
59
 
61
60
  PLATFORMS
62
61
  ruby
@@ -1,4 +1,5 @@
1
1
  require 'singleton'
2
+ require 'fileutils'
2
3
  module EtFakeCcd
3
4
  class Config
4
5
  include Singleton
@@ -1,3 +1,3 @@
1
1
  module EtFakeCcd
2
- VERSION = "1.1.0"
2
+ VERSION = "1.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: et_fake_ccd
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gary Taylor
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-10-14 00:00:00.000000000 Z
11
+ date: 2021-01-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: roda
@@ -225,7 +225,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
225
225
  - !ruby/object:Gem::Version
226
226
  version: '0'
227
227
  requirements: []
228
- rubygems_version: 3.0.8
228
+ rubyforge_project:
229
+ rubygems_version: 2.7.6
229
230
  signing_key:
230
231
  specification_version: 4
231
232
  summary: Fake CCD server for employment tribunals