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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ef04fed54f31681d4ac7c33c37b8b41b80415cc8d5781d2c6e8cac36a646c29d
4
- data.tar.gz: d22ec16815e987e6a1d592f85ec2d84a4109b8bafd9a877a51b416836ef36aff
3
+ metadata.gz: 271a5c99a9200bdebfbfaa2a78ac45d94af9504150d8142c2f8c25a7f9affd79
4
+ data.tar.gz: 1af467c080db2b6e7a38e2fabb925fa707c8b1b94967478e3c55984f88d9a941
5
5
  SHA512:
6
- metadata.gz: b9fbb6545f476447a9685f12f16f232855ded4611b06789396d90ec2cbda4d98748d03e10f975e4a17a4b6aa11f8962ddd1a99cc91b621b2cc134242ae5b4a29
7
- data.tar.gz: 527269c90a2ce157cc22e1c8b2a822ece30646f6258861c60a0f38a4a074fe6a7b75f7fc4d64ddd81477b3c0b28ab1fafec3b181109c3130f954d9d1e397fe45
6
+ metadata.gz: 390ac96add21f5b98035e2cc339b65803a993dacfecf24f0c26d9b5862df75853b238ea871111d4f01935dd9f937ccf07609efbc0b9a6aa890e054d4381686c7
7
+ data.tar.gz: 8bf1a9b96144f5a4f497caafd4fbc81fc357c003f04ec0555273b65f2100c206c098ecb9eb40f4989dd092131784eb20489e27902e50895b2c0b82701afffaf7
data/.roxanne.yml CHANGED
@@ -1,8 +1,8 @@
1
1
  version: 1.0
2
2
  stages:
3
3
  test:
4
- image: ruby:3.1
4
+ image: ruby:3.2
5
5
  release:
6
- image: ruby:3.1
6
+ image: ruby:3.2
7
7
  only:
8
8
  - main
data/.rubocop.yml CHANGED
@@ -1,6 +1,7 @@
1
1
  AllCops:
2
- TargetRubyVersion: 3.1
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.2
1
+ 3.2.2
data/Gemfile.lock CHANGED
@@ -1,24 +1,24 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- waylon (0.2.6)
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.1)
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.2.0)
16
- concurrent-ruby (1.1.10)
17
- connection_pool (2.2.5)
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.2)
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.15.5)
45
- i18n (1.12.0)
44
+ ffi (1.16.3)
45
+ i18n (1.14.1)
46
46
  concurrent-ruby (~> 1.0)
47
- jaro_winkler (1.5.4)
48
- json (2.6.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
- moneta (1.5.1)
54
- mono_logger (1.1.1)
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.2.3)
57
- mustermann (2.0.2)
57
+ multipart-post (2.3.0)
58
+ mustermann (3.0.0)
58
59
  ruby2_keywords (~> 0.0.1)
59
- nio4r (2.5.8)
60
- nokogiri (1.13.8-arm64-darwin)
60
+ nio4r (2.7.0)
61
+ nokogiri (1.15.5-arm64-darwin)
61
62
  racc (~> 1.4)
62
- nokogiri (1.13.8-x86_64-linux)
63
+ nokogiri (1.15.5-x86_64-linux)
63
64
  racc (~> 1.4)
64
- parallel (1.22.1)
65
- parser (3.1.2.1)
65
+ parallel (1.24.0)
66
+ parser (3.2.2.4)
66
67
  ast (~> 2.4.1)
67
- public_suffix (5.0.0)
68
- puma (5.6.5)
68
+ racc
69
+ public_suffix (5.0.4)
70
+ puma (6.4.0)
69
71
  nio4r (~> 2.0)
70
- racc (1.6.0)
71
- rack (2.2.4)
72
- rack-protection (2.2.2)
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.6)
77
+ rake (13.1.0)
76
78
  rbnacl (7.1.1)
77
79
  ffi
78
- redis (5.0.2)
79
- redis-client (~> 0.7)
80
- redis-client (0.7.1)
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.9.0)
85
+ redis-namespace (1.11.0)
83
86
  redis (>= 4)
84
- regexp_parser (2.5.0)
85
- resque (2.3.0)
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.5)
93
- rspec (3.11.0)
94
- rspec-core (~> 3.11.0)
95
- rspec-expectations (~> 3.11.0)
96
- rspec-mocks (~> 3.11.0)
97
- rspec-core (3.11.0)
98
- rspec-support (~> 3.11.0)
99
- rspec-expectations (3.11.0)
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.11.0)
102
- rspec-mocks (3.11.1)
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.11.0)
105
- rspec-support (3.11.0)
106
- rubocop (1.36.0)
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.1.2.1)
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.20.1, < 2.0)
117
+ rubocop-ast (>= 1.30.0, < 2.0)
114
118
  ruby-progressbar (~> 1.7)
115
- unicode-display_width (>= 1.4.0, < 3.0)
116
- rubocop-ast (1.21.0)
117
- parser (>= 3.1.1.0)
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.12.1)
121
- rubocop (~> 1.31)
122
- ruby-progressbar (1.11.0)
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.21.2)
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 (2.2.2)
131
- mustermann (~> 2.0)
132
- rack (~> 2.2)
133
- rack-protection (= 2.2.2)
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.46.0)
145
+ solargraph (0.50.0)
136
146
  backport (~> 1.2)
137
147
  benchmark
138
- bundler (>= 1.17.2)
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
- reverse_markdown (>= 1.0.5, < 3)
146
- rubocop (>= 0.52)
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.2.1)
151
- tilt (2.0.11)
152
- unicode-display_width (2.2.0)
153
- waylon-core (0.2.6)
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.8)
166
+ faraday (~> 1.10)
156
167
  i18n (~> 1.8)
157
168
  json (~> 2.6)
158
169
  moneta (~> 1.4)
159
- puma (~> 5.5)
170
+ puma (~> 6.4)
160
171
  rbnacl (~> 7.1)
161
172
  resque (~> 2.2)
162
- webrick (1.7.0)
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.3.10
193
+ 2.4.19
data/scripts/release.sh CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/bin/sh
2
2
 
3
- gem install bundler -v '~> 2.3'
3
+ gem install bundler -v '~> 2.4'
4
4
  bundle install
5
5
  rm -rf pkg/*.gem
6
6
  bundle exec rake build
data/scripts/test.sh CHANGED
@@ -2,6 +2,6 @@
2
2
 
3
3
  apt-get update && apt-get install -y libsodium-dev
4
4
 
5
- gem install bundler -v '~> 2.3'
5
+ gem install bundler -v '~> 2.4'
6
6
  bundle install
7
7
  bundle exec rake
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.2.6"
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.1"
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.2.6
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: 2022-09-01 00:00:00.000000000 Z
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.1'
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.3.7
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