# -*- encoding: utf-8 -*- # stub: bit_wallet 0.6.1 ruby lib Gem::Specification.new do |s| s.name = "bit_wallet".freeze s.version = "0.6.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Ramon Tayag".freeze] s.date = "2014-03-04" s.description = "Ruby-esque handling of Bitcoin wallet".freeze s.email = ["ramon.tayag@gmail.com".freeze] s.files = [".gitignore".freeze, ".gitmodules".freeze, ".ruby-version".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bit_wallet.gemspec".freeze, "lib/bit_wallet.rb".freeze, "lib/bit_wallet/account.rb".freeze, "lib/bit_wallet/accounts.rb".freeze, "lib/bit_wallet/address.rb".freeze, "lib/bit_wallet/addresses.rb".freeze, "lib/bit_wallet/errors.rb".freeze, "lib/bit_wallet/handles_error.rb".freeze, "lib/bit_wallet/instantiates_bitcoin_client.rb".freeze, "lib/bit_wallet/transaction.rb".freeze, "lib/bit_wallet/version.rb".freeze, "lib/bit_wallet/wallet.rb".freeze, "spec/bit_wallet/account_spec.rb".freeze, "spec/bit_wallet/accounts_spec.rb".freeze, "spec/bit_wallet/address_spec.rb".freeze, "spec/bit_wallet/addresses_spec.rb".freeze, "spec/bit_wallet/handles_error_spec.rb".freeze, "spec/bit_wallet/instantiates_bitcoin_client_spec.rb".freeze, "spec/bit_wallet/transaction_spec.rb".freeze, "spec/bit_wallet/wallet_spec.rb".freeze, "spec/bit_wallet_spec.rb".freeze, "spec/config.yml".freeze, "spec/factories.rb".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Account/_balance/should_be_able_to_override_the_min_conf.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Account/_balance/should_default_to_the_config_min_conf.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Account/_balance/should_return_the_balance_of_the_account.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Account/_recent_transactions/should_default_to_list_10_transactions.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Account/_recent_transactions/when_transaction_limit_is_6/should_list_the_6_most_recent_transactions.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Account/_send_amount/_to_is_a_BitWallet_Address/should_send_it_to_the_address_of_the_given_BitWallet_Address.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Account/_send_amount/account_does_not_have_enough_money/should_fail_with_the_InsufficientFunds_error.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Account/_send_amount/should_send_money_to_the_given_address.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Account/_send_many/should_send_the_amounts_of_money_to_the_specified_accounts.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Account/_total_received/should_return_the_total_amount_received_by_the_address.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Account/addresses/.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Account/on_initialization/should_be_assigned_that_name.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Account/on_initialization/should_have_a_default_name.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Account/on_initialization/when_the_account_name_already_exists/should_return_that_same_address.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Account/wallet/.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Accounts/_includes_account_name_account_/should_return_true_if_the_array_includes_the_account.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Accounts/_new/should_create_a_new_BitWallet_Account_with_a_default_address.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Accounts/_with_balance/should_return_accounts_with_a_balance_0.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Accounts/wallet/.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Address/_total_received/should_return_the_total_amount_received_by_the_address.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Address/account/.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Address/on_initialization/address_given_already_exists/should_not_create_an_address.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Address/on_initialization/no_address_is_given/should_create_an_address.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Addresses/_new/with_address_string_given/should_return_an_Address_with_the_given_address_string.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Addresses/_new/without_any_address_string_given/should_return_an_Address_that_points_to_the_same_account.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Addresses/account/.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Addresses/new/.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Transaction/on_initialization/should_be_able_to_take_a_bitcoind_hash.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Wallet/_accounts/should_return_array_of_BitWallet_Accounts.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Wallet/_move/should_move_funds_from_one_account_to_another.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Wallet/_recent_transactions/should_allow_overriding_of_the_transaction_limit.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Wallet/_recent_transactions/should_return_the_most_recent_transactions_of_all_accounts_defaulting_to_10_transactions.yml".freeze, "spec/spec_helper.rb".freeze] s.homepage = "".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Ruby-esque handling of Bitcoin wallet.".freeze s.test_files = ["spec/bit_wallet/account_spec.rb".freeze, "spec/bit_wallet/accounts_spec.rb".freeze, "spec/bit_wallet/address_spec.rb".freeze, "spec/bit_wallet/addresses_spec.rb".freeze, "spec/bit_wallet/handles_error_spec.rb".freeze, "spec/bit_wallet/instantiates_bitcoin_client_spec.rb".freeze, "spec/bit_wallet/transaction_spec.rb".freeze, "spec/bit_wallet/wallet_spec.rb".freeze, "spec/bit_wallet_spec.rb".freeze, "spec/config.yml".freeze, "spec/factories.rb".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Account/_balance/should_be_able_to_override_the_min_conf.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Account/_balance/should_default_to_the_config_min_conf.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Account/_balance/should_return_the_balance_of_the_account.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Account/_recent_transactions/should_default_to_list_10_transactions.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Account/_recent_transactions/when_transaction_limit_is_6/should_list_the_6_most_recent_transactions.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Account/_send_amount/_to_is_a_BitWallet_Address/should_send_it_to_the_address_of_the_given_BitWallet_Address.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Account/_send_amount/account_does_not_have_enough_money/should_fail_with_the_InsufficientFunds_error.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Account/_send_amount/should_send_money_to_the_given_address.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Account/_send_many/should_send_the_amounts_of_money_to_the_specified_accounts.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Account/_total_received/should_return_the_total_amount_received_by_the_address.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Account/addresses/.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Account/on_initialization/should_be_assigned_that_name.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Account/on_initialization/should_have_a_default_name.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Account/on_initialization/when_the_account_name_already_exists/should_return_that_same_address.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Account/wallet/.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Accounts/_includes_account_name_account_/should_return_true_if_the_array_includes_the_account.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Accounts/_new/should_create_a_new_BitWallet_Account_with_a_default_address.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Accounts/_with_balance/should_return_accounts_with_a_balance_0.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Accounts/wallet/.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Address/_total_received/should_return_the_total_amount_received_by_the_address.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Address/account/.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Address/on_initialization/address_given_already_exists/should_not_create_an_address.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Address/on_initialization/no_address_is_given/should_create_an_address.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Addresses/_new/with_address_string_given/should_return_an_Address_with_the_given_address_string.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Addresses/_new/without_any_address_string_given/should_return_an_Address_that_points_to_the_same_account.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Addresses/account/.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Addresses/new/.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Transaction/on_initialization/should_be_able_to_take_a_bitcoind_hash.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Wallet/_accounts/should_return_array_of_BitWallet_Accounts.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Wallet/_move/should_move_funds_from_one_account_to_another.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Wallet/_recent_transactions/should_allow_overriding_of_the_transaction_limit.yml".freeze, "spec/fixtures/vcr_cassettes/BitWallet_Wallet/_recent_transactions/should_return_the_most_recent_transactions_of_all_accounts_defaulting_to_10_transactions.yml".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.12".freeze]) s.add_development_dependency(%q.freeze, ["= 4.2.0".freeze]) s.add_development_dependency(%q.freeze, ["= 0.5.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.4".freeze]) s.add_development_dependency(%q.freeze, ["= 1.9.0".freeze]) end