# -*- encoding: utf-8 -*- # stub: zold 0.13.26 ruby lib Gem::Specification.new do |s| s.name = "zold".freeze s.version = "0.13.26".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Yegor Bugayenko".freeze] s.date = "2018-06-16" s.description = "In the last few years digital currencies have successfully demonstrated\ntheir ability to become an alternative financial instrument in many\ndifferent markets. Most of the technologies available at the moment are\nbased on the principles of Blockchain architecture, including\ndominating currencies like Bitcoin and Etherium. Despite its\npopularity, Blockchain is not the best possible solution for all scenarios.\nOne such example is for fast micro-payments.\nZold is an experimental alternative that enables distributed transactions between\nanonymous users, making micro-payments financially feasible.\nIt borrows the proof-of-work principle from Bitcoin,\nand suggests a different architecture for digital wallet maintenance.".freeze s.email = "yegor256@gmail.com".freeze s.executables = ["zold".freeze] s.extra_rdoc_files = ["README.md".freeze, "LICENSE.txt".freeze] s.files = [".0pdd.yml".freeze, ".gitattributes".freeze, ".github/ISSUE_TEMPLATE.md".freeze, ".github/PULL_REQUEST_TEMPLATE.md".freeze, ".gitignore".freeze, ".pdd".freeze, ".rubocop.yml".freeze, ".rultor.yml".freeze, ".simplecov".freeze, ".travis.yml".freeze, "Gemfile".freeze, "INSTALL.md".freeze, "LICENSE.txt".freeze, "Procfile".freeze, "README.md".freeze, "Rakefile".freeze, "appveyor.yml".freeze, "bin/zold".freeze, "cucumber.yml".freeze, "deploy.sh".freeze, "features/cli.feature".freeze, "features/gem_package.feature".freeze, "features/step_definitions/steps.rb".freeze, "features/support/env.rb".freeze, "fixtures/id_rsa".freeze, "fixtures/id_rsa-2".freeze, "fixtures/id_rsa-2.pub".freeze, "fixtures/id_rsa.pub".freeze, "fixtures/keys/1.pub".freeze, "fixtures/keys/2".freeze, "fixtures/keys/2.pub".freeze, "fixtures/scripts/_head.sh".freeze, "fixtures/scripts/calculate-scores.sh".freeze, "fixtures/scripts/print-helps.sh".freeze, "fixtures/scripts/push-and-pull.sh".freeze, "fixtures/scripts/redeploy-on-upgrade.sh".freeze, "fixtures/scripts/sigdump.sh".freeze, "heroku-run.sh".freeze, "lib/zold.rb".freeze, "lib/zold/amount.rb".freeze, "lib/zold/atomic_file.rb".freeze, "lib/zold/backtrace.rb".freeze, "lib/zold/commands/args.rb".freeze, "lib/zold/commands/calculate.rb".freeze, "lib/zold/commands/clean.rb".freeze, "lib/zold/commands/create.rb".freeze, "lib/zold/commands/diff.rb".freeze, "lib/zold/commands/fetch.rb".freeze, "lib/zold/commands/invoice.rb".freeze, "lib/zold/commands/list.rb".freeze, "lib/zold/commands/merge.rb".freeze, "lib/zold/commands/node.rb".freeze, "lib/zold/commands/pay.rb".freeze, "lib/zold/commands/propagate.rb".freeze, "lib/zold/commands/pull.rb".freeze, "lib/zold/commands/push.rb".freeze, "lib/zold/commands/remote.rb".freeze, "lib/zold/commands/routines/bonuses.rb".freeze, "lib/zold/commands/routines/reconnect.rb".freeze, "lib/zold/commands/routines/spread.rb".freeze, "lib/zold/commands/show.rb".freeze, "lib/zold/commands/taxes.rb".freeze, "lib/zold/copies.rb".freeze, "lib/zold/hexnum.rb".freeze, "lib/zold/http.rb".freeze, "lib/zold/id.rb".freeze, "lib/zold/key.rb".freeze, "lib/zold/log.rb".freeze, "lib/zold/metronome.rb".freeze, "lib/zold/node/emission.rb".freeze, "lib/zold/node/entrance.rb".freeze, "lib/zold/node/farm.rb".freeze, "lib/zold/node/front.rb".freeze, "lib/zold/patch.rb".freeze, "lib/zold/prefixes.rb".freeze, "lib/zold/remotes.rb".freeze, "lib/zold/score.rb".freeze, "lib/zold/signature.rb".freeze, "lib/zold/tax.rb".freeze, "lib/zold/txn.rb".freeze, "lib/zold/verbose_thread.rb".freeze, "lib/zold/version.rb".freeze, "lib/zold/wallet.rb".freeze, "lib/zold/wallets.rb".freeze, "resources/remotes".freeze, "test/commands/routines/test_bonuses.rb".freeze, "test/commands/routines/test_reconnect.rb".freeze, "test/commands/routines/test_spread.rb".freeze, "test/commands/test_calculate.rb".freeze, "test/commands/test_clean.rb".freeze, "test/commands/test_create.rb".freeze, "test/commands/test_diff.rb".freeze, "test/commands/test_fetch.rb".freeze, "test/commands/test_invoice.rb".freeze, "test/commands/test_list.rb".freeze, "test/commands/test_merge.rb".freeze, "test/commands/test_node.rb".freeze, "test/commands/test_pay.rb".freeze, "test/commands/test_propagate.rb".freeze, "test/commands/test_push.rb".freeze, "test/commands/test_remote.rb".freeze, "test/commands/test_show.rb".freeze, "test/commands/test_taxes.rb".freeze, "test/fake_home.rb".freeze, "test/node/fake_node.rb".freeze, "test/node/test_emission.rb".freeze, "test/node/test_entrance.rb".freeze, "test/node/test_farm.rb".freeze, "test/node/test_front.rb".freeze, "test/test__helper.rb".freeze, "test/test_amount.rb".freeze, "test/test_atomic_file.rb".freeze, "test/test_copies.rb".freeze, "test/test_hexnum.rb".freeze, "test/test_http.rb".freeze, "test/test_id.rb".freeze, "test/test_key.rb".freeze, "test/test_metronome.rb".freeze, "test/test_patch.rb".freeze, "test/test_prefixes.rb".freeze, "test/test_remotes.rb".freeze, "test/test_score.rb".freeze, "test/test_signature.rb".freeze, "test/test_tax.rb".freeze, "test/test_txn.rb".freeze, "test/test_verbose_thread.rb".freeze, "test/test_wallet.rb".freeze, "test/test_wallets.rb".freeze, "test/test_zold.rb".freeze, "zold.gemspec".freeze] s.homepage = "http://github.com/zold-io/zold".freeze s.licenses = ["MIT".freeze] s.rdoc_options = ["--charset=UTF-8".freeze] s.required_ruby_version = Gem::Requirement.new("~> 2.2".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "A fast cryptocurrency for micro payments".freeze s.test_files = ["features/cli.feature".freeze, "features/gem_package.feature".freeze, "features/step_definitions/steps.rb".freeze, "features/support/env.rb".freeze, "test/commands/routines/test_bonuses.rb".freeze, "test/commands/routines/test_reconnect.rb".freeze, "test/commands/routines/test_spread.rb".freeze, "test/commands/test_calculate.rb".freeze, "test/commands/test_clean.rb".freeze, "test/commands/test_create.rb".freeze, "test/commands/test_diff.rb".freeze, "test/commands/test_fetch.rb".freeze, "test/commands/test_invoice.rb".freeze, "test/commands/test_list.rb".freeze, "test/commands/test_merge.rb".freeze, "test/commands/test_node.rb".freeze, "test/commands/test_pay.rb".freeze, "test/commands/test_propagate.rb".freeze, "test/commands/test_push.rb".freeze, "test/commands/test_remote.rb".freeze, "test/commands/test_show.rb".freeze, "test/commands/test_taxes.rb".freeze, "test/fake_home.rb".freeze, "test/node/fake_node.rb".freeze, "test/node/test_emission.rb".freeze, "test/node/test_entrance.rb".freeze, "test/node/test_farm.rb".freeze, "test/node/test_front.rb".freeze, "test/test__helper.rb".freeze, "test/test_amount.rb".freeze, "test/test_atomic_file.rb".freeze, "test/test_copies.rb".freeze, "test/test_hexnum.rb".freeze, "test/test_http.rb".freeze, "test/test_id.rb".freeze, "test/test_key.rb".freeze, "test/test_metronome.rb".freeze, "test/test_patch.rb".freeze, "test/test_prefixes.rb".freeze, "test/test_remotes.rb".freeze, "test/test_score.rb".freeze, "test/test_signature.rb".freeze, "test/test_tax.rb".freeze, "test/test_txn.rb".freeze, "test/test_verbose_thread.rb".freeze, "test/test_wallet.rb".freeze, "test/test_wallets.rb".freeze, "test/test_zold.rb".freeze] s.specification_version = 2 s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.8".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 12.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.52".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.23".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.6".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.5".freeze]) s.add_development_dependency(%q.freeze, ["= 0.1.10".freeze]) s.add_development_dependency(%q.freeze, ["= 5.11.3".freeze]) s.add_development_dependency(%q.freeze, ["= 4.2.0".freeze]) s.add_development_dependency(%q.freeze, ["= 3.1.0".freeze]) s.add_development_dependency(%q.freeze, ["= 3.4.2".freeze]) end