mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
886bf270f0
Move hal-posix-dir and hal-win-dir into mruby-dir/ports/posix/ and mruby-dir/ports/win/. Remove HAL auto-detection logic from mrbgem.rake. Co-authored-by: Claude <noreply@anthropic.com>
5 lines
170 B
Ruby
5 lines
170 B
Ruby
MRuby::Gem::Specification.new('mruby-dir') do |spec|
|
|
spec.license = 'MIT and MIT-like license'
|
|
spec.authors = ['Internet Initiative Japan Inc.', 'Kevlin Henney']
|
|
end
|