# -*- encoding: utf-8 -*- # stub: sixword 0.3.0 ruby lib Gem::Specification.new do |s| s.name = "sixword".freeze s.version = "0.3.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 = ["Andy Brody".freeze] s.date = "2014-07-10" s.description = " Sixword implements the 6-word binary encoding created for S/Key (tm) and\n standardized by RFC 2289, RFC 1760, and RFC 1751. Binary data may be\n encoded using a dictionary of 2048 English words of 1-4 characters in\n length. Each block of 64 bits is encoded using 6 words, which includes 2\n parity bits. It is ideal for transmitting binary data such as cryptographic\n keys where humans must communicate or enter the values.\n\n See also: Bubble Babble, PGP Word List, Diceware, Base64, Base32\n".freeze s.email = ["abrody@abrody.com".freeze] s.executables = ["sixword".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/sixword".freeze, "lib/sixword.rb".freeze, "lib/sixword/cli.rb".freeze, "lib/sixword/hex.rb".freeze, "lib/sixword/lib.rb".freeze, "lib/sixword/version.rb".freeze, "lib/sixword/words.rb".freeze, "sixword.gemspec".freeze, "spec/rspec_helper.rb".freeze, "spec/sixword/hex_spec.rb".freeze, "spec/sixword/lib_spec.rb".freeze, "spec/sixword_spec.rb".freeze, "spec/test_vectors.rb".freeze] s.homepage = "https://github.com/ab/sixword".freeze s.licenses = ["GPL-3".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Implementation of RFC 2289 compatible 6-word encoding".freeze s.test_files = ["spec/rspec_helper.rb".freeze, "spec/sixword/hex_spec.rb".freeze, "spec/sixword/lib_spec.rb".freeze, "spec/sixword_spec.rb".freeze, "spec/test_vectors.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end