Sha256: b6fd2448b171a3cbb33dedc726049c9bb62a2e40a08191ae6d42f721935a8c7a
Contents?: true
Size: 756 Bytes
Versions: 2
Compression:
Stored size: 756 Bytes
Contents
= PAY.JP for Ruby == Documentation {PAY.JP API Docs}[https://pay.jp/docs/api/] == Installation You don't need this source code unless you want to modify the gem. If you just want to use the Payjp Ruby bindings, you should run: gem install payjp If you want to build the gem from source: gem build payjp.gemspec == Requirements * Ruby 2.0.0 or above. * rest-client == Bundler If you are installing via bundler, you should be sure to use the https rubygems source in your Gemfile, as any gems fetched over http could potentially be compromised in transit and alter the code of gems fetched securely over https: source 'https://rubygems.org' gem 'rails' gem 'payjp' == Development Test cases can be run with: `bundle exec rake test`
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
payjp-0.0.6 | README.rdoc |
payjp-0.0.5 | README.rdoc |