Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
paypal-sdk-rest / Gemfile
Size: Mime:
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'