waylon-wordle 0.1.1 → 0.1.2

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: cfbcb2300250b7201e4a3b882c9203b45f9f988394d63582e4d6237911c0a5f2
4
- data.tar.gz: c174bffadf793c9a79817ddb0604f373c0293f0490f4570715ac5eea68ad5b21
3
+ metadata.gz: 2596ef4ec8693e71cfb5403ce693bbda6ea655b251e6e26323400ba2519fe6d8
4
+ data.tar.gz: 42dc06d83b8413e42c9593d4c1910ed867ec53318d0de63533c13b990f83b057
5
5
  SHA512:
6
- metadata.gz: bfbdd654d923a4ef4bc36c60501481619fc657e188db0db608ed528eee00e788ad26d84672ed65dcbd91fbacdb26f45390311b1cba8d6768442fb5a0b6d4d1db
7
- data.tar.gz: d68f922112432e91fdc2414572e5fe71fa516e49fc9655248e6d3b7500afec1c1568f5380c2d558328da9fa861205ad2e389e8e06f1c2ca433921eb3a8fbffc2
6
+ metadata.gz: 48b6a455d30619785d1720b2d0c97b5c0dbb62758c4f4e0e9f158e01a5baedcfeccef6e76e3a5141814fc441d412cd734acb8b9863c04348942aa003eaf5ee63
7
+ data.tar.gz: 6977cf0a5de54f7044e4f4698ad60557bd9f035c4454a9e5a4945347a96248b445d0ed98c46a287ccf332f7cb18fc2acddf8c019f72920182d1f64cc062e52c4
data/.gitignore CHANGED
@@ -6,6 +6,7 @@
6
6
  /pkg/
7
7
  /spec/reports/
8
8
  /tmp/
9
+ /bin/hacky-hack
9
10
 
10
11
  # rspec failure tracking
11
12
  .rspec_status
data/.rubocop.yml CHANGED
@@ -1,6 +1,8 @@
1
1
  AllCops:
2
2
  TargetRubyVersion: 3.1
3
3
  NewCops: enable
4
+ Exclude:
5
+ - "bin/hacky-hack"
4
6
 
5
7
  Style/MixinUsage:
6
8
  Exclude:
data/Gemfile.lock CHANGED
@@ -1,19 +1,20 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- waylon-wordle (0.1.1)
4
+ waylon-wordle (0.1.2)
5
5
  waylon-core (~> 0.1)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- addressable (2.8.0)
11
- public_suffix (>= 2.0.2, < 5.0)
10
+ addressable (2.8.4)
11
+ public_suffix (>= 2.0.2, < 6.0)
12
12
  ast (2.4.2)
13
- concurrent-ruby (1.1.10)
13
+ concurrent-ruby (1.2.2)
14
+ connection_pool (2.2.5)
14
15
  diff-lcs (1.5.0)
15
16
  docile (1.4.0)
16
- faraday (1.10.0)
17
+ faraday (1.10.3)
17
18
  faraday-em_http (~> 1.0)
18
19
  faraday-em_synchrony (~> 1.0)
19
20
  faraday-excon (~> 1.1)
@@ -37,34 +38,37 @@ GEM
37
38
  faraday-rack (1.0.0)
38
39
  faraday-retry (1.0.3)
39
40
  ffi (1.15.5)
40
- i18n (1.10.0)
41
+ i18n (1.14.1)
41
42
  concurrent-ruby (~> 1.0)
42
- json (2.6.2)
43
+ json (2.6.3)
43
44
  moneta (1.5.1)
44
45
  mono_logger (1.1.1)
45
46
  multi_json (1.15.0)
46
- multipart-post (2.2.3)
47
- mustermann (1.1.1)
47
+ multipart-post (2.3.0)
48
+ mustermann (2.0.2)
48
49
  ruby2_keywords (~> 0.0.1)
49
50
  nio4r (2.5.8)
50
51
  parallel (1.22.1)
51
52
  parser (3.1.2.0)
52
53
  ast (~> 2.4.1)
53
- public_suffix (4.0.7)
54
- puma (5.6.4)
54
+ public_suffix (5.0.1)
55
+ puma (5.6.5)
55
56
  nio4r (~> 2.0)
56
- rack (2.2.3.1)
57
- rack-protection (2.2.0)
57
+ rack (2.2.6.2)
58
+ rack-protection (2.2.4)
58
59
  rack
59
60
  rainbow (3.1.1)
60
61
  rake (13.0.6)
61
62
  rbnacl (7.1.1)
62
63
  ffi
63
- redis (4.6.0)
64
- redis-namespace (1.8.2)
65
- redis (>= 3.0.4)
64
+ redis (5.0.2)
65
+ redis-client (~> 0.7)
66
+ redis-client (0.7.1)
67
+ connection_pool
68
+ redis-namespace (1.9.0)
69
+ redis (>= 4)
66
70
  regexp_parser (2.5.0)
67
- resque (2.2.1)
71
+ resque (2.3.0)
68
72
  mono_logger (~> 1.0)
69
73
  multi_json (~> 1.0)
70
74
  redis-namespace (~> 1.6)
@@ -106,14 +110,14 @@ GEM
106
110
  simplecov_json_formatter (~> 0.1)
107
111
  simplecov-html (0.12.3)
108
112
  simplecov_json_formatter (0.1.4)
109
- sinatra (2.2.0)
110
- mustermann (~> 1.0)
113
+ sinatra (2.2.4)
114
+ mustermann (~> 2.0)
111
115
  rack (~> 2.2)
112
- rack-protection (= 2.2.0)
116
+ rack-protection (= 2.2.4)
113
117
  tilt (~> 2.0)
114
- tilt (2.0.10)
118
+ tilt (2.1.0)
115
119
  unicode-display_width (2.1.0)
116
- waylon-core (0.1.9)
120
+ waylon-core (0.2.6)
117
121
  addressable (~> 2.8)
118
122
  faraday (~> 1.8)
119
123
  i18n (~> 1.8)