moto 0.9.9 → 0.9.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: abde3c35db82b304df03f9cbbbca625f56b05e79
4
- data.tar.gz: 2f7dd9a4b43582d7d94520a2570be59bb7c6fcd6
3
+ metadata.gz: ca6c20b7f4e8e0cee81b903f30b6fe27e2d6c7e3
4
+ data.tar.gz: be348dc99ec4679540a44c0600df952bc3cf28d7
5
5
  SHA512:
6
- metadata.gz: 3e4eed9c90ebb3ffc62e4fad7e52df2572e58abd4dbb9e8c826b3314373a817824b2275c9143bcbacab27c907fa916d3c7fbe9010f80501fb3a519e475151f4c
7
- data.tar.gz: 192690e0a2306bf2548505242b9926ec8efbcae8c48ca2798728ad53b4495cb59a0d0fe42e4282c4bf6de53d56c16514bb548f0dfce9c4fb264418bae3d3a7d4
6
+ metadata.gz: 4c212aec57badffad322784d3bbd76d38d9293f8614f7c0426e3811dff2ce1802aa35cb104a896648b4350b9b4cca032bef88bacf52542cd9934cbc40636ccb4
7
+ data.tar.gz: 70d924d0dd98158e4720055151c339ae7bb35594e5e7fdae978d6b76bf5b726d315313bfb4769447e511d67ed5b059eb78e3fcd6a3d998bec88ebb5e3ce712f5
@@ -59,6 +59,12 @@ module Moto
59
59
  opts.on('--dry-run') { options[:dry_run] = true }
60
60
  end.parse!
61
61
 
62
+ if options[:tests]
63
+ options[:tests].each do |path|
64
+ path.sub!(%r{\/$}, '') # remove trailing "/"
65
+ end
66
+ end
67
+
62
68
  if options[:run_name].nil?
63
69
  options[:run_name] = evaluate_name(options[:tests], options[:tags], options[:filters])
64
70
  end
@@ -52,6 +52,7 @@ module Moto
52
52
  when Moto::Test::Result::ERROR then 'E'
53
53
  when Moto::Test::Result::SKIPPED then 's'
54
54
  end
55
+ STDOUT.flush
55
56
  end
56
57
 
57
58
  end
@@ -1,3 +1,3 @@
1
1
  module Moto
2
- VERSION = '0.9.9'
2
+ VERSION = '0.9.10'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: moto
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.9
4
+ version: 0.9.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bartek Wilczek
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2017-04-25 00:00:00.000000000 Z
14
+ date: 2017-05-12 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: activesupport