Skip to content

tuletech/paid-ruby

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paid Ruby bindings Travis CI Status Code Climate

Installation

You don't need this source code unless you want to modify the gem. If you just want to use the Paid Ruby bindings, you should run:

gem install paid

If you want to build the gem from source:

gem build paid.gemspec

Requirements

  • Ruby 2.0 or above.

Ruby 1.8.6 may work if you load ActiveSupport. 1.8.7 may work if you add this to your Gemfile:

if Gem::Version.new(RUBY_VERSION) < Gem::Version.new('1.9.2')
  gem 'rest-client', '~> 1.6.8'
end

1.9.2 should work without any changes, but we don't currently test against it or any versions before 1.9.3.

  • 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.

source 'https://rubygems.org'

gem 'rails'
gem 'paid'

Development

Test cases can be run with: bundle exec rake test

Test Rake Task

To hit the API with some test calls run:

bundle exec rake test_api["sk_test_api_key"]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%