Sha256: 9a0d1d8101d5c7020c80a6492ef176c688fa547d141353734a2f7f4be80ce96d
Contents?: true
Size: 1.21 KB
Versions: 3
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.3.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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mx-platform-ruby-0.7.0 | mx-platform-ruby.gemspec |
mx-platform-ruby-0.6.3 | mx-platform-ruby.gemspec |
mx-platform-ruby-0.6.2 | mx-platform-ruby.gemspec |