sleeproom 0.4.3 → 0.4.4

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +10 -10
  3. data/lib/sleeproom/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 16490f0f3a48428466310c0a5ab4c89a7395aeeb9c71aaba2679b43894c145db
4
- data.tar.gz: e03f35faf54bd848151501bbb0dd14c56ea935647fe7bc1e8b9f00095d665691
3
+ metadata.gz: 6cceff5806149367580bf38a490ac4301887c28390941d68dcbcba58b1e359e3
4
+ data.tar.gz: add480c7ae186cdf5cc9b8e7c857d1edd127fd25d6f15ace7ed12e60bf5b0c3b
5
5
  SHA512:
6
- metadata.gz: 819b5780ed280aefcc693986715e30c014128da80d110fc8abb35a23992efdda1f3344ec9b343a1ce746b29a8bd89cf2f90d1beb3989abf9c3d333b8b8f03d5c
7
- data.tar.gz: 90a9e5e52b573c39b8627521b04ac7811067a8a1c6f379d597f7c35fbdb7b94a345980feaf74ef4bd49df793d35f40d6135b9e3984633937517d045d6b32140c
6
+ metadata.gz: 2ec44e1d44f7637a047b1793bb8df34aed091a6610cc00a4a41bcbed8af55ae28bc54d8462724dbaeab48710264e4cd38b746affaa50a97c304db9e5c6173ffa
7
+ data.tar.gz: c4d2dfa38c44c479e7a0fd074470e8bf59ea193e719df7f9a4a6cb91678c3efa40ae4965fdc673a0d75fd16dd58ee72c11e412f2e9276e4d79b92bcf909d5812
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sleeproom (0.4.3)
4
+ sleeproom (0.4.4)
5
5
  async (~> 1.26.0)
6
6
  async-http-faraday (~> 0.9.0)
7
7
  async-websocket (~> 0.15.0)
@@ -12,14 +12,14 @@ PATH
12
12
  GEM
13
13
  remote: https://rubygems.org/
14
14
  specs:
15
- activesupport (6.0.3.1)
15
+ activesupport (6.0.3.2)
16
16
  concurrent-ruby (~> 1.0, >= 1.0.2)
17
17
  i18n (>= 0.7, < 2)
18
18
  minitest (~> 5.1)
19
19
  tzinfo (~> 1.1)
20
20
  zeitwerk (~> 2.2, >= 2.2.2)
21
- ast (2.4.0)
22
- async (1.26.1)
21
+ ast (2.4.1)
22
+ async (1.26.2)
23
23
  console (~> 1.0)
24
24
  nio4r (~> 2.3)
25
25
  timers (~> 4.1)
@@ -45,7 +45,7 @@ GEM
45
45
  concurrent-ruby (1.1.6)
46
46
  configatron (4.5.1)
47
47
  console (1.8.2)
48
- diff-lcs (1.3)
48
+ diff-lcs (1.4.4)
49
49
  faraday (1.0.1)
50
50
  multipart-post (>= 1.2, < 3)
51
51
  i18n (1.8.3)
@@ -54,9 +54,9 @@ GEM
54
54
  minitest (5.14.1)
55
55
  multipart-post (2.1.1)
56
56
  nio4r (2.5.2)
57
- parallel (1.19.1)
58
- parser (2.7.1.3)
59
- ast (~> 2.4.0)
57
+ parallel (1.19.2)
58
+ parser (2.7.1.4)
59
+ ast (~> 2.4.1)
60
60
  protocol-hpack (1.4.2)
61
61
  protocol-http (0.20.0)
62
62
  protocol-http1 (0.13.0)
@@ -67,7 +67,7 @@ GEM
67
67
  protocol-websocket (0.7.4)
68
68
  protocol-http (~> 0.2)
69
69
  protocol-http1 (~> 0.2)
70
- rack (2.2.2)
70
+ rack (2.2.3)
71
71
  rainbow (3.0.0)
72
72
  rake (12.3.3)
73
73
  rspec (3.9.0)
@@ -108,7 +108,7 @@ GEM
108
108
  tzinfo (1.2.7)
109
109
  thread_safe (~> 0.1)
110
110
  unicode-display_width (1.6.1)
111
- zeitwerk (2.3.0)
111
+ zeitwerk (2.3.1)
112
112
 
113
113
  PLATFORMS
114
114
  ruby
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SleepRoom
4
- VERSION = "0.4.3"
4
+ VERSION = "0.4.4"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sleeproom
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Koell
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-18 00:00:00.000000000 Z
11
+ date: 2020-07-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colorize