minitest-retry 0.1.0 → 0.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: 34effe9f4847a7d1705f3121a91dee8da757eb81
4
- data.tar.gz: 1c976adffdacb719d1e9f917234d47efc5ad51c9
3
+ metadata.gz: 7a5c7aaa785cfa8e3a1f783c872ef50bacb7a015
4
+ data.tar.gz: 2d4f93202cde6cfda763bb9706e6040781c8fd65
5
5
  SHA512:
6
- metadata.gz: 097f13c03079b3acca8a89de61319e4d439fe2148b345ad8b76f68103056542d078b6203fa3b2c23c82ce673c5f241ee53e4701aec755ff0cdcb87ef3ac8a37c
7
- data.tar.gz: f65e4a96420b41a185345f06e5a50ca576f5b7df45f88bfff27d48066cb69303b3303aa60c98683fd26a7f35679ed8335fe369ab0a08842cb14aa93d9fdb799c
6
+ metadata.gz: 6f2c694d48a368c7bc015a9d130e7a53e676e96864ebcb96842e97091390e48cb560c0e9bffc34cf1b476f7ba9fe52bfb5150c3b25654b75454f4db8c55c7539
7
+ data.tar.gz: b7fc0e3ecd3bfd0186e9561b8de90a40ab7f7f73758e6989474276e9ef2af91c198fbf7e6cfe911187468592650b62230bd7051b3d3b8439d7c00ab54f4bc899
data/LICENSE.txt ADDED
@@ -0,0 +1,22 @@
1
+ Copyright (c) 2015 Yuji Yaginuma
2
+
3
+ MIT License
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining
6
+ a copy of this software and associated documentation files (the
7
+ "Software"), to deal in the Software without restriction, including
8
+ without limitation the rights to use, copy, modify, merge, publish,
9
+ distribute, sublicense, and/or sell copies of the Software, and to
10
+ permit persons to whom the Software is furnished to do so, subject to
11
+ the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be
14
+ included in all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md CHANGED
@@ -3,6 +3,7 @@
3
3
  Re-run the test when the test fails.
4
4
 
5
5
  [![Build Status](https://travis-ci.org/y-yagi/minitest-retry.svg?branch=master)](https://travis-ci.org/y-yagi/minitest-retry)
6
+ [![Gem Version](https://badge.fury.io/rb/minitest-retry.svg)](http://badge.fury.io/rb/minitest-retry)
6
7
 
7
8
  ## Installation
8
9
 
@@ -1,5 +1,5 @@
1
1
  module Minitest
2
2
  module Retry
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minitest-retry
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yuji Yaginuma
@@ -62,6 +62,7 @@ files:
62
62
  - ".gitignore"
63
63
  - ".travis.yml"
64
64
  - Gemfile
65
+ - LICENSE.txt
65
66
  - README.md
66
67
  - Rakefile
67
68
  - bin/console