xAIML-ruby

xAIML is a parser library for xAIML written in Ruby.

Supported Ruby Versions

  • Ruby >= 2.5, < 3.5
  • Tested with Ruby 3.4.4

Installation

Add this line to your application's Gemfile:

gem 'xaiml'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install xaiml

Usage

require 'xaiml'
# Add usage examples here as needed

Development

  1. Clone the repository
  2. Install dependencies: bin/setup
  3. Run tests: bundle exec rspec
  4. Recommended to use Ruby 3.4.4 for development

Release Procedure

  1. Update the version number in lib/xaiml/version.rb
  2. Run bundle exec rake release to release the gem

Contributing

Bug reports and pull requests are welcome on GitHub. See [CONTRIBUTING.md] for details.