test_launcher 2.13.0 → 2.14.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/test_launcher/rubymine/launcher.rb +1 -1
- data/lib/test_launcher/version.rb +1 -1
- data/test/install +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e3b59f00b901cff2468945b801e83ea7cf896709
|
4
|
+
data.tar.gz: 657c4065ed96c0c9b965064edbc0ddf6dac808b1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d4a978c3bdd1b7e569722c19923249f883e290024b2380e1077e79b9c9c23c42b8a9ca0e93c6065aa243bd9741ca34c897ea98608474041055bfb0094388d6d2
|
7
|
+
data.tar.gz: bc82003b5c1e82a701fa7777af459f184999d293f0f05eac52ed1e82b7f90711e5db53012142d1d05e92277030a2801adc3c92f79585af87cbd6fb0ce6ef4941
|
@@ -14,7 +14,7 @@ module TestLauncher
|
|
14
14
|
if args.any? {|a| a.match("ruby-debug-ide")}
|
15
15
|
shell.puts "test_launcher: hijacking and debugging"
|
16
16
|
|
17
|
-
debug_command = "cd #{test_case.app_root} && ruby -I test #{args.join(" ")}"
|
17
|
+
debug_command = "cd #{test_case.app_root} && bundle exec ruby -I test #{args.join(" ")}"
|
18
18
|
shell.puts debug_command
|
19
19
|
shell.exec debug_command
|
20
20
|
else
|
data/test/install
CHANGED
@@ -1,3 +1,3 @@
|
|
1
1
|
#!/usr/bin/env bash
|
2
2
|
|
3
|
-
gem uninstall -Ix test_launcher && gem build test_launcher.gemspec && gem install test_launcher-`grep -oEi '\d
|
3
|
+
gem uninstall -Ix test_launcher && gem build test_launcher.gemspec && gem install test_launcher-`grep -oEi '\d+\.\d+\.\d+' lib/test_launcher/version.rb`.gem
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: test_launcher
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.14.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pete Kinnecom
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-05-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|