Sha256: f9cd14117e64ea107f0ee5908d666ac2f21854fb67bbf21161c53fffdd7271b8

Contents?: true

Size: 1.76 KB

Versions: 0

Compression: gzip

Compressed size: 695 Bytes

Stored size: 695 Bytes

Contents

--- !ruby/object:Gem::Specification 
name: encrypted_attributes
version: !ruby/object:Gem::Version 
  version: 0.4.1
platform: ruby
authors: 
- Aaron Pfeifer
autorequire: 
bindir: bin
cert_chain: []

date: 2010-03-07 00:00:00 -05:00
default_executable: 
dependencies: 
- !ruby/object:Gem::Dependency 
  name: encrypted_strings
  type: :runtime
  version_requirement: 
  version_requirements: !ruby/object:Gem::Requirement 
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        version: 0.3.3
    version: 
description: Adds support for automatically encrypting ActiveRecord attributes
email: aaron@pluginaweek.org
executables: []

extensions: []

extra_rdoc_files: []

files: 
- lib/encrypted_attributes/sha_cipher.rb
- lib/encrypted_attributes.rb
- test/unit/sha_cipher_test.rb
- test/unit/encrypted_attributes_test.rb
- test/app_root/db/migrate/001_create_users.rb
- test/app_root/app/models/user.rb
- test/app_root/config/environment.rb
- test/test_helper.rb
- test/factory.rb
- test/keys/public
- test/keys/private
- 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: Adds support for automatically encrypting ActiveRecord attributes
test_files: 
- test/unit/sha_cipher_test.rb
- test/unit/encrypted_attributes_test.rb

Package Spec version

encrypted_attributes-0.4.1