waylon 0.2.6 → 0.3.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 +4 -4
- data/.roxanne.yml +2 -2
- data/.rubocop.yml +5 -1
- data/.ruby-version +1 -1
- data/Gemfile.lock +82 -72
- data/scripts/release.sh +1 -1
- data/scripts/test.sh +1 -1
- data/waylon.gemspec +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 271a5c99a9200bdebfbfaa2a78ac45d94af9504150d8142c2f8c25a7f9affd79
|
|
4
|
+
data.tar.gz: 1af467c080db2b6e7a38e2fabb925fa707c8b1b94967478e3c55984f88d9a941
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 390ac96add21f5b98035e2cc339b65803a993dacfecf24f0c26d9b5862df75853b238ea871111d4f01935dd9f937ccf07609efbc0b9a6aa890e054d4381686c7
|
|
7
|
+
data.tar.gz: 8bf1a9b96144f5a4f497caafd4fbc81fc357c003f04ec0555273b65f2100c206c098ecb9eb40f4989dd092131784eb20489e27902e50895b2c0b82701afffaf7
|
data/.roxanne.yml
CHANGED
data/.rubocop.yml
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
AllCops:
|
|
2
|
-
TargetRubyVersion: 3.
|
|
2
|
+
TargetRubyVersion: 3.2
|
|
3
3
|
NewCops: enable
|
|
4
|
+
SuggestExtensions: false
|
|
4
5
|
|
|
5
6
|
Gemspec/RequireMFA:
|
|
6
7
|
Enabled: false
|
|
@@ -15,3 +16,6 @@ Style/StringLiteralsInInterpolation:
|
|
|
15
16
|
|
|
16
17
|
Layout/LineLength:
|
|
17
18
|
Max: 120
|
|
19
|
+
|
|
20
|
+
Gemspec/DevelopmentDependencies:
|
|
21
|
+
Enabled: false
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.
|
|
1
|
+
3.2.2
|
data/Gemfile.lock
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
waylon (0.
|
|
4
|
+
waylon (0.3.0)
|
|
5
5
|
rake (~> 13.0)
|
|
6
6
|
waylon-core
|
|
7
7
|
|
|
8
8
|
GEM
|
|
9
9
|
remote: https://rubygems.org/
|
|
10
10
|
specs:
|
|
11
|
-
addressable (2.8.
|
|
11
|
+
addressable (2.8.6)
|
|
12
12
|
public_suffix (>= 2.0.2, < 6.0)
|
|
13
13
|
ast (2.4.2)
|
|
14
14
|
backport (1.2.0)
|
|
15
|
-
benchmark (0.
|
|
16
|
-
concurrent-ruby (1.
|
|
17
|
-
connection_pool (2.
|
|
15
|
+
benchmark (0.3.0)
|
|
16
|
+
concurrent-ruby (1.2.2)
|
|
17
|
+
connection_pool (2.4.1)
|
|
18
18
|
diff-lcs (1.5.0)
|
|
19
19
|
docile (1.4.0)
|
|
20
20
|
e2mmap (0.1.0)
|
|
21
|
-
faraday (1.10.
|
|
21
|
+
faraday (1.10.3)
|
|
22
22
|
faraday-em_http (~> 1.0)
|
|
23
23
|
faraday-em_synchrony (~> 1.0)
|
|
24
24
|
faraday-excon (~> 1.1)
|
|
@@ -41,130 +41,140 @@ GEM
|
|
|
41
41
|
faraday-patron (1.0.0)
|
|
42
42
|
faraday-rack (1.0.0)
|
|
43
43
|
faraday-retry (1.0.3)
|
|
44
|
-
ffi (1.
|
|
45
|
-
i18n (1.
|
|
44
|
+
ffi (1.16.3)
|
|
45
|
+
i18n (1.14.1)
|
|
46
46
|
concurrent-ruby (~> 1.0)
|
|
47
|
-
jaro_winkler (1.5.
|
|
48
|
-
json (2.
|
|
47
|
+
jaro_winkler (1.5.6)
|
|
48
|
+
json (2.7.1)
|
|
49
49
|
kramdown (2.4.0)
|
|
50
50
|
rexml
|
|
51
51
|
kramdown-parser-gfm (1.1.0)
|
|
52
52
|
kramdown (~> 2.0)
|
|
53
|
-
|
|
54
|
-
|
|
53
|
+
language_server-protocol (3.17.0.3)
|
|
54
|
+
moneta (1.6.0)
|
|
55
|
+
mono_logger (1.1.2)
|
|
55
56
|
multi_json (1.15.0)
|
|
56
|
-
multipart-post (2.
|
|
57
|
-
mustermann (
|
|
57
|
+
multipart-post (2.3.0)
|
|
58
|
+
mustermann (3.0.0)
|
|
58
59
|
ruby2_keywords (~> 0.0.1)
|
|
59
|
-
nio4r (2.
|
|
60
|
-
nokogiri (1.
|
|
60
|
+
nio4r (2.7.0)
|
|
61
|
+
nokogiri (1.15.5-arm64-darwin)
|
|
61
62
|
racc (~> 1.4)
|
|
62
|
-
nokogiri (1.
|
|
63
|
+
nokogiri (1.15.5-x86_64-linux)
|
|
63
64
|
racc (~> 1.4)
|
|
64
|
-
parallel (1.
|
|
65
|
-
parser (3.
|
|
65
|
+
parallel (1.24.0)
|
|
66
|
+
parser (3.2.2.4)
|
|
66
67
|
ast (~> 2.4.1)
|
|
67
|
-
|
|
68
|
-
|
|
68
|
+
racc
|
|
69
|
+
public_suffix (5.0.4)
|
|
70
|
+
puma (6.4.0)
|
|
69
71
|
nio4r (~> 2.0)
|
|
70
|
-
racc (1.
|
|
71
|
-
rack (2.2.
|
|
72
|
-
rack-protection (
|
|
73
|
-
rack
|
|
72
|
+
racc (1.7.3)
|
|
73
|
+
rack (2.2.8)
|
|
74
|
+
rack-protection (3.1.0)
|
|
75
|
+
rack (~> 2.2, >= 2.2.4)
|
|
74
76
|
rainbow (3.1.1)
|
|
75
|
-
rake (13.0
|
|
77
|
+
rake (13.1.0)
|
|
76
78
|
rbnacl (7.1.1)
|
|
77
79
|
ffi
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
80
|
+
rbs (2.8.4)
|
|
81
|
+
redis (5.0.8)
|
|
82
|
+
redis-client (>= 0.17.0)
|
|
83
|
+
redis-client (0.19.0)
|
|
81
84
|
connection_pool
|
|
82
|
-
redis-namespace (1.
|
|
85
|
+
redis-namespace (1.11.0)
|
|
83
86
|
redis (>= 4)
|
|
84
|
-
regexp_parser (2.
|
|
85
|
-
resque (2.
|
|
87
|
+
regexp_parser (2.8.3)
|
|
88
|
+
resque (2.6.0)
|
|
86
89
|
mono_logger (~> 1.0)
|
|
87
90
|
multi_json (~> 1.0)
|
|
88
91
|
redis-namespace (~> 1.6)
|
|
89
92
|
sinatra (>= 0.9.2)
|
|
90
93
|
reverse_markdown (2.1.1)
|
|
91
94
|
nokogiri
|
|
92
|
-
rexml (3.2.
|
|
93
|
-
rspec (3.
|
|
94
|
-
rspec-core (~> 3.
|
|
95
|
-
rspec-expectations (~> 3.
|
|
96
|
-
rspec-mocks (~> 3.
|
|
97
|
-
rspec-core (3.
|
|
98
|
-
rspec-support (~> 3.
|
|
99
|
-
rspec-expectations (3.
|
|
95
|
+
rexml (3.2.6)
|
|
96
|
+
rspec (3.12.0)
|
|
97
|
+
rspec-core (~> 3.12.0)
|
|
98
|
+
rspec-expectations (~> 3.12.0)
|
|
99
|
+
rspec-mocks (~> 3.12.0)
|
|
100
|
+
rspec-core (3.12.2)
|
|
101
|
+
rspec-support (~> 3.12.0)
|
|
102
|
+
rspec-expectations (3.12.3)
|
|
100
103
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
101
|
-
rspec-support (~> 3.
|
|
102
|
-
rspec-mocks (3.
|
|
104
|
+
rspec-support (~> 3.12.0)
|
|
105
|
+
rspec-mocks (3.12.6)
|
|
103
106
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
104
|
-
rspec-support (~> 3.
|
|
105
|
-
rspec-support (3.
|
|
106
|
-
rubocop (1.
|
|
107
|
+
rspec-support (~> 3.12.0)
|
|
108
|
+
rspec-support (3.12.1)
|
|
109
|
+
rubocop (1.59.0)
|
|
107
110
|
json (~> 2.3)
|
|
111
|
+
language_server-protocol (>= 3.17.0)
|
|
108
112
|
parallel (~> 1.10)
|
|
109
|
-
parser (>= 3.
|
|
113
|
+
parser (>= 3.2.2.4)
|
|
110
114
|
rainbow (>= 2.2.2, < 4.0)
|
|
111
115
|
regexp_parser (>= 1.8, < 3.0)
|
|
112
116
|
rexml (>= 3.2.5, < 4.0)
|
|
113
|
-
rubocop-ast (>= 1.
|
|
117
|
+
rubocop-ast (>= 1.30.0, < 2.0)
|
|
114
118
|
ruby-progressbar (~> 1.7)
|
|
115
|
-
unicode-display_width (>=
|
|
116
|
-
rubocop-ast (1.
|
|
117
|
-
parser (>= 3.
|
|
119
|
+
unicode-display_width (>= 2.4.0, < 3.0)
|
|
120
|
+
rubocop-ast (1.30.0)
|
|
121
|
+
parser (>= 3.2.1.0)
|
|
122
|
+
rubocop-capybara (2.19.0)
|
|
123
|
+
rubocop (~> 1.41)
|
|
124
|
+
rubocop-factory_bot (2.24.0)
|
|
125
|
+
rubocop (~> 1.33)
|
|
118
126
|
rubocop-rake (0.6.0)
|
|
119
127
|
rubocop (~> 1.0)
|
|
120
|
-
rubocop-rspec (2.
|
|
121
|
-
rubocop (~> 1.
|
|
122
|
-
|
|
128
|
+
rubocop-rspec (2.25.0)
|
|
129
|
+
rubocop (~> 1.40)
|
|
130
|
+
rubocop-capybara (~> 2.17)
|
|
131
|
+
rubocop-factory_bot (~> 2.22)
|
|
132
|
+
ruby-progressbar (1.13.0)
|
|
123
133
|
ruby2_keywords (0.0.5)
|
|
124
|
-
simplecov (0.
|
|
134
|
+
simplecov (0.22.0)
|
|
125
135
|
docile (~> 1.1)
|
|
126
136
|
simplecov-html (~> 0.11)
|
|
127
137
|
simplecov_json_formatter (~> 0.1)
|
|
128
138
|
simplecov-html (0.12.3)
|
|
129
139
|
simplecov_json_formatter (0.1.4)
|
|
130
|
-
sinatra (
|
|
131
|
-
mustermann (~>
|
|
132
|
-
rack (~> 2.2)
|
|
133
|
-
rack-protection (=
|
|
140
|
+
sinatra (3.1.0)
|
|
141
|
+
mustermann (~> 3.0)
|
|
142
|
+
rack (~> 2.2, >= 2.2.4)
|
|
143
|
+
rack-protection (= 3.1.0)
|
|
134
144
|
tilt (~> 2.0)
|
|
135
|
-
solargraph (0.
|
|
145
|
+
solargraph (0.50.0)
|
|
136
146
|
backport (~> 1.2)
|
|
137
147
|
benchmark
|
|
138
|
-
bundler (
|
|
148
|
+
bundler (~> 2.0)
|
|
139
149
|
diff-lcs (~> 1.4)
|
|
140
150
|
e2mmap
|
|
141
151
|
jaro_winkler (~> 1.5)
|
|
142
152
|
kramdown (~> 2.3)
|
|
143
153
|
kramdown-parser-gfm (~> 1.1)
|
|
144
154
|
parser (~> 3.0)
|
|
145
|
-
|
|
146
|
-
|
|
155
|
+
rbs (~> 2.0)
|
|
156
|
+
reverse_markdown (~> 2.0)
|
|
157
|
+
rubocop (~> 1.38)
|
|
147
158
|
thor (~> 1.0)
|
|
148
159
|
tilt (~> 2.0)
|
|
149
160
|
yard (~> 0.9, >= 0.9.24)
|
|
150
|
-
thor (1.
|
|
151
|
-
tilt (2.0
|
|
152
|
-
unicode-display_width (2.
|
|
153
|
-
waylon-core (0.
|
|
161
|
+
thor (1.3.0)
|
|
162
|
+
tilt (2.3.0)
|
|
163
|
+
unicode-display_width (2.5.0)
|
|
164
|
+
waylon-core (0.3.0)
|
|
154
165
|
addressable (~> 2.8)
|
|
155
|
-
faraday (~> 1.
|
|
166
|
+
faraday (~> 1.10)
|
|
156
167
|
i18n (~> 1.8)
|
|
157
168
|
json (~> 2.6)
|
|
158
169
|
moneta (~> 1.4)
|
|
159
|
-
puma (~>
|
|
170
|
+
puma (~> 6.4)
|
|
160
171
|
rbnacl (~> 7.1)
|
|
161
172
|
resque (~> 2.2)
|
|
162
|
-
|
|
163
|
-
yard (0.9.28)
|
|
164
|
-
webrick (~> 1.7.0)
|
|
173
|
+
yard (0.9.34)
|
|
165
174
|
|
|
166
175
|
PLATFORMS
|
|
167
176
|
arm64-darwin-21
|
|
177
|
+
arm64-darwin-23
|
|
168
178
|
x86_64-linux
|
|
169
179
|
|
|
170
180
|
DEPENDENCIES
|
|
@@ -180,4 +190,4 @@ DEPENDENCIES
|
|
|
180
190
|
yard (~> 0.9, >= 0.9.27)
|
|
181
191
|
|
|
182
192
|
BUNDLED WITH
|
|
183
|
-
2.
|
|
193
|
+
2.4.19
|
data/scripts/release.sh
CHANGED
data/scripts/test.sh
CHANGED
data/waylon.gemspec
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
module Waylon
|
|
4
4
|
# Update this to match the desired Waylon::Core::VERSION to release
|
|
5
|
-
VERSION = "0.
|
|
5
|
+
VERSION = "0.3.0"
|
|
6
6
|
end
|
|
7
7
|
|
|
8
8
|
Gem::Specification.new do |spec|
|
|
@@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
|
|
|
15
15
|
spec.description = "Wrapper gem to ease the installation of the Waylon Bot Framework"
|
|
16
16
|
spec.homepage = "https://github.com/jgnagy/waylon"
|
|
17
17
|
spec.license = "MIT"
|
|
18
|
-
spec.required_ruby_version = "~> 3.
|
|
18
|
+
spec.required_ruby_version = "~> 3.2"
|
|
19
19
|
|
|
20
20
|
spec.metadata["homepage_uri"] = spec.homepage
|
|
21
21
|
spec.metadata["source_code_uri"] = "https://github.com/jgnagy/waylon"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: waylon
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jonathan Gnagy
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2023-12-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|
|
@@ -214,14 +214,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
214
214
|
requirements:
|
|
215
215
|
- - "~>"
|
|
216
216
|
- !ruby/object:Gem::Version
|
|
217
|
-
version: '3.
|
|
217
|
+
version: '3.2'
|
|
218
218
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
219
219
|
requirements:
|
|
220
220
|
- - ">="
|
|
221
221
|
- !ruby/object:Gem::Version
|
|
222
222
|
version: '0'
|
|
223
223
|
requirements: []
|
|
224
|
-
rubygems_version: 3.
|
|
224
|
+
rubygems_version: 3.4.10
|
|
225
225
|
signing_key:
|
|
226
226
|
specification_version: 4
|
|
227
227
|
summary: Wrapper gem for the Waylon Bot Framework
|