rspec-support 3.11.1 → 3.12.0
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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/Changelog.md +8 -1
- data/lib/rspec/support/ruby_features.rb +4 -0
- data/lib/rspec/support/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +4 -4
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5542244493fabc5ed010fb15a2df9ecbe1098e2e9a9ae92a81d4cc126ef2c31f
|
|
4
|
+
data.tar.gz: 47743f4bd2b89824843b3112999a6bf733ea6bc0c1305917048cf0fa341e9e6b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e672b3b674c957f99e534406df56dc7417619ca44015378434a3e98e9be91ca8f81509ab0b6bba2ad460047ce74da8fb88d225d9ad3a3b6a8676a977971dd4d9
|
|
7
|
+
data.tar.gz: aee8eb87ddeef4c23b83e5a73b5fa450d360f0671ba796e4471e16be2daf34b804b62764d703c750bbacbd96243e3f100676d54be034f62fc1a052e5c8d90482
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/Changelog.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
### Development
|
|
2
|
-
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.
|
|
2
|
+
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.12.0...3-12-maintenance)
|
|
3
|
+
|
|
4
|
+
### 3.12.0 / 2022-10-26
|
|
5
|
+
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.11.1...v3.12.0)
|
|
6
|
+
Enhancements:
|
|
7
|
+
|
|
8
|
+
* Add `RSpec::Support::RubyFeatures.distincts_kw_args_from_positional_hash?`
|
|
9
|
+
(Jean byroot Boussier, #535)
|
|
3
10
|
|
|
4
11
|
### 3.11.1 / 2022-09-12
|
|
5
12
|
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.11.0...v3.11.1)
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rspec-support
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.
|
|
4
|
+
version: 3.12.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Chelimsky
|
|
@@ -48,7 +48,7 @@ cert_chain:
|
|
|
48
48
|
ZsVDj6a7lH3cNqtWXZxrb2wO38qV5AkYj8SQK7Hj3/Yui9myUX3crr+PdetazSqQ
|
|
49
49
|
F3MdtaDehhjC
|
|
50
50
|
-----END CERTIFICATE-----
|
|
51
|
-
date: 2022-
|
|
51
|
+
date: 2022-10-26 00:00:00.000000000 Z
|
|
52
52
|
dependencies:
|
|
53
53
|
- !ruby/object:Gem::Dependency
|
|
54
54
|
name: rake
|
|
@@ -125,7 +125,7 @@ licenses:
|
|
|
125
125
|
- MIT
|
|
126
126
|
metadata:
|
|
127
127
|
bug_tracker_uri: https://github.com/rspec/rspec-support/issues
|
|
128
|
-
changelog_uri: https://github.com/rspec/rspec-support/blob/v3.
|
|
128
|
+
changelog_uri: https://github.com/rspec/rspec-support/blob/v3.12.0/Changelog.md
|
|
129
129
|
documentation_uri: https://rspec.info/documentation/
|
|
130
130
|
mailing_list_uri: https://groups.google.com/forum/#!forum/rspec
|
|
131
131
|
source_code_uri: https://github.com/rspec/rspec-support
|
|
@@ -148,5 +148,5 @@ requirements: []
|
|
|
148
148
|
rubygems_version: 3.1.6
|
|
149
149
|
signing_key:
|
|
150
150
|
specification_version: 4
|
|
151
|
-
summary: rspec-support-3.
|
|
151
|
+
summary: rspec-support-3.12.0
|
|
152
152
|
test_files: []
|
metadata.gz.sig
CHANGED
|
Binary file
|