
Security News
Rspack Introduces Rslint, a TypeScript-First Linter Written in Go
Rspack launches Rslint, a fast TypeScript-first linter built on typescript-go, joining in on the trend of toolchains creating their own linters.
An implementation of the Ruby Pathname standard library for Rubinius. Currently this Gem is mostly (if not entirely) just a copy of MRI's Pathname implementation.
Please note that only Rubinius is officially supported. While other Ruby implementations are free to use rubysl-pathname according to its license we do not provide any support for this.
The 2.0 branch of rubysl-pathname targets Ruby 2.x, other Ruby versions are currently not supported.
By default rubysl-pathname is already installed when you install Rubinius.
Currently updating rubysl-pathname requires re-installing Rubinius, in the future
you can simply update rubysl-pathname by running gem update rubysl-pathname
.
In general the contributing guidelines are the same as Rubinius (http://rubinius.com/doc/en/contributing/).
To get started, clone the directory and install all Gems:
bundle install
You'll want to do this for both your local MRI and Rubinius installations.
Running the specs under MRI works as following:
mspec spec/path/to/file_spec.rb
Running the specs under Rubinius requires an extra environment variable so Rubinius loads the local rubysl-pathname copy instead of the installed one:
RUBYLIB=.:lib mspec spec/path/to/file_spec.rb
All specs must pass on both MRI and Rubinius.
All source code in this repository is subject to the terms of the Mozilla Public License, version 2.0 unless stated otherwise. A copy of this license can be found the file "LICENSE" or at https://www.mozilla.org/MPL/2.0/.
The following files use a different license:
lib/rubysl/pathname/pathname.rb
: MRI license, found in the file
"MRI_LICENSE"FAQs
Unknown package
We found that rubysl-pathname demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Rspack launches Rslint, a fast TypeScript-first linter built on typescript-go, joining in on the trend of toolchains creating their own linters.
Security News
Hacker Demonstrates How Easy It Is To Steal Data From Popular Password Managers
Security News
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.