Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 937 Bytes

File metadata and controls

46 lines (29 loc) · 937 Bytes

Gem Version Build

Idl2ruby

TBD

Installation

Adding to a gem:

# my-cool-gem.gemspec
Gem::Specification.new do |spec|
  # ...
  spec.add_dependency "idl2ruby"
  # ...
end

Or adding to your project:

# Gemfile
gem "idl2ruby"

Supported Ruby versions

  • Ruby (MRI) >= 2.7.0

Usage

TBD

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/chunky-metro/idl2ruby.

Credits

This gem is generated via newgem template by @palkan.

License

The gem is available as open source under the terms of the MIT License.