minitest-utils 0.2.5 → 0.2.6

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: 00753f8eeec8385e0d3f1977151b7cd9a26216fa
4
- data.tar.gz: 570952f23cabfc13096ad2705704fde50b5309a2
3
+ metadata.gz: 4bebfb2f600ac607be601a9950c85b1835db72c8
4
+ data.tar.gz: e97528fa00c3f02d7325eda28b96d6022b5d5306
5
5
  SHA512:
6
- metadata.gz: 6c5fab9d3ee176e24caf4bf8e48c76a2b95214811460f58938b058269676eabb4334c75e7d02636af0dfcb973ae2264e40121854347d58350dfe7782f2d2ddbb
7
- data.tar.gz: d3dc23facaa4dd670f34c770120690d246a58bd64c2e5946e5a90b315847a11b90f1fe0dfba49e361a7bc55fd24caf4800888ed35aefa8075625263b8becf390
6
+ metadata.gz: 7539450ea3b884120ae380c374543d579eadf792f5a0855e3a7c34d8f97492ae800f5a74969a228981dbc37a9d372d54cf3ef62001f8631ad5ec9f7c69a631e4
7
+ data.tar.gz: 64fa21ff113d552b17cc917b6b93b889d26b2aa7c05c0305789335f251a38e36175b3dbd078eb1b7e12b281c3a51d7a8a18edfac6f07cc8adb460737c92e1a60
data/LICENSE.txt ADDED
@@ -0,0 +1,22 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2015 Nando Vieira
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
22
+
@@ -1,5 +1,5 @@
1
1
  module Minitest
2
2
  module Utils
3
- VERSION = '0.2.5'
3
+ VERSION = '0.2.6'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minitest-utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nando Vieira
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-09-14 00:00:00.000000000 Z
11
+ date: 2015-11-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minitest
@@ -75,6 +75,7 @@ extra_rdoc_files: []
75
75
  files:
76
76
  - ".gitignore"
77
77
  - Gemfile
78
+ - LICENSE.txt
78
79
  - README.md
79
80
  - Rakefile
80
81
  - bin/console