2018-09-23 17:10:19 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-power_assert: update to 1.1.3
1.1.2 (2018-06-10)
* Add example code
* Fix file descriptor leak (forgetting to close).
* Use File.open instead of Kernel#open.
* Fix LocalJumpError
* Follow up changes of Ripper.sexp in 2.6.0dev
* Prevent infinite loop when raising exception in trace event
* Fix ArgumentError when Japanese is included
* Handle character width.
* Cache offset data
1.1.3 (2018-06-24)
* pry-power_assert doesn't work
* Use benchmark-ips
|
2018-03-14 15:14:13 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-power_assert: update to 1.1.1
1.1.1 2017/10/25
* Support :if
* Suppress "shadowing outer local variable" warning
* Support :unless
* Adjust indent
* Add notes for known limitations (#21)
* simplecov should be required at first
* Remove trailing spaces
* Respect tab stops
* support `test-bundled-gems` task on ruby core repository.
|
2017-09-02 17:44:36 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-power_assert to 1.1.0.
No summarized changes are available, please refer below URL in detail:
https://github.com/k-tsj/power_assert/compare/v1.0.2...v1.1.0
|
2017-06-04 18:06:01 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-power_assert to 1.0.2.
1.0.2 (2017/05/04)
* Remove test-unit-power_assert from a list of related projects
* Remove unnecessary code
* Check if the source file exists
* Remove dead code
* Avoid NameError that could occur due to changes in related libraries
|
2017-03-20 13:12:34 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-power_assert to 1.0.1.
Changes are too many to write here, please refer:
<https://github.com/k-tsj/power_assert/compare/v0.3.1...v1.0.1>.
|
2016-10-09 16:44:12 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update ruby-power_assert to 0.3.1.
pkgsrc change: Now work on Ruby 2.3.
Changes are not available, please refer:
<https://github.com/k-tsj/power_assert/compare/v0.2.7...v0.3.1>.
|
2016-09-08 17:19:19 by Joerg Sonnenberger | Files touched by this commit (42) |
Log message:
Rename RUBY_VERSION_SUPPORTED into _RUBY_VERSIONS_ACCEPTED to follow the
naming scheme of the other multi-version packages. Add support for the
coorresponding RUBY_VERSIONS_INCOMPATIBLE list.
|
2016-03-14 01:59:07 by Tobias Nygren | Files touched by this commit (16) |
Log message:
remove references to ruby200
|
2016-02-16 16:20:41 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-power_assert to 0.2.7.
* Make PowerAssert::Bug11182,Bug11182Sub private.
* Encoding::CompatibilityError is no longer raised as of ruby 2.3.0.
* Use ruby 2.3 on travis-ci.org.
* Update bundler before travis builds.
* Use ruby 2.3.0 on travis-ci.org.
|
2016-01-01 17:15:38 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
Restrict RUBY_VERSION_SUPPORTED to 200, 21 and 22.
|