./devel/ruby-rspec-support, Support utilities for RSpec gems

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.13.2, Package name: ruby32-rspec-support-3.13.2, Maintainer: pkgsrc-users

Support utilities for RSpec gems.

RSpec::Support provides common functionality to RSpec::Core,
RSpec::Expectations and RSpec::Mocks. It is considered suitable
for internal use only at this time.


Required to run:
[lang/ruby26-base]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 39 KB

Version history: (Expand)


CVS history: (Expand)


   2024-12-09 15:15:23 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-rspec-support: update to 3.13.2

3.13.2 (2024-12-02)

No changes.  Released during the monorepo migration to test release
processes, but accidentally contained no changes.
   2024-02-24 15:13:41 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-rspec-support: update to 3.13.1

3.13.1 (2024-02-23)

Bug Fixes:

* Exclude ruby internal require warnings from
  RSpec::Support::CallerFilter#first_non_rspec_line. (Jon Rowe, #593)
   2024-02-04 16:36:01 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-rspec-support: update to 3.13.0

3.13.0 (2024-02-04)

Enchancements

* Add RubyFeatures#supports_syntax_suggest?. (Jon Rowe, #571)
   2023-07-02 07:32:07 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-rspec-support: update to 3.12.1

3.12.1 (2023-06-26)

Bug Fixes:

* Fix RSpec::Support.thread_local_data to be Thread local but not Fiber
  local. (Jon Rowe, #581)
   2022-11-30 14:43:34 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-rspec-support: update to 3.12.0

3.12.0 (2022-10-26)

* Add RSpec::Support::RubyFeatures.distincts_kw_args_from_positional_hash?
  (Jean byroot Boussier, #535)
   2022-09-13 15:53:35 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-rspec-support: update to 3.11.1

3.11.1 (2022-09-12)

Bug Fixes:

* Fix ripper detection on TruffleRuby. (Brandon Fish, #541)
   2022-02-12 14:28:28 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-rspec-support: update to 3.11.0

3.11.0 (2022-02-09)

* No changes.  Released to support other RSpec releases.
   2021-11-09 15:36:36 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-rspec-support: update to 3.10.3

3.10.3 (2021-11-03)

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)