guard-minitest 2.1.0 → 2.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1497dd4a33c2958985310bafa7c76547534c5790
4
- data.tar.gz: 5fec2bebb83ec7b7dac97ae916ae52b5c9b54263
3
+ metadata.gz: 2da8e0499d7e08f7f8a57a1f4239bcec7b531f05
4
+ data.tar.gz: cba6e74d584a6a631b4141d0e2f95550ecec6d37
5
5
  SHA512:
6
- metadata.gz: aa5c052ec6ef9090a406f6769ad3dd46e60ccdca244c673c4ad0c270d64887f04225ccf921bb53f8e001c9c3377bbb8a53d74f4684a3f8f27a84e10db06dd3c6
7
- data.tar.gz: 426768394db57df8b0aa7f217bf96b101730fc33462989dde05c0aa55d05a1c375584257cd7c0e2819112d8a259ca7faab00ed99fa4e7a212e45391a660e7a7c
6
+ metadata.gz: 8b037a79688a524bab6fdb14801e8e404ccab09cc0abce3295de8816e2815b8f021305bd9dfd7995fa10bec64ca35fe11cb6b310ecdb23ac4c058d838a7f0c41
7
+ data.tar.gz: 0f87a6bcd7f791f69bfc9e682e15b568f78b5d0d7d821c750f655e2389d0112da4807883b74fe5864b126bffaf44ef7a388202a7f8711157e9e353a445c0b7c8
@@ -118,11 +118,10 @@ module Guard
118
118
  command = @options[:spring].is_a?(String) ? @options[:spring] : 'testunit'
119
119
  cmd_parts = ['spring', command]
120
120
  cmd_parts << File.expand_path('../runners/old_runner.rb', __FILE__) unless minitest_version_gte_5?
121
-
122
121
  if cli_options.length > 0
123
- cmd_parts + relative_paths(paths) + ['--'] + cli_options
122
+ cmd_parts + paths + ['--'] + cli_options
124
123
  else
125
- cmd_parts + relative_paths(paths)
124
+ cmd_parts + paths
126
125
  end
127
126
  end
128
127
 
@@ -1,7 +1,7 @@
1
1
  module Guard
2
2
  class MinitestVersion
3
3
 
4
- VERSION = '2.1.0'
4
+ VERSION = '2.1.1'
5
5
 
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard-minitest
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yann Lugrin
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-11-16 00:00:00.000000000 Z
12
+ date: 2013-11-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: guard