Skip to content

Commit

Permalink
2023-01-08 v. 1.0.8.2: removed all reachable checker
Browse files Browse the repository at this point in the history
  • Loading branch information
fartem committed Jul 8, 2023
1 parent 62b9506 commit 48a0bfe
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 49 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/schedule.yml

This file was deleted.

28 changes: 0 additions & 28 deletions ci/all_reachable_checker.rb

This file was deleted.

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 = '1.0.8.1'
s.version = '1.0.8.2'
s.license = 'MIT'
s.files = ::Dir['lib/**/*.rb'] + %w[bin/leetcode-ruby README.md LICENSE]
s.executable = 'leetcode-ruby'
Expand Down

0 comments on commit 48a0bfe

Please sign in to comment.