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
- Clone the repository
- Install dependencies:
bin/setup - Run tests:
bundle exec rspec - Recommended to use Ruby 3.4.4 for development
Release Procedure
- Update the version number in
lib/xaiml/version.rb - Run
bundle exec rake releaseto release the gem
Contributing
Bug reports and pull requests are welcome on GitHub. See [CONTRIBUTING.md] for details.