Sha256: c2ed624081bdd29fbc593029bf38fd122c7554df1f93fc62f1327a143ecaad50
Contents?: true
Size: 1.87 KB
Versions: 0
Compression: gzip
Compressed size: 693 Bytes
Stored size: 693 Bytes
Contents
--- !ruby/object:Gem::Specification name: encrypted_attributes version: !ruby/object:Gem::Version version: 0.1.1 platform: ruby authors: - Aaron Pfeifer autorequire: encrypted_attributes bindir: bin cert_chain: [] date: 2008-06-22 00:00:00 -04:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: encrypted_strings version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.0.1 version: description: email: aaron@pluginaweek.org executables: [] extensions: [] extra_rdoc_files: [] files: - lib/encrypted_attributes - lib/encrypted_attributes/sha_encryptor.rb - lib/encrypted_attributes.rb - test/app_root - test/app_root/app - test/app_root/app/models - test/app_root/app/models/user.rb - test/app_root/config - test/app_root/config/environment.rb - test/app_root/db - test/app_root/db/migrate - test/app_root/db/migrate/001_create_users.rb - test/app_root/log - test/keys - test/keys/private - test/keys/public - test/test_helper.rb - test/factory.rb - test/unit - test/unit/sha_encryptor_test.rb - test/unit/encrypted_attributes_test.rb - CHANGELOG - init.rb - MIT-LICENSE - Rakefile - README has_rdoc: true homepage: http://www.pluginaweek.org 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: rubygems_version: 1.1.1 signing_key: specification_version: 2 summary: Adds support for automatically encrypting ActiveRecord attributes test_files: - test/unit/sha_encryptor_test.rb - test/unit/encrypted_attributes_test.rb