Sha256: 8ee3ff14f5568c647160891beab22b30f06f954e3dff05a539103793622addbf
Contents?: true
Size: 1.65 KB
Versions: 0
Compression: gzip
Compressed size: 604 Bytes
Stored size: 604 Bytes
Contents
--- !ruby/object:Gem::Specification name: encrypted_strings version: !ruby/object:Gem::Version version: 0.3.3 platform: ruby authors: - Aaron Pfeifer autorequire: bindir: bin cert_chain: [] date: 2010-03-07 00:00:00 -05:00 default_executable: dependencies: [] description: Dead-simple string encryption/decryption syntax email: aaron@pluginaweek.org executables: [] extensions: [] extra_rdoc_files: [] files: - lib/encrypted_strings.rb - lib/encrypted_strings/sha_cipher.rb - lib/encrypted_strings/asymmetric_cipher.rb - lib/encrypted_strings/symmetric_cipher.rb - lib/encrypted_strings/cipher.rb - lib/encrypted_strings/extensions/string.rb - test/test_helper.rb - test/keys/encrypted_private - test/keys/public - test/keys/private - test/cipher_test.rb - test/string_test.rb - test/sha_cipher_test.rb - test/symmetric_cipher_test.rb - test/asymmetric_cipher_test.rb - CHANGELOG.rdoc - init.rb - LICENSE - Rakefile - README.rdoc has_rdoc: true homepage: http://www.pluginaweek.org licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: pluginaweek rubygems_version: 1.3.5 signing_key: specification_version: 3 summary: Dead-simple string encryption/decryption syntax test_files: - test/cipher_test.rb - test/string_test.rb - test/sha_cipher_test.rb - test/symmetric_cipher_test.rb - test/asymmetric_cipher_test.rb