Sha256: 822c7c7120915bb6cc047e8d5b6a06c4d16521789c8bb30c5f1f66011232e788
Contents?: true
Size: 522 Bytes
Versions: 1
Compression:
Stored size: 522 Bytes
Contents
= Conekta Ruby bindings == Installation You don't need this source code unless you want to modify the gem. If you want to install the gem via bundler you should add this line to your gemfile: gem 'conekta', :git => 'git://github.com/conekta/conekta-ruby.git' If you want to build the gem from source: gem build conekta.gemspec == Requirements * Ruby 1.8.7 or above. (Ruby 1.8.6 may work if you load ActiveSupport.) * rest-client, multi_json == Development Test cases can be run with: `bundle exec rake test`
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
conekta-0.3.0 | README.rdoc |