moto 1.0.9 → 1.0.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: 7b6c96253d3998567fba32a47a76c3423f48f060
4
- data.tar.gz: 44387d99086c820a7eb5fb205f5966020bfbf4ef
3
+ metadata.gz: 773de397a99f3862e2cb222b1f564f0a36f0f8a5
4
+ data.tar.gz: 2ebf26e7f81c6ae9e35d32cd6fb6b62e7652de86
5
5
  SHA512:
6
- metadata.gz: 103244c5e1a8634251f0962d4f48b029da7ad605efc739b18eeb38c989f536093cc050c4b160e03af908a3043fc8e6df4b99deae3974277129c823806e36d7d1
7
- data.tar.gz: 6a7ccaa1e1e50ea90b6680220a965f15bb91320c6abbd6489540eaf3ac975df93de5b0bcf012e91dd7ff760df74c53810e20c5c4487e12190ca11901eaa5def6
6
+ metadata.gz: d59a0a49f9baf4e2fa5028cdb2e34fc237c3548ea8e86a17597953fb1b44aad2119372dcae29b229d577f52be81d824dd6575dd1b05aeb2894073f8f53c5d54d
7
+ data.tar.gz: d089470b8b68bf94b430a7c09f1637c35bd454c375a632d04e43f132fdb4dcf1426f09bca6b1374d31cea88c56880e5e762a14004085779483e1cee6fa800ebe
data/lib/test/metadata.rb CHANGED
@@ -12,6 +12,7 @@ module Moto
12
12
  # @param [String] test_path Absolute path to file with test
13
13
  def initialize(test_path)
14
14
  @test_path = test_path
15
+ @test_repeat = 1
15
16
  end
16
17
 
17
18
  # Text of the file with test
data/lib/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Moto
2
- VERSION = '1.0.9'
2
+ VERSION = '1.0.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: 1.0.9
4
+ version: 1.0.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: 2018-02-02 00:00:00.000000000 Z
14
+ date: 2018-02-05 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: activesupport