summaryrefslogtreecommitdiff
path: root/ext/pathname/pathname.gemspec
AgeCommit message (Collapse)Author
2023-04-14[ruby/pathname] Expose Pathname::VERSIONHiroshi SHIBATA
https://github.com/ruby/pathname/commit/2b0b1a82ee
2022-12-05[ruby/pathname] Bump version to 0.2.1Hiroshi SHIBATA
https://github.com/ruby/pathname/commit/7e796cc78e
2022-01-25[ruby/pathname] Officially drop support for ruby 2.6 or olderDavid Rodríguez
The gem doesn't even install on old rubies, but since the gemspec claims it's supported, `gem install pathname` will try to install it and print an error. This commit doesn't fix the above issue. The only way to fix it would be to restore support and release a new version that actually supports old rubies. However, such a change has been proposed and ignored for a long time. So this issue proposes to leave that broken but at least bring the gemspec manifest and the CI matrix in sync to hopefully avoid this issue from happening again in the future. https://github.com/ruby/pathname/commit/3ee010b538
2021-10-14[ruby/pathname] Bump up pathname version to 0.2.0Hiroshi SHIBATA
https://github.com/ruby/pathname/commit/e6b3b3ed25
2021-04-27[ruby/pathname] gemspec: Explicitly list 0 executablesOlle Jonsson
This gem exposes no executables. https://github.com/ruby/pathname/commit/c401d97d58
2020-10-14Promote pathname to default gemsHiroshi SHIBATA