File tree 14 files changed +15
-13
lines changed
14 files changed +15
-13
lines changed Original file line number Diff line number Diff line change 36
36
37
37
- uses : actions/upload-artifact@v4
38
38
with :
39
+ include-hidden-files : true
40
+ if-no-files-found : error
39
41
name : coverage-${{matrix.os}}-${{matrix.ruby}}
40
42
path : .covered.db
41
43
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
# Released under the MIT License.
4
- # Copyright, 2023, by Samuel Williams.
4
+ # Copyright, 2023-2024 , by Samuel Williams.
5
5
6
6
def mask_xor_buffer ( data , mask )
7
7
buffer = data . dup
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
# Released under the MIT License.
4
- # Copyright, 2022-2023 , by Samuel Williams.
4
+ # Copyright, 2022-2024 , by Samuel Williams.
5
5
6
6
require "covered/sus"
7
7
include Covered ::Sus
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
# Released under the MIT License.
4
- # Copyright, 2022-2023 , by Samuel Williams.
4
+ # Copyright, 2022-2024 , by Samuel Williams.
5
5
6
6
require "zlib"
7
7
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
# Released under the MIT License.
4
- # Copyright, 2022-2023 , by Samuel Williams.
4
+ # Copyright, 2022-2024 , by Samuel Williams.
5
5
6
6
require_relative "constants"
7
7
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
# Released under the MIT License.
4
- # Copyright, 2022-2023 , by Samuel Williams.
4
+ # Copyright, 2022-2024 , by Samuel Williams.
5
5
6
6
require_relative "constants"
7
7
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
# Released under the MIT License.
4
- # Copyright, 2019-2023 , by Samuel Williams.
4
+ # Copyright, 2019-2024 , by Samuel Williams.
5
5
6
6
require "digest/sha1"
7
7
require "securerandom"
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
# Released under the MIT License.
4
- # Copyright, 2019-2023 , by Samuel Williams.
4
+ # Copyright, 2019-2024 , by Samuel Williams.
5
5
6
6
require "protocol/websocket"
7
7
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
# Released under the MIT License.
4
- # Copyright, 2023, by Samuel Williams.
4
+ # Copyright, 2023-2024 , by Samuel Williams.
5
5
6
6
require "protocol/websocket/close_frame"
7
7
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
# Released under the MIT License.
4
- # Copyright, 2022-2023 , by Samuel Williams.
4
+ # Copyright, 2022-2024 , by Samuel Williams.
5
5
6
6
require "protocol/websocket/extensions"
7
7
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
# Released under the MIT License.
4
- # Copyright, 2023, by Samuel Williams.
4
+ # Copyright, 2023-2024 , by Samuel Williams.
5
5
6
6
require "protocol/websocket/frame"
7
7
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
# Released under the MIT License.
4
- # Copyright, 2023, by Samuel Williams.
4
+ # Copyright, 2023-2024 , by Samuel Williams.
5
5
6
6
require "protocol/websocket/framer"
7
7
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
# Released under the MIT License.
4
- # Copyright, 2019-2023 , by Samuel Williams.
4
+ # Copyright, 2019-2024 , by Samuel Williams.
5
5
6
6
require "protocol/websocket/headers"
7
7
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
# Released under the MIT License.
4
- # Copyright, 2023, by Samuel Williams.
4
+ # Copyright, 2023-2024 , by Samuel Williams.
5
5
6
6
require "protocol/websocket/pong_frame"
7
7
You can’t perform that action at this time.
0 commit comments