aboutsummaryrefslogtreecommitdiffstats
path: root/lib/set
Commit message (Collapse)AuthorAgeFilesLines
* [ruby/set] Expose Set::VERSIONHiroshi SHIBATA2023-04-251-2/+9
| | | | https://github.com/ruby/set/commit/d39b33f463
* [ruby/set] Set#merge does not take keyword arguments as a HashAkinori MUSHA2023-02-241-1/+1
| | | | https://github.com/ruby/set/commit/ca1c9532a9
* [ruby/set] Bump version to 1.0.3Hiroshi SHIBATA2022-09-061-1/+1
| | | | https://github.com/ruby/set/commit/e2419f2d30
* [ruby/set] Set version to 1.0.3.dev for fixing rubygems/bundler testsHiroshi SHIBATA2022-09-051-1/+1
| | | | https://github.com/ruby/set/commit/40dda15d7f
* [ruby/set] Bump the version to 1.0.2Akinori MUSHA2021-11-161-1/+1
| | | | https://github.com/ruby/set/commit/db2ebc946d
* [ruby/set] gemspec: This gem exposes 0 executablesOlle Jonsson2021-07-291-2/+0
| | | | | | This change removes unused configuration. https://github.com/ruby/set/commit/6c2338d699
* [ruby/set] set is also dual licensesHiroshi SHIBATA2021-05-101-1/+1
| | | | https://github.com/ruby/set/commit/fc24457e53
* Add a space to separate sentences in the error messageAndrei Beliankou2021-05-101-1/+1
|
* Import set 1.0.1Akinori MUSHA2020-12-221-1/+1
| | | | | - Eliminate warnings - Convert rdoc to markdown
* Import set 1.0.0Akinori MUSHA2020-12-222-0/+31
- SortedSet has been removed for dependency and performance reasons. - Set#join is added as a shorthand for `.to_a.join`. - Set#<=> is added. https://github.com/ruby/set/blob/v1.0.0/CHANGELOG.md