Path to this page:
./
devel/ruby-rspec-support,
Support utilities for RSpec gems
Branch: CURRENT,
Version: 3.8.0,
Package name: ruby24-rspec-support-3.8.0,
Maintainer: pkgsrc-usersSupport 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/ruby24-base]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: 78c73f4ce2b753ea937b16de50e57d18da33c441
RMD160: 7aa7f046579bea28bc0c3e0004e6e1b462e47526
Filesize: 35.5 KB
Version history: (Expand)
- (2019-02-06) Updated to version: ruby24-rspec-support-3.8.0
- (2018-03-14) Updated to version: ruby24-rspec-support-3.7.1
- (2017-11-23) Package has been reborn
- (2017-06-05) Updated to version: ruby23-rspec-support-3.6.0
- (2016-10-09) Updated to version: ruby22-rspec-support-3.5.0
- (2015-11-29) Updated to version: ruby200-rspec-support-3.4.1
CVS history: (Expand)
2019-02-06 16:11:00 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
devel/ruby-rspec-support: update to 3.8.0
### 3.8.0 / 2018-08-04
[Full Changelog](http://github.com/rspec/rspec-support/c … 1...v3.8.0)
Bug Fixes:
* Order hash keys before diffing to improve diff accuracy when using mocked calls.
(James Crisp, #334)
|
2018-03-14 15:17:59 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
devel/ruby-rspec-support: update to 3.7.1
### 3.7.1 / 2018-01-29
[Full Changelog](http://github.com/rspec/rspec-support/c … 0...v3.7.1)
Bug Fixes:
* Fix source extraction logic so that it does not trigger a `SystemStackError`
when processing deeply nested example groups. (Craig Bass, #343)
### 3.7.0 / 2017-05-04
[Full Changelog](http://github.com/rspec/rspec-support/c … 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)
|
2017-09-05 20:39:07 by Min Sik Kim | Files touched by this commit (1) |
Log message:
Delete an emplty line in PLIST
|
2017-06-05 16:04:42 by Takahiro Kambe | Files touched by this commit (3) |  |
Log message:
Update ruby-rspec-support to 3.6.0.
### 3.6.0 / 2017-05-04
[Full Changelog](http://github.com/rspec/rspec-support/c … a2...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/c … .6.0.beta2)
No user-facing changes.
### 3.6.0.beta1 / 2016-10-09
[Full Changelog](http://github.com/rspec/rspec-support/c … .6.0.beta1)
Bug Fixes:
* Prevent truncated formatted object output from mangling console codes. (#294, \
Anson Kelly)
|
2016-10-09 17:02:13 by Takahiro Kambe | Files touched by this commit (3) |  |
Log message:
Update ruby-rspec-support to 3.5.0.
### 3.5.0 / 2016-07-01
[Full Changelog](http://github.com/rspec/rspec-support/c … 4...v3.5.0)
**No user facing changes since beat4**
### 3.5.0.beta4 / 2016-06-05
[Full \
Changelog](http://github.com/rspec/rspec-support/c … .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/c … .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/c … .5.0.beta2)
No user-facing changes.
### 3.5.0.beta1 / 2016-02-06
[Full Changelog](http://github.com/rspec/rspec-support/c … .5.0.beta1)
Enhancements:
* Improve formatting of objects by allowing truncation to a pre-configured length.
(Liam M, #256)
|
2015-11-29 15:48:51 by Takahiro Kambe | Files touched by this commit (3) |  |
Log message:
Update ruby-rspec-support to 3.4.1.
### 3.4.1 / 2015-11-20
[Full Changelog](http://github.com/rspec/rspec-support/c … 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)
### 3.4.0 / 2015-11-11
[Full Changelog](http://github.com/rspec/rspec-support/c … 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)
|
2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995) |
Log message:
Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
distfiles/fortran-utils-1.1.tar.gz
distfiles/ivykis-0.39.tar.gz
distfiles/enum-1.11.tar.gz
distfiles/pvs-3.2-libraries.tgz
distfiles/pvs-3.2-linux.tgz
distfiles/pvs-3.2-solaris.tgz
distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2015-06-13 01:57:27 by Takahiro Kambe | Files touched by this commit (3) |  |
Log message:
Update ruby-rspec-support 5o 3.3.0.
### 3.3.0 / 2015-06-12
[Full Changelog](http://github.com/rspec/rspec-support/c … 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)
|