Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #334 from takkii/develop
Browse files Browse the repository at this point in the history
Update.
  • Loading branch information
takkii authored Apr 16, 2024
2 parents e14f635 + 7253f49 commit 6bb602b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion coverage/.resultset.json
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@
]
}
},
"timestamp": 1713236969
"timestamp": 1713257383
},
"RSpec": {
"coverage": {
Expand Down
5 changes: 0 additions & 5 deletions lib/minitest/version.rb

This file was deleted.

2 changes: 1 addition & 1 deletion lib/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module EngineLeft
VERSION = '1.2.8'.freeze
VERSION = '1.2.8.1'.freeze
end

__END__
2 changes: 1 addition & 1 deletion req/minitest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
require 'minitest'
require 'minitest/autorun'
require 'minitest/unit'
require './lib/minitest/runner'
require 'minitest/runner'
# --------------------------------------

0 comments on commit 6bb602b

Please sign in to comment.