summaryrefslogtreecommitdiff
path: root/misc/ruby-parallel/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2016-11-01Update ruby-parallel to 1.9.0.taca1-2/+2
v1.7.0 -- Mar 26, 2016 * Added an SQLite case * Made adjustments to the SQLite case file as per @grosser's suggestions. * Broke the SQLite tests out by worker_type like the other .each tests. * support true in progress v1.8.0 -- Mar 27, 2016 * isolation * fix sqlite specs * stderr output is a failure reason v1.9.0 -- Jun 01, 2016 * expose parallel_worker_number via thread local so tasks can coordinate external dependencies * also set parallel_worker_number when working directly * more localized worker number setting for in_threads * use .worker_number instead of direct thread var access * add stderr redirection to spec case file invocation
2016-03-15Update ruby-parallel to 1.6.2.taca1-2/+2
* Clean up test cases for not calling finish * Don't call :finish hook if there was an exception * add test for queue error I just ran into * Update redirects
2015-09-13Update ruby-parallel to 1.6.1.taca1-2/+2
* Parallel.map writes its output safely (issue #129).
2015-06-08Update ruby-parallel to 1.6.0.taca1-2/+2
Changes are not available except commit log. <https://github.com/grosser/parallel/commits/master>
2015-03-13Update ruby-parallel to 1.4.1.taca1-2/+2
No changes available, please refer commit log: https://github.com/grosser/parallel/commits/master.
2014-06-01Update ruby-parallel to 1.0.0.tsutsui1-2/+2
No changelog file, but looks cleanup and minor tweaks only per github.
2014-01-17Update ruby-parallel to 0.9.2. Part of PR/48447.tsutsui1-2/+2
No changelog is available in https://github.com/grosser/parallel but looks misc bug fixes and improvements.
2013-09-15Update ruby-parallel to 0.8.2.taca1-2/+2
Exact changes aren't available, but a few bug fixes.
2013-05-09PR pkg/47791 orignated by tsutsui@ for tw,mef1-0/+15
CUI client for twitter written by ruby. This is actually following set. But just making package on net/ruby-tw will pull all these prerequisites. - misc/ruby-args_parser args_parser-0.1.4 Parse ARGV from command line with DSL. - misc/ruby-hashie hashie-1.2.0 Hashie is a small collection of tools that make hashes more powerful. Currently includes Mash (Mocking Hash) and Dash (Discrete Hash). - misc/ruby-parallel parallel-0.6.4 Ruby gem to run any kind of code in parallel processes. - misc/ruby-rainbow rainbow-1.1.4 Rainbow extends ruby String class enabling coloring text on ANSI terminals. - net/ruby-tw tw-0.3.9 Ruby based CUI Twitter client. - net/ruby-twitter twitter-4.6.2 A Ruby interface to the Twitter API. - net/ruby-userstream userstream-1.3.0 UserStream is a simple twitter userstream library.