Sha256: 6908cc30b93f128564419ad651d2bcde7da022630c696f1178f2b06543ed613b

Contents?: true

Size: 762 Bytes

Versions: 1

Compression:

Stored size: 762 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 1.9.3 or above.

* rest-client, json

== 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

1 entries across 1 versions & 1 rubygems

Version Path
payjp-0.0.4 README.rdoc