doubleshot 1.0.4-java → 1.0.5-java
Sign up to get free protection for your applications and to get access to all the features.
- data/Doubleshot +1 -1
- data/lib/doubleshot/commands/test.rb +1 -1
- data/target/doubleshot.jar +0 -0
- metadata +2 -2
data/Doubleshot
CHANGED
@@ -222,7 +222,7 @@ class Doubleshot::CLI::Commands::Test < Doubleshot::CLI
|
|
222
222
|
|
223
223
|
puts "Completed in #{duration}s"
|
224
224
|
else
|
225
|
-
puts "\nNo matching test for #{path.relative_path_from(
|
225
|
+
puts "\nNo matching test for #{path.relative_path_from(Pathname::pwd.expand_path)}"
|
226
226
|
end
|
227
227
|
end
|
228
228
|
end
|
data/target/doubleshot.jar
CHANGED
Binary file
|
metadata
CHANGED
@@ -2,14 +2,14 @@
|
|
2
2
|
name: doubleshot
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 1.0.
|
5
|
+
version: 1.0.5
|
6
6
|
platform: java
|
7
7
|
authors:
|
8
8
|
- Sam Smoot
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-12-
|
12
|
+
date: 2012-12-04 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: minitest
|