Sha256: 676572cd8ac1a7a78ad44653e163a40e5cfc5a464ff59dd38fd85b76e6b87d40
Contents?: true
Size: 1.21 KB
Versions: 7
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.2.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
7 entries across 7 versions & 1 rubygems