moto 1.1.3 → 1.1.4

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: 3dadc0ddcc2f14516ea05454e506bd070927ebfe
4
- data.tar.gz: 4c843c4d82109848cfb09325642fb4adbd0d4f1c
3
+ metadata.gz: a363f8cb75325f915a8d93bc1ed70cf2ca463989
4
+ data.tar.gz: 85fadc6408d3d036b8128f3a7ef3ec75147150d3
5
5
  SHA512:
6
- metadata.gz: 56d6e6a7eab09cc12e5ac05e876eddd8ed8bd3609de77b9842f334cc19e8b785c1db6620524e87b8874b3790f9e0b965d4ff7c2a72aaafbef8cbf190a01da661
7
- data.tar.gz: 0d4f567d1b2407a135ffa64eae977e8b88fb5d03b849c9f5d3c18486c4f450891275de370c106c842052ed9c528af15a0b9ff3fa513bf928391d2c29187197eb
6
+ metadata.gz: 1f4fca1306f23d4204586ab4db764262b37573f62987aebdf46d35d4f9f402e701c1c6ca838e11b1b41bb117397dbc1cd04e6bc0e0b7d587cd1bc8e50d0a1053
7
+ data.tar.gz: 7340766bd423343db618046782b5f279854799324d8bb9c29afdd9e22cca849bc2ed60098b09c16b91dd88190785c93d76d5ebf31e76b1674bf643e720b88113
@@ -92,8 +92,6 @@ module Moto
92
92
  # we're just duplicating the same data
93
93
  @tests = @tests.values
94
94
 
95
- start_time = Time.now.to_f
96
-
97
95
  while !@tests.empty?
98
96
  partial_run_data = {
99
97
  path: @mwui_path,
@@ -110,9 +108,6 @@ module Moto
110
108
  }
111
109
 
112
110
  response = JSON.parse(response, symbolize_names: true)
113
-
114
- pp Time.now.to_f - start_time
115
-
116
111
  response
117
112
  end
118
113
 
data/lib/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Moto
2
- VERSION = '1.1.3'
2
+ VERSION = '1.1.4'
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: 1.1.3
4
+ version: 1.1.4
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: 2018-02-09 00:00:00.000000000 Z
14
+ date: 2018-02-12 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: activesupport