minitest-retry 0.1.1 → 0.1.2

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: 7a5c7aaa785cfa8e3a1f783c872ef50bacb7a015
4
- data.tar.gz: 2d4f93202cde6cfda763bb9706e6040781c8fd65
3
+ metadata.gz: 55cf962f34ffa12036ba3a598de20f2f367bc3e0
4
+ data.tar.gz: 52835e9e7688f6308cb2dbd3ff2f60e03050cfd7
5
5
  SHA512:
6
- metadata.gz: 6f2c694d48a368c7bc015a9d130e7a53e676e96864ebcb96842e97091390e48cb560c0e9bffc34cf1b476f7ba9fe52bfb5150c3b25654b75454f4db8c55c7539
7
- data.tar.gz: b7fc0e3ecd3bfd0186e9561b8de90a40ab7f7f73758e6989474276e9ef2af91c198fbf7e6cfe911187468592650b62230bd7051b3d3b8439d7c00ab54f4bc899
6
+ metadata.gz: 2004d44024d02eec4a23eff0526b6972eb3de651886ef8dee8b692a38d4fbe54a7decd8c922b9ac9ba2544d83d7538b3b6ac3150072ad8b3b653f7f6c6d18e7d
7
+ data.tar.gz: 208085811636c41db4f0eed8b6ef4c04bccb66cde009bdd89f61c62ac66db3db661d132ee1d39c588d77e31e09799f36e38f6bf2bc0d4736d466ed905020bd74
@@ -1,5 +1,5 @@
1
1
  module Minitest
2
2
  module Retry
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
@@ -11,6 +11,7 @@ Gem::Specification.new do |spec|
11
11
  spec.summary = %q{re-run the test when the test fails}
12
12
  spec.description = %q{re-run the test when the test fails}
13
13
  spec.homepage = "https://github.com/y-yagi/minitest-retry"
14
+ spec.license = "MIT"
14
15
 
15
16
  # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
16
17
  # delete this section to allow pushing this gem to any host.
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.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yuji Yaginuma
@@ -71,7 +71,8 @@ files:
71
71
  - lib/minitest/retry/version.rb
72
72
  - minitest-retry.gemspec
73
73
  homepage: https://github.com/y-yagi/minitest-retry
74
- licenses: []
74
+ licenses:
75
+ - MIT
75
76
  metadata:
76
77
  allowed_push_host: https://rubygems.org
77
78
  post_install_message: