mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
74c0fb9c6e
platform-specific directory operations separated into hal-posix-dir and hal-win-dir gems. this allows mruby-dir to support embedded platforms and simplifies platform-specific implementations. Co-authored-by: Claude <noreply@anthropic.com>
8 lines
243 B
Ruby
8 lines
243 B
Ruby
MRuby::Gem::Specification.new('hal-posix-dir') do |spec|
|
|
spec.license = 'MIT'
|
|
spec.authors = 'mruby developers'
|
|
spec.summary = 'POSIX HAL for mruby-dir (Linux, macOS, BSD, Unix)'
|
|
|
|
spec.add_dependency 'mruby-dir', core: 'mruby-dir'
|
|
end
|