Skip to content

Commit

Permalink
Translate error (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonovk authored Nov 3, 2023
1 parent 84cf924 commit 8198e17
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
boaw (0.1.0)
boaw (0.1.1)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/boaw/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

class Boaw
VERSION = '0.1.0'
VERSION = '0.1.1'
end
2 changes: 1 addition & 1 deletion lib/xdotool/base_error.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Xdotool
# default error
class BaseError < StandardError
def message
'не удалось инициализировать модуль xdotool'
'failed to initialize xdotool module'
end
end
end
2 changes: 1 addition & 1 deletion test/lib/boaw/version_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

class VersionTest < Minitest::Test
def test_version
assert_equal '0.1.0', Boaw::VERSION
assert_equal '0.1.1', Boaw::VERSION
end
end

0 comments on commit 8198e17

Please sign in to comment.