mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-06-03 00:01:47 -04:00
16 lines
349 B
Plaintext
16 lines
349 B
Plaintext
= Stripe Ruby bindings
|
|
|
|
== Installation
|
|
|
|
You don't need this source code unless you want to modify the gem. If you just want to use the Stripe Ruby bindings, you should run:
|
|
|
|
sudo gem install --source https://gems.stripe.com stripe
|
|
|
|
If you want to build the gem from source:
|
|
|
|
sudo gem build stripe.gemspec
|
|
|
|
== REQUIREMENTS:
|
|
|
|
* rest-client, json
|