Sha256: d2932f1bd3e656a00edfac97e9ef9f48d70bff4c9e647e3b7a1970fcf68d8d41
Contents?: true
Size: 1.21 KB
Versions: 23
Compression:
Stored size: 1.21 KB
Contents
# -*- encoding: utf-8 -*- =begin #MX Platform API #The MX Platform API is a powerful, fully-featured API designed to make aggregating and enhancing financial data easy and reliable. It can seamlessly connect your app or website to tens of thousands of financial institutions. The version of the OpenAPI document: 0.1.0 Generated by: https://openapi-generator.tech OpenAPI Generator version: 5.4.0 =end $:.push File.expand_path("../lib", __FILE__) require "mx-platform-ruby/version" Gem::Specification.new do |s| s.name = "mx-platform-ruby" s.version = MxPlatformRuby::VERSION s.platform = Gem::Platform::RUBY s.authors = ["MX"] s.email = ["devexperience@mx.com"] s.homepage = "https://github.com/mxenabled/mx-platform-ruby" s.summary = "MX Platform API Ruby Gem" s.description = "A Ruby library for the MX Platform API." s.license = "MIT" s.required_ruby_version = ">= 2.6" s.add_runtime_dependency 'faraday', '~> 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
23 entries across 23 versions & 1 rubygems