Skip to content

Commit 5d38617

Browse files
authored
2025-01-06 v. 7.7.3.1: updated LCSC
2 parents d6b7d8c + cf5a179 commit 5d38617

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lcsp/counter.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ module LCSC
66
# Solutions counter.
77
class LCSCCounter
88
# @param {String} path
9-
def initialize
10-
@path = './'
9+
def initialize(path)
10+
@path = path
1111
end
1212

1313
# @return {Integer}

leetcode-ruby.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ require 'English'
55
::Gem::Specification.new do |s|
66
s.required_ruby_version = '>= 3.0'
77
s.name = 'leetcode-ruby'
8-
s.version = '7.7.3'
8+
s.version = '7.7.3.1'
99
s.license = 'MIT'
1010
s.files = ::Dir['lib/**/*.rb'] + %w[README.md]
1111
s.executable = 'leetcode-ruby'

0 commit comments

Comments
 (0)