Skip to content

Commit

Permalink
Merge branch 'master' of github.com:serpapi/turbo_tests into windows-…
Browse files Browse the repository at this point in the history
…support
  • Loading branch information
ilyazub committed Apr 10, 2024
2 parents b4ad8f4 + 7031210 commit 8af698e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
6 changes: 5 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
PATH
remote: .
specs:
turbo_tests (2.2.0)
turbo_tests (2.2.1)
fileutils (~> 1.4)
json (~> 2.3)
open3 (~> 0.1)
ostruct (~> 0.2)
parallel_tests (>= 3.3.0, < 5)
rspec (>= 3.10)

Expand All @@ -13,8 +15,10 @@ GEM
coderay (1.1.3)
diff-lcs (1.5.0)
fileutils (1.7.2)
json (2.7.2)
method_source (1.0.0)
open3 (0.2.1)
ostruct (0.6.0)
parallel (1.22.1)
parallel_tests (4.2.0)
parallel
Expand Down
1 change: 1 addition & 0 deletions lib/turbo_tests.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
require "securerandom"
require "open3"
require "fileutils"
require "ostruct"
require "json"

require "rspec"
Expand Down
2 changes: 1 addition & 1 deletion lib/turbo_tests/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module TurboTests
VERSION = "2.2.0"
VERSION = "2.2.1"
end
2 changes: 1 addition & 1 deletion lib/utils/hash_extension.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ def to_struct
end)
end
end
end
end
2 changes: 2 additions & 0 deletions turbo_tests.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ Gem::Specification.new do |spec|
spec.add_dependency "parallel_tests", ">= 3.3.0", "< 5"
spec.add_dependency "fileutils", "~> 1.4"
spec.add_dependency "open3", "~> 0.1"
spec.add_dependency "json", "~> 2.3"
spec.add_dependency "ostruct", "~> 0.2"

spec.add_development_dependency "pry", "~> 0.14"

Expand Down

0 comments on commit 8af698e

Please sign in to comment.