Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ci/links_checker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class LinksChecker < ::CI::CIJob
def process
check('easy')
check('medium')
check('hard')
end

private
Expand Down
1 change: 1 addition & 0 deletions ci/readme_duplicates_checker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class ReadmeDuplicatesChecker < ::CI::CIJob
def process
check('easy')
check('medium')
check('hard')
end

private
Expand Down
1 change: 1 addition & 0 deletions ci/readme_paths_checker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class ReadmePathsChecker < ::CI::CIJob
def process
check('easy')
check('medium')
check('hard')
end

private
Expand Down
1 change: 1 addition & 0 deletions ci/tests_checker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class TestsChecker < ::CI::CIJob
def process
check('easy')
check('medium')
check('hard')
end

private
Expand Down
2 changes: 1 addition & 1 deletion leetcode-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require 'English'
::Gem::Specification.new do |s|
s.required_ruby_version = '>= 3.0'
s.name = 'leetcode-ruby'
s.version = '7.6.0'
s.version = '7.6.0.1'
s.license = 'MIT'
s.files = ::Dir['lib/**/*.rb'] + %w[README.md]
s.executable = 'leetcode-ruby'
Expand Down
Loading