Sha256: b91d8932e673c0f8cd0c4f98d19f2aef42a4ae2c16a9a25c7aecfcc678247e47
Contents?: true
Size: 1.3 KB
Versions: 5
Compression:
Stored size: 1.3 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 Generator version: 7.8.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.metadata = {} s.add_runtime_dependency 'faraday', '>= 1.0.1', '< 3.0' s.add_runtime_dependency 'faraday-multipart' s.add_runtime_dependency 'marcel' 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
5 entries across 5 versions & 1 rubygems