Master is a backwards-compatible TikiTorch branch that has been augmented for use with Amazon SQS attributes. It can consume and produce messages in the prefix-style notation, and the API should also be backwards compatible (when changing to the new version in Merchant Portal, we did have to modify the way some of the test helpers worked). The widely-used branch at https://github.com/aemadrid/tiki_torch/tree/feature/move_to_sqs has been tagged as v0.0.3 here. Previous incarnations have been versioned and tagged (version 0.0.1 is the Rabbit MQ implementation, and versions starting with v0.0.3 are Amazon SQS based).
TODO: Write a gem description soon
Add this line to your application's Gemfile:
gem 'tiki_torch'
And then execute:
$ bundle
Or install it yourself as:
$ gem install tiki_torch
TODO: Write usage instructions here
- Ensure you are configured for publishing. See this
- Build the gem
gem build tiki_torch.gemspec
- Publish the gem
gem push --key github --host https://rubygems.pkg.github.com/acima-credit tiki_torch-x.x.x.gem
- Fork it ( https://github.com/aemadrid/tiki_torch/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request