# -*- encoding: utf-8 -*- # stub: stellar-sdk 0.8.0 ruby lib Gem::Specification.new do |s| s.name = "stellar-sdk".freeze s.version = "0.8.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Scott Fleckenstein".freeze] s.date = "2020-03-26" s.email = ["scott@stellar.org".freeze] s.files = [".github/CODEOWNERS".freeze, ".gitignore".freeze, ".travis.yml".freeze, ".yardopts".freeze, "CHANGELOG.md".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "Guardfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "examples/01_get_funded.rb".freeze, "examples/02_payment.rb".freeze, "examples/03_transaction_history.rb".freeze, "examples/04_setting_trust.rb".freeze, "examples/05_fiat_payment.rb".freeze, "examples/06_fund_testnet_friendbot.rb".freeze, "examples/07_sep10.rb".freeze, "lib/stellar-sdk.rb".freeze, "lib/stellar/account.rb".freeze, "lib/stellar/amount.rb".freeze, "lib/stellar/client.rb".freeze, "lib/stellar/horizon/problem.rb".freeze, "lib/stellar/sep10.rb".freeze, "lib/stellar/transaction_page.rb".freeze, "lib/stellar/version.rb".freeze, "ruby-stellar-sdk.gemspec".freeze, "spec/config.yml.sample".freeze, "spec/fixtures/vcr_cassettes/Stellar_Account/_lookup/should_handle_404_request_when_performing_federation_lookup.yml".freeze, "spec/fixtures/vcr_cassettes/Stellar_Account/_lookup/should_handle_domains_that_are_not_federation_servers.yml".freeze, "spec/fixtures/vcr_cassettes/Stellar_Account/_lookup/should_peforms_federation_lookup.yml".freeze, "spec/fixtures/vcr_cassettes/Stellar_Client/_account_info/returns_the_current_details_for_the_account.yml".freeze, "spec/fixtures/vcr_cassettes/Stellar_Client/_account_merge/merges_source_account_into_destination.yml".freeze, "spec/fixtures/vcr_cassettes/Stellar_Client/_change_trust/given_an_asset_described_as_an_array/creates_updates_or_deletes_a_trustline.yml".freeze, "spec/fixtures/vcr_cassettes/Stellar_Client/_create_account/creates_the_account.yml".freeze, "spec/fixtures/vcr_cassettes/Stellar_Client/_friendbot/requests_for_XLM_from_a_friendbot.yml".freeze, "spec/fixtures/vcr_cassettes/Stellar_Client/_load_account/loads_successfully.yml".freeze, "spec/fixtures/vcr_cassettes/Stellar_Client/_send_payment/alphanum12_asset/sends_a_alphanum12_asset_to_the_destination.yml".freeze, "spec/fixtures/vcr_cassettes/Stellar_Client/_send_payment/alphanum4_asset/sends_a_alphanum4_asset_to_the_destination.yml".freeze, "spec/fixtures/vcr_cassettes/Stellar_Client/_send_payment/memo/accepts_the_memo_attribute.yml".freeze, "spec/fixtures/vcr_cassettes/Stellar_Client/_send_payment/native_asset/sends_a_native_payment_to_the_account.yml".freeze, "spec/fixtures/vcr_cassettes/Stellar_Client/_send_payment/using_a_payment_channel/sends_a_payment_account_through_a_channel_account.yml".freeze, "spec/fixtures/vcr_cassettes/Stellar_Client/_send_payment/using_a_payment_channel/sends_a_payment_when_the_channel_is_the_same_as_from_.yml".freeze, "spec/fixtures/vcr_cassettes/Stellar_Client/_transactions/account_transactions/accepts_a_cursor_to_return_less_data.yml".freeze, "spec/fixtures/vcr_cassettes/Stellar_Client/_transactions/account_transactions/returns_a_list_of_transaction_for_an_account.yml".freeze, "spec/fixtures/vcr_cassettes/Stellar_Client/_transactions/all_transactions/accepts_a_cursor_to_return_less_data.yml".freeze, "spec/fixtures/vcr_cassettes/Stellar_Client/_transactions/all_transactions/returns_a_list_of_transactions.yml".freeze, "spec/lib/stellar/account_spec.rb".freeze, "spec/lib/stellar/amount_spec.rb".freeze, "spec/lib/stellar/client_spec.rb".freeze, "spec/lib/stellar/sep10_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/config.rb".freeze, "spec/support/vcr.rb".freeze, "tasks/rspec.rake".freeze, "tasks/travis.rake".freeze] s.homepage = "http://github.com/stellar/ruby-stellar-sdk".freeze s.licenses = ["Apache-2.0".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Stellar client library".freeze s.test_files = ["spec/config.yml.sample".freeze, "spec/fixtures/vcr_cassettes/Stellar_Account/_lookup/should_handle_404_request_when_performing_federation_lookup.yml".freeze, "spec/fixtures/vcr_cassettes/Stellar_Account/_lookup/should_handle_domains_that_are_not_federation_servers.yml".freeze, "spec/fixtures/vcr_cassettes/Stellar_Account/_lookup/should_peforms_federation_lookup.yml".freeze, "spec/fixtures/vcr_cassettes/Stellar_Client/_account_info/returns_the_current_details_for_the_account.yml".freeze, "spec/fixtures/vcr_cassettes/Stellar_Client/_account_merge/merges_source_account_into_destination.yml".freeze, "spec/fixtures/vcr_cassettes/Stellar_Client/_change_trust/given_an_asset_described_as_an_array/creates_updates_or_deletes_a_trustline.yml".freeze, "spec/fixtures/vcr_cassettes/Stellar_Client/_create_account/creates_the_account.yml".freeze, "spec/fixtures/vcr_cassettes/Stellar_Client/_friendbot/requests_for_XLM_from_a_friendbot.yml".freeze, "spec/fixtures/vcr_cassettes/Stellar_Client/_load_account/loads_successfully.yml".freeze, "spec/fixtures/vcr_cassettes/Stellar_Client/_send_payment/alphanum12_asset/sends_a_alphanum12_asset_to_the_destination.yml".freeze, "spec/fixtures/vcr_cassettes/Stellar_Client/_send_payment/alphanum4_asset/sends_a_alphanum4_asset_to_the_destination.yml".freeze, "spec/fixtures/vcr_cassettes/Stellar_Client/_send_payment/memo/accepts_the_memo_attribute.yml".freeze, "spec/fixtures/vcr_cassettes/Stellar_Client/_send_payment/native_asset/sends_a_native_payment_to_the_account.yml".freeze, "spec/fixtures/vcr_cassettes/Stellar_Client/_send_payment/using_a_payment_channel/sends_a_payment_account_through_a_channel_account.yml".freeze, "spec/fixtures/vcr_cassettes/Stellar_Client/_send_payment/using_a_payment_channel/sends_a_payment_when_the_channel_is_the_same_as_from_.yml".freeze, "spec/fixtures/vcr_cassettes/Stellar_Client/_transactions/account_transactions/accepts_a_cursor_to_return_less_data.yml".freeze, "spec/fixtures/vcr_cassettes/Stellar_Client/_transactions/account_transactions/returns_a_list_of_transaction_for_an_account.yml".freeze, "spec/fixtures/vcr_cassettes/Stellar_Client/_transactions/all_transactions/accepts_a_cursor_to_return_less_data.yml".freeze, "spec/fixtures/vcr_cassettes/Stellar_Client/_transactions/all_transactions/returns_a_list_of_transactions.yml".freeze, "spec/lib/stellar/account_spec.rb".freeze, "spec/lib/stellar/amount_spec.rb".freeze, "spec/lib/stellar/client_spec.rb".freeze, "spec/lib/stellar/sep10_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/config.rb".freeze, "spec/support/vcr.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0.22.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.7".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.44".freeze, ">= 0.44.4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.16".freeze]) s.add_runtime_dependency(%q.freeze, [">= 5.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.1".freeze, ">= 1.1.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 4.7".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.18".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.9".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.3".freeze]) end