test-unit-activesupport 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/doc/text/news.md +11 -0
- data/lib/test/unit/active_support/version.rb +2 -2
- data/lib/test/unit/active_support.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 24723125f2083bcbeab4c3e54c0929dc5502f367c7a1be1e17114a81beffaf43
|
4
|
+
data.tar.gz: 2784b88a125ce8e669f443a4b4ab2de3c8378ecc3ddb5b0557a248fc80c0a164
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dc01f3155c8efdcc1753055f9fdcf4942ea5bf8d23d64bae27e4974518af235e8a91afe2c75b02bfbbb08a4ec0caa7ee268741fc40d492643c31743f5312b633
|
7
|
+
data.tar.gz: b36b2f836a9e6bf4f5b8138d6f9410b1b749600f843611e80e35cc782fbca90b900b4049e8bc08ef622dd5f7703c05a94a64f5450057d627f3368af7b791d86d
|
data/doc/text/news.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (C) 2012-
|
1
|
+
# Copyright (C) 2012-2022 Sutou Kouhei <kou@clear-code.com>
|
2
2
|
#
|
3
3
|
# This library is free software; you can redistribute it and/or
|
4
4
|
# modify it under the terms of the GNU Lesser General Public
|
@@ -17,7 +17,7 @@
|
|
17
17
|
module Test
|
18
18
|
module Unit
|
19
19
|
module ActiveSupport
|
20
|
-
VERSION = "1.1.
|
20
|
+
VERSION = "1.1.1"
|
21
21
|
end
|
22
22
|
end
|
23
23
|
end
|
@@ -92,7 +92,7 @@ module ActiveSupport
|
|
92
92
|
assert_nothing_raised(&block)
|
93
93
|
rescue Test::Unit::AssertionFailedError => e
|
94
94
|
if tagged_logger && tagged_logger.warn?
|
95
|
-
warning =
|
95
|
+
warning = <<-MSG.gsub(/^\s+/, "")
|
96
96
|
#{self.class} - #{name}: #{e.error.class} raised.
|
97
97
|
If you expected this exception, use `assert_raise` as near to the code that raises as possible.
|
98
98
|
Other block based assertions (e.g. `#{assertion}`) can be used, as long as `assert_raise` is inside their block.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: test-unit-activesupport
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kouhei Sutou
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-03-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|