# -*- encoding: utf-8 -*-
# stub: cryptoconditions_ruby 0.5.1 ruby lib

Gem::Specification.new do |s|
  s.name = "cryptoconditions_ruby".freeze
  s.version = "0.5.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 = ["Adam Groves".freeze]
  s.bindir = "exe".freeze
  s.date = "2017-06-29"
  s.description = "Cryptoconditions gem based on the python cryptoconditions library".freeze
  s.email = ["adam.groves@gmail.com".freeze]
  s.files = [".gitignore".freeze, ".gitmodules".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".travis.yml".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "cryptoconditions_ruby.gemspec".freeze, "lib/cryptoconditions_ruby.rb".freeze, "lib/cryptoconditions_ruby/condition.rb".freeze, "lib/cryptoconditions_ruby/crypto.rb".freeze, "lib/cryptoconditions_ruby/exceptions.rb".freeze, "lib/cryptoconditions_ruby/fulfillment.rb".freeze, "lib/cryptoconditions_ruby/type_registry.rb".freeze, "lib/cryptoconditions_ruby/types/base_sha_256_fulfillment.rb".freeze, "lib/cryptoconditions_ruby/types/ed25519_fulfillment.rb".freeze, "lib/cryptoconditions_ruby/types/inverted_threshold_sha_256_fulfillment.rb".freeze, "lib/cryptoconditions_ruby/types/preimage_sha_256_fulfillment.rb".freeze, "lib/cryptoconditions_ruby/types/threshold_sha_256_fulfillment.rb".freeze, "lib/cryptoconditions_ruby/types/timeout_fulfillment.rb".freeze, "lib/cryptoconditions_ruby/utils/base16.rb".freeze, "lib/cryptoconditions_ruby/utils/base58.rb".freeze, "lib/cryptoconditions_ruby/utils/byte_array.rb".freeze, "lib/cryptoconditions_ruby/utils/bytes.rb".freeze, "lib/cryptoconditions_ruby/utils/hasher.rb".freeze, "lib/cryptoconditions_ruby/utils/hexlify.rb".freeze, "lib/cryptoconditions_ruby/utils/predictor.rb".freeze, "lib/cryptoconditions_ruby/utils/reader.rb".freeze, "lib/cryptoconditions_ruby/utils/writer.rb".freeze, "lib/cryptoconditions_ruby/version.rb".freeze]
  s.homepage = "https://github.com/LicenseRocks/cryptoconditions_ruby".freeze
  s.licenses = ["Apache License 2.0".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Cryptoconditions for Ruby".freeze

  s.specification_version = 4

  s.add_runtime_dependency(%q<rbnacl>.freeze, ["~> 4.0.1".freeze])
  s.add_runtime_dependency(%q<base32>.freeze, ["~> 0.3.2".freeze])
  s.add_runtime_dependency(%q<duplicate>.freeze, ["~> 1.1.1".freeze])
  s.add_development_dependency(%q<bundler>.freeze, ["~> 1.13".freeze])
  s.add_development_dependency(%q<rake>.freeze, ["~> 10.0".freeze])
  s.add_development_dependency(%q<rspec>.freeze, ["~> 3.0".freeze])
  s.add_development_dependency(%q<pry>.freeze, ["~> 0.10.4".freeze])
  s.add_development_dependency(%q<rubocop>.freeze, ["~> 0.48".freeze])
end