Sha256: 28008a048300da2c98619939e4e22c99be72fae713a4090054d5d5f5bad7126b
Contents?: true
Size: 1.15 KB
Versions: 2
Compression:
Stored size: 1.15 KB
Contents
# -*- encoding: utf-8 -*- =begin #Payments API #Payments API are currently designed to fetch Transactions only. The version of the OpenAPI document: 0.1 Contact: support@phoenixnap.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 7.2.0 =end $:.push File.expand_path("../lib", __FILE__) require "pnap_payments_api/version" Gem::Specification.new do |s| s.name = "pnap_payments_api" s.version = PaymentsApi::VERSION s.platform = Gem::Platform::RUBY s.authors = ["PhoenixNAP"] s.email = ["support@phoenixnap.com"] s.homepage = "https://phoenixnap.com/bare-metal-cloud" s.summary = "Payments API Ruby Gem" s.description = "Payments API Ruby Gem" s.license = "MPL-2.0" s.required_ruby_version = ">= 2.7" s.metadata = { "source_code_uri" => "https://github.com/phoenixnap/ruby-sdk-bmc" } s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1' s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0' s.files = `find *`.split("\n").uniq.sort.select { |f| !f.empty? } s.test_files = `find spec/*`.split("\n") s.executables = [] s.require_paths = ["lib"] end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pnap_payments_api-1.0.1 | pnap_payments_api.gemspec |
pnap_payments_api-1.0.0 | pnap_payments_api.gemspec |