Sha256: 5d28f0580e9573eca37ee6025b855b240f47aead2f34ef2dc1f3cae38d1f01de
Contents?: true
Size: 859 Bytes
Versions: 3
Compression:
Stored size: 859 Bytes
Contents
# processing-ruby [![CircleCI](https://circleci.com/gh/finix-payments/processing-ruby.svg?style=svg&circle-token=326db95733638463152e926a1016ec0383e554d2)](https://circleci.com/gh/finix-payments/processing-ruby) ## Getting Started Add this line to your application's Gemfile: gem 'finix' Then execute: $ bundle Or install it yourself as: $ gem install finix ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Write your code **and unit tests** 4. Ensure all tests still pass (`bundle exec rspec`) 5. Commit your changes (`git commit -am 'Add some feature'`) 6. Push to the branch (`git push origin my-new-feature`) 7. Create new pull request ### Tests To run all tests: $ bundle exec rspec To run a specific test: $ bundle exec rspec ./spec/finix/resources/application_spec.rb
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
finix-1.0.1 | README.md |
finix-1.0.0 | README.md |
finix-0.16 | README.md |