--- !ruby/object:Gem::Specification name: cryptosphere version: !ruby/object:Gem::Version version: 0.0.0 prerelease: platform: ruby authors: - Tony Arcieri autorequire: bindir: bin cert_chain: [] date: 2012-08-07 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: celluloid requirement: &70140313417880 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: *70140313417880 - !ruby/object:Gem::Dependency name: thor requirement: &70140313417460 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: *70140313417460 - !ruby/object:Gem::Dependency name: hkdf requirement: &70140313417040 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: *70140313417040 - !ruby/object:Gem::Dependency name: rake requirement: &70140313416620 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *70140313416620 - !ruby/object:Gem::Dependency name: rspec requirement: &70140313416200 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: *70140313416200 description: A decentralized globally distributed peer-to-peer data archive email: - tony.arcieri@gmail.com executables: - csphere extensions: [] extra_rdoc_files: [] files: - .gitignore - .rspec - .travis.yml - Gemfile - LICENSE.txt - README.md - Rakefile - bin/csphere - cryptosphere.gemspec - lib/cryptosphere.rb - lib/cryptosphere/blobs/blob.rb - lib/cryptosphere/blobs/tree.rb - lib/cryptosphere/cli.rb - lib/cryptosphere/crypto/asymmetric_cipher.rb - lib/cryptosphere/crypto/kdf.rb - lib/cryptosphere/crypto/signature_algorithm.rb - lib/cryptosphere/head.rb - lib/cryptosphere/identity.rb - lib/cryptosphere/protocol/handshake.rb - lib/cryptosphere/version.rb - logo.png - spec/cryptosphere/blobs/blob_spec.rb - spec/cryptosphere/blobs/tree_spec.rb - spec/cryptosphere/head_spec.rb - spec/cryptosphere/identity_spec.rb - spec/cryptosphere/protocol/handshake_spec.rb - spec/fixtures/alice.key - spec/fixtures/bob.key - spec/spec_helper.rb - spec/tmp/.gitkeep - tasks/rspec.task homepage: http://github.com/tarcieri/cryptosphere licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.10 signing_key: specification_version: 3 summary: The Cryptosphere is a P2P cryptosystem for publishing and securely distributing content anonymously with no central point of failure test_files: - spec/cryptosphere/blobs/blob_spec.rb - spec/cryptosphere/blobs/tree_spec.rb - spec/cryptosphere/head_spec.rb - spec/cryptosphere/identity_spec.rb - spec/cryptosphere/protocol/handshake_spec.rb - spec/fixtures/alice.key - spec/fixtures/bob.key - spec/spec_helper.rb - spec/tmp/.gitkeep has_rdoc: