| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: ruby3.4-rubygem-rspec-support | Distribution: SUSE Linux 16 |
| Version: 3.12.0 | Vendor: SUSE LLC <https://www.suse.com/> |
| Release: 160000.2.2 | Build date: Fri Oct 28 07:06:13 2022 |
| Group: Development/Languages/Ruby | Build host: reproducible |
| Size: 148116 | Source RPM: rubygem-rspec-support-3.12.0-160000.2.2.src.rpm |
| Packager: https://www.suse.com/ | |
| Url: https://github.com/rspec/rspec-support | |
| Summary: Common code needed by the other RSpec gems | |
Support utilities for RSpec gems.
MIT
* Fri Oct 28 2022 coolo@suse.com
updated to version 3.12.0
see installed Changelog.md
* Mon Oct 10 2022 coolo@suse.com
updated to version 3.11.1
see installed Changelog.md
* Tue Feb 15 2022 coolo@suse.com
updated to version 3.11.0
see installed Changelog.md
[#]## Development
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.11.0...3-11-maintenance)
[#]## 3.11.0 / 2022-02-09
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.10.3...v3.11.0)
No changes. Released to support other RSpec releases.
* Sat Dec 25 2021 mschnitzer@suse.com
- updated to version 3.10.3
[#]## 3.10.3 / 2021-11-03
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.10.2...v3.10.3)
Bug Fixes:
* Use `Mutex#owned?` to allow `RSpec::Support::ReentrantMutex` to work in
nested Fibers on Ruby 3.0 and later. (Benoit Daloze, #503, #504)
* Support `end`-less methods in `RSpec::Support::Source::Token`
so that RSpec won't hang when an `end`-less method raises an error. (Yuji Nakayama, #505)
* Sat Feb 06 2021 mschnitzer@suse.com
- updated to version 3.10.2
[#]## 3.10.2 / 2021-01-28
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.10.1...v3.10.2)
Bug Fixes:
* Fix issue with `RSpec::Support.define_optimized_require_for_rspec` on JRuby
9.1.17.0 (Jon Rowe, #492)
* Wed Jan 20 2021 mschnitzer@suse.com
- updated to version 3.10.1
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.10.0...v3.10.1)
Bug Fixes:
* Fix deprecation expectations to fail correctly when
asserting on messages. (Phil Pirozhkov, #453)
* Wed Nov 11 2020 mschnitzer@suse.com
- updated to version 3.10.0
No changes. Released to support other RSpec releases.
* Thu May 07 2020 coolo@suse.com
- updated to version 3.9.3
see installed Changelog.md
[#]## 3.9.3 / 2020-05-02
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.9.2...v3.9.3)
Bug Fixes:
* Mark ripper as unsupported on Truffle Ruby. (Brandon Fish, #395)
* Mark ripper as unsupported on JRuby 9.2.0.0. (Brian Hawley, #400)
* Capture `Mutex.new` for our `RSpec::Support:Mutex` in order to
allow stubbing `Mutex.new`. (Jon Rowe, #411)
* Mon Jan 27 2020 mschnitzer@suse.com
- updated to version 3.9.2
* Remove unneeded eval. (Matijs van Zuijlen, #394)
* Tue Nov 12 2019 mschnitzer@suse.com
- updated to version 3.9.0
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.8.3...v3.9.0)
* NO CHANGES*
Version 3.9.0 was released to allow other RSpec gems to release 3.9.0.
* Mon Jul 08 2019 mschnitzer@suse.com
- updated to version 3.8.2
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.8.1...v3.8.2)
Bug Fixes:
* Ensure that optional hash arguments are recognised correctly vs keyword
arguments. (Evgeni Dzhelyov, #366)
* Ensure that an empty hash is recognised as empty keyword arguments when
applicable. (Thomas Walpole, #375)
* Ensure that diffing truthy values produce diffs consistently.
(Lucas Nestor, #377)
[#]## 3.8.1 / 2019-03-03
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.8.0...v3.8.1)
Bug Fixes:
* Ensure that inspecting a `SimpleDelegator` based object works regardless of
visibilty of the `__getobj__` method. (Jon Rowe, #369)
* Sun Aug 05 2018 mschnitzer@suse.com
- updated to version 3.8.0
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.7.1...v3.8.0)
Bug Fixes:
* Order hash keys before diffing to improve diff accuracy when using mocked calls.
(James Crisp, #334)
* Thu Feb 08 2018 coolo@suse.com
- updated to version 3.7.1
see installed Changelog.md
* Thu Oct 26 2017 coolo@suse.com
- updated to version 3.7.0
see installed Changelog.md
[#]## Development
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.7.0...master)
[#]## 3.7.0 / 2017-05-04
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.6.0...v3.7.0)
Enhancements:
* Improve compatibility with `--enable-frozen-string-literal` option
on Ruby 2.3+. (Pat Allan, #320)
* Add `Support.class_of` for extracting class of any object.
(Yuji Nakayama, #325)
Bug Fixes:
* Fix recursive const support to not blow up when given buggy classes
that raise odd errors from `#to_str`. (Myron Marston, #317)
* Tue May 23 2017 coolo@suse.com
- updated to version 3.6.0
see installed Changelog.md
[#]## 3.6.0 / 2017-05-04
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.6.0.beta2...3.6.0)
Enhancements:
* Import `Source` classes from rspec-core. (Yuji Nakayama, #315)
[#]## 3.6.0.beta2 / 2016-12-12
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.6.0.beta1...v3.6.0.beta2)
No user-facing changes.
[#]## 3.6.0.beta1 / 2016-10-09
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.5.0...v3.6.0.beta1)
Bug Fixes:
* Prevent truncated formatted object output from mangling console codes. (#294, Anson Kelly)
* Sat Jul 02 2016 coolo@suse.com
- updated to version 3.5.0
see installed Changelog.md
[#]## 3.5.0 / 2016-07-01
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.5.0.beta4...v3.5.0)
* *No user facing changes since beat4**
[#]## 3.5.0.beta4 / 2016-06-05
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.5.0.beta3...v3.5.0.beta4)
Enhancements:
* Improve `MethodSignature` to better support keyword arguments. (#250, Rob Smith).
[#]## 3.5.0.beta3 / 2016-04-02
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.5.0.beta2...v3.5.0.beta3)
Bug Fixes:
* Fix `EncodedString` to properly handle the behavior of `String#split`
on JRuby when the string contains invalid bytes. (Jon Rowe, #268)
* Fix `ObjectFormatter` so that formatting objects that don't respond to
`#inspect` (such as `BasicObject`) does not cause `NoMethodError`.
(Yuji Nakayama, #269)
* Fix `ObjectFormatter` so that formatting recursive array or hash does not
cause `SystemStackError`. (Yuji Nakayama, #270, #272)
[#]## 3.5.0.beta2 / 2016-03-10
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.5.0.beta1...v3.5.0.beta2)
No user-facing changes.
[#]## 3.5.0.beta1 / 2016-02-06
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.4.1...v3.5.0.beta1)
Enhancements:
* Improve formatting of objects by allowing truncation to a pre-configured length.
(Liam M, #256)
* Mon Nov 23 2015 coolo@suse.com
- updated to version 3.4.1
see installed Changelog.md
[#]## 3.4.1 / 2015-11-20
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.4.0...v3.4.1)
Bug Fixes:
* Fix `RSpec::Support::RubyFeature.ripper_supported?` so it returns
`false` on Rubinius since the Rubinius team has no plans to support
it. This prevents rspec-core from trying to load and use ripper to
extract failure snippets. (Aaron Stone, #251)
* Fri Nov 13 2015 coolo@suse.com
- updated to version 3.4.0
see installed Changelog.md
[#]## 3.4.0 / 2015-11-11
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.3.0...v3.4.0)
Enhancements:
* Improve formatting of `Delegator` based objects (e.g. `SimpleDelgator`) in
failure messages and diffs. (Andrew Horner, #215)
* Add `ComparableVersion`. (Yuji Nakayama, #245)
* Add `Ripper` support detection. (Yuji Nakayama, #245)
Bug Fixes:
* Work around bug in JRuby that reports that `attr_writer` methods
have no parameters, causing RSpec's verifying doubles to wrongly
fail when mocking or stubbing a writer method on JRuby. (Myron Marston, #225)
* Sat Jun 13 2015 coolo@suse.com
- updated to version 3.3.0
see installed Changelog.md
[#]## 3.3.0 / 2015-06-12
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.2.2...v3.3.0)
Enhancements:
* Improve formatting of arrays and hashes in failure messages so they
use our custom formatting of matchers, time objects, etc.
(Myron Marston, Nicholas Chmielewski, #205)
* Use improved formatting for diffs as well. (Nicholas Chmielewski, #205)
Bug Fixes:
* Fix `FuzzyMatcher` so that it checks `expected == actual` rather than
`actual == expected`, which avoids errors in situations where the
`actual` object's `==` is improperly implemented to assume that only
objects of the same type will be given. This allows rspec-mocks'
`anything` to match against objects with buggy `==` definitions.
(Myron Marston, #193)
* Thu Feb 26 2015 coolo@suse.com
- updated to version 3.2.2
Bug Fixes:
* Fix an encoding issue with `EncodedString#split` when encountering an
invalid byte string. (Benjamin Fleischer, #1760)
* Fri Feb 06 2015 coolo@suse.com
- updated to version 3.2.1
Bug Fixes:
* Fix `RSpec::CallerFilter` to work on Rubinius 2.2.
(Myron Marston, #169)
[#]## 3.2.0 / 2015-02-03
[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.1.2...v3.2.0)
Enhancements:
* Add extra Ruby type detection. (Jon Rowe, #133)
* Make differ instance re-usable. (Alexey Fedorov, #160)
Bug Fixes:
* Do not consider `[]` and `{}` to match when performing fuzzy matching.
(Myron Marston, #157)
* Wed Jan 21 2015 coolo@suse.com
- add gem2rpm.yml
* Wed Jan 21 2015 coolo@suse.com
- initial package (3.1.2)
/usr/lib64/ruby/gems/3.4.0/build_info /usr/lib64/ruby/gems/3.4.0/cache/rspec-support-3.12.0.gem /usr/lib64/ruby/gems/3.4.0/gems/rspec-support-3.12.0 /usr/lib64/ruby/gems/3.4.0/gems/rspec-support-3.12.0/Changelog.md /usr/lib64/ruby/gems/3.4.0/gems/rspec-support-3.12.0/LICENSE.md /usr/lib64/ruby/gems/3.4.0/gems/rspec-support-3.12.0/README.md /usr/lib64/ruby/gems/3.4.0/gems/rspec-support-3.12.0/lib /usr/lib64/ruby/gems/3.4.0/gems/rspec-support-3.12.0/lib/rspec /usr/lib64/ruby/gems/3.4.0/gems/rspec-support-3.12.0/lib/rspec/support /usr/lib64/ruby/gems/3.4.0/gems/rspec-support-3.12.0/lib/rspec/support.rb /usr/lib64/ruby/gems/3.4.0/gems/rspec-support-3.12.0/lib/rspec/support/caller_filter.rb /usr/lib64/ruby/gems/3.4.0/gems/rspec-support-3.12.0/lib/rspec/support/comparable_version.rb /usr/lib64/ruby/gems/3.4.0/gems/rspec-support-3.12.0/lib/rspec/support/differ.rb /usr/lib64/ruby/gems/3.4.0/gems/rspec-support-3.12.0/lib/rspec/support/directory_maker.rb /usr/lib64/ruby/gems/3.4.0/gems/rspec-support-3.12.0/lib/rspec/support/encoded_string.rb /usr/lib64/ruby/gems/3.4.0/gems/rspec-support-3.12.0/lib/rspec/support/fuzzy_matcher.rb /usr/lib64/ruby/gems/3.4.0/gems/rspec-support-3.12.0/lib/rspec/support/hunk_generator.rb /usr/lib64/ruby/gems/3.4.0/gems/rspec-support-3.12.0/lib/rspec/support/matcher_definition.rb /usr/lib64/ruby/gems/3.4.0/gems/rspec-support-3.12.0/lib/rspec/support/method_signature_verifier.rb /usr/lib64/ruby/gems/3.4.0/gems/rspec-support-3.12.0/lib/rspec/support/mutex.rb /usr/lib64/ruby/gems/3.4.0/gems/rspec-support-3.12.0/lib/rspec/support/object_formatter.rb /usr/lib64/ruby/gems/3.4.0/gems/rspec-support-3.12.0/lib/rspec/support/recursive_const_methods.rb /usr/lib64/ruby/gems/3.4.0/gems/rspec-support-3.12.0/lib/rspec/support/reentrant_mutex.rb /usr/lib64/ruby/gems/3.4.0/gems/rspec-support-3.12.0/lib/rspec/support/ruby_features.rb /usr/lib64/ruby/gems/3.4.0/gems/rspec-support-3.12.0/lib/rspec/support/source /usr/lib64/ruby/gems/3.4.0/gems/rspec-support-3.12.0/lib/rspec/support/source.rb /usr/lib64/ruby/gems/3.4.0/gems/rspec-support-3.12.0/lib/rspec/support/source/location.rb /usr/lib64/ruby/gems/3.4.0/gems/rspec-support-3.12.0/lib/rspec/support/source/node.rb /usr/lib64/ruby/gems/3.4.0/gems/rspec-support-3.12.0/lib/rspec/support/source/token.rb /usr/lib64/ruby/gems/3.4.0/gems/rspec-support-3.12.0/lib/rspec/support/spec /usr/lib64/ruby/gems/3.4.0/gems/rspec-support-3.12.0/lib/rspec/support/spec.rb /usr/lib64/ruby/gems/3.4.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/deprecation_helpers.rb /usr/lib64/ruby/gems/3.4.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/diff_helpers.rb /usr/lib64/ruby/gems/3.4.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/formatting_support.rb /usr/lib64/ruby/gems/3.4.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/in_sub_process.rb /usr/lib64/ruby/gems/3.4.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/library_wide_checks.rb /usr/lib64/ruby/gems/3.4.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/shell_out.rb /usr/lib64/ruby/gems/3.4.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/stderr_splitter.rb /usr/lib64/ruby/gems/3.4.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/string_matcher.rb /usr/lib64/ruby/gems/3.4.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/with_isolated_directory.rb /usr/lib64/ruby/gems/3.4.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/with_isolated_stderr.rb /usr/lib64/ruby/gems/3.4.0/gems/rspec-support-3.12.0/lib/rspec/support/version.rb /usr/lib64/ruby/gems/3.4.0/gems/rspec-support-3.12.0/lib/rspec/support/warnings.rb /usr/lib64/ruby/gems/3.4.0/gems/rspec-support-3.12.0/lib/rspec/support/with_keywords_when_needed.rb /usr/lib64/ruby/gems/3.4.0/specifications/rspec-support-3.12.0.gemspec /usr/share/doc/packages/ruby3.4-rubygem-rspec-support /usr/share/doc/packages/ruby3.4-rubygem-rspec-support/Changelog.md /usr/share/doc/packages/ruby3.4-rubygem-rspec-support/LICENSE.md /usr/share/doc/packages/ruby3.4-rubygem-rspec-support/README.md
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Oct 27 22:56:30 2025