Repository URL to install this package:
|
Version:
1.7.4.rc1 ▾
|
paypal-sdk-rest
/
Gemfile
|
|---|
source 'https://rubygems.org'
gemspec
#gem 'paypal-sdk-core', :git => "https://github.com/paypal/sdk-core-ruby.git"
gem 'rake', :require => false
group :test do
gem 'simplecov', :require => false
gem 'rspec'
gem 'webmock'
end
gem 'releasinator', '~> 0.6'