Files
chromebrew/packages/ruby_ptools.rb
Satadru Pramanik, DO, MPH, MEng 9e4cbb1a51 Use ptools to enable the use of File.which in lieu of the various usages of which we have now. (#10601)
* Adjust to use ptools File.which instead of which.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* lint

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* bump version

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Update core and ruby_rbs.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
2024-10-12 21:44:23 -05:00

14 lines
377 B
Ruby

require 'buildsystems/ruby'
class Ruby_ptools < RUBY
description 'The ptools (power tools) library is an additional set of commands for the File class based on Unix command line tools.'
homepage 'https://github.com/djberg96/ptools'
version "1.5.0-#{CREW_RUBY_VER}"
license 'Apache-2.0'
compatibility 'all'
source_url 'SKIP'
conflicts_ok
no_compile_needed
end