test-unit-activesupport 1.1.0 → 1.1.1

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
  SHA256:
3
- metadata.gz: 72fb6f3db588c7c5fa4538ea41afb3946b625f619648b7dd5e3e7cb193cd0dc1
4
- data.tar.gz: '0887c23e8337a1bc12aa7d2cef2055d451b414b0eea049bc5023b9ce54aa7d26'
3
+ metadata.gz: 24723125f2083bcbeab4c3e54c0929dc5502f367c7a1be1e17114a81beffaf43
4
+ data.tar.gz: 2784b88a125ce8e669f443a4b4ab2de3c8378ecc3ddb5b0557a248fc80c0a164
5
5
  SHA512:
6
- metadata.gz: 2b8506271e926f244864c9207ad4080b63bbfc80de7460032b20df8a87f7e319b4a653f50c4969210596c5fbb6a496a819a259fb09adc0347d7d89cfcf459fa7
7
- data.tar.gz: 4c851c2b43def691b781fb5d48ef3115edf7299dd1204f6496a04b5b0e1eba1ddb19e4251c477a6df18e3821c9152ff177f6e01f0a01ff0b6de3b141d84f8acb
6
+ metadata.gz: dc01f3155c8efdcc1753055f9fdcf4942ea5bf8d23d64bae27e4974518af235e8a91afe2c75b02bfbbb08a4ec0caa7ee268741fc40d492643c31743f5312b633
7
+ data.tar.gz: b36b2f836a9e6bf4f5b8138d6f9410b1b749600f843611e80e35cc782fbca90b900b4049e8bc08ef622dd5f7703c05a94a64f5450057d627f3368af7b791d86d
data/doc/text/news.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # News
2
2
 
3
+ ## 1.1.1 - 2021-03-06 {#1-1-1}
4
+
5
+ ### Fixes
6
+
7
+ * Fixed a bug that Ruby < 2.3 support is dropped.
8
+ [GitHub#15][Patch by Akira Matsuda]
9
+
10
+ ### Thanks
11
+
12
+ * Akira Matsuda
13
+
3
14
  ## 1.1.0 - 2021-02-20 {#1-1-0}
4
15
 
5
16
  ### Improvements
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2012-2017 Kouhei Sutou <kou@clear-code.com>
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.0"
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 = <<~MSG
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.0
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-02-19 00:00:00.000000000 Z
11
+ date: 2022-03-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport