1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
Commit graph

6 commits

Author SHA1 Message Date
Akinori MUSHA
2231d103f3 [ruby/set] Bump the version to 1.0.2
https://github.com/ruby/set/commit/db2ebc946d
2021-11-16 20:55:33 +09:00
Olle Jonsson
899194f3a6 [ruby/set] gemspec: This gem exposes 0 executables
This change removes unused configuration.

https://github.com/ruby/set/commit/6c2338d699
2021-07-29 14:18:33 +09:00
Hiroshi SHIBATA
ce5779d8cc
[ruby/set] set is also dual licenses
https://github.com/ruby/set/commit/fc24457e53
2021-05-10 16:08:30 +09:00
Andrei Beliankou
94d858f81a
Add a space to separate sentences in the error message 2021-05-10 16:08:29 +09:00
Akinori MUSHA
96b8816793 Import set 1.0.1
- Eliminate warnings
- Convert rdoc to markdown
2020-12-22 21:41:44 +09:00
Akinori MUSHA
3fa4bd8292 Import set 1.0.0
- 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
2020-12-22 12:20:21 +09:00