activesupport-deprecation_test_helper 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 +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +1 -1
- data/lib/active_support/deprecation_test_helper.rb +1 -1
- data/lib/active_support/deprecation_test_helper/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 86d5f70ba087c179678f7988408723d9f6b46f65db19fdd74a1eed10bd11b36c
|
4
|
+
data.tar.gz: 359a8f9dbaab27092731a9367dfb7f203351537dde1852864c33c4e164d05bad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 553765d0da0b759bab56c061370178740bb46879cddb0d592571ddc9215706741cc529e2df385e104aa99dc5f47501357dff8cb3f3df5468fd50c429a6b67c1a
|
7
|
+
data.tar.gz: 02eb1ab2ead804629457e0ce9ddba82e5eb5fdfc2f974593b71f72427d272dee3c1ddacf278360881cf20b032c7d88aecde4e44e18797a7b10925da3b79334fe
|
data/CHANGELOG.md
CHANGED
@@ -4,6 +4,10 @@ Inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|
4
4
|
|
5
5
|
Note: this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
6
6
|
|
7
|
+
## [0.1.1] - 2020-06-18
|
8
|
+
### Fixed
|
9
|
+
- RSpec configuration no longer runs multiple times during the test run
|
10
|
+
|
7
11
|
## [0.1.0] - 2020-06-18
|
8
12
|
### Added
|
9
13
|
- Added ability to configure your tests to record and report unexpected deprecation warnings
|
data/Gemfile.lock
CHANGED