Sha256: 9e44a12c479fa84aa70ee3f76a5bfd2370e95aa19c557c3c6143b8f4ec465437

Contents?: true

Size: 1.27 KB

Versions: 1

Compression:

Stored size: 1.27 KB

Contents

# Lirc

I promise I'll write proper instructions on usage eventually, but for now I'm
using it in
[ps2bootlink](https://github.com/telyn/ps2client-rb/blob/master/bin/ps2bootlink)
from my [ps2client-rb](https://github.com/telyn/ps2client-rb) repo - so take a
look there for how I'm using it

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'lirc'
```

And then execute:

    $ bundle install

Or install it yourself as:

    $ gem install lirc

## Usage

TODO: Write usage instructions here

## Development

After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/lirc.


## License

The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lirc-0.3.0 README.md