# -*- encoding: utf-8 -*- # stub: cryptomate_api 0.1.1 ruby lib Gem::Specification.new do |s| s.name = "cryptomate_api".freeze s.version = "0.1.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "changelog_uri" => "https://github.com/matiasalbarello/cryptomate_api/blob/main/CHANGELOG.md", "homepage_uri" => "https://github.com/matiasalbarello/cryptomate_api", "source_code_uri" => "https://github.com/matiasalbarello/cryptomate_api" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Matias Albarello".freeze] s.bindir = "exe".freeze s.date = "2023-11-28" s.description = "Provides a Ruby interface to the CryptoMate API, allowing easy access to cryptocurrency data and transaction operations. Supports retrieving currency details, creating and fetching transactions, and managing user information.".freeze s.email = ["matias.albarello@gmail.com".freeze] s.files = [".rspec".freeze, ".rubocop.yml".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "README.md".freeze, "Rakefile".freeze, "cryptomate_api.gemspec".freeze, "lib/cryptomate_api.rb".freeze, "lib/cryptomate_api/base.rb".freeze, "lib/cryptomate_api/configuration.rb".freeze, "lib/cryptomate_api/management/blockchain.rb".freeze, "lib/cryptomate_api/management/client.rb".freeze, "lib/cryptomate_api/management/configuration.rb".freeze, "lib/cryptomate_api/management/credential.rb".freeze, "lib/cryptomate_api/management/key.rb".freeze, "lib/cryptomate_api/management/operation.rb".freeze, "lib/cryptomate_api/mpc/account.rb".freeze, "lib/cryptomate_api/mpc/wallet.rb".freeze, "lib/cryptomate_api/version.rb".freeze, "sig/cryptomate_api.rbs".freeze] s.homepage = "https://github.com/matiasalbarello/cryptomate_api".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.6.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Ruby client for the CryptoMate API.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.18".freeze]) end