# -*- encoding: utf-8 -*- # stub: encrypted_attributes 0.4.0 ruby lib Gem::Specification.new do |s| s.name = "encrypted_attributes".freeze s.version = "0.4.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 = ["Aaron Pfeifer".freeze] s.date = "2009-05-02" s.description = "Adds support for automatically encrypting ActiveRecord attributes".freeze s.email = "aaron@pluginaweek.org".freeze s.files = ["CHANGELOG.rdoc".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "init.rb".freeze, "lib/encrypted_attributes".freeze, "lib/encrypted_attributes.rb".freeze, "lib/encrypted_attributes/sha_cipher.rb".freeze, "test/app_root".freeze, "test/app_root/app".freeze, "test/app_root/app/models".freeze, "test/app_root/app/models/user.rb".freeze, "test/app_root/config".freeze, "test/app_root/config/environment.rb".freeze, "test/app_root/db".freeze, "test/app_root/db/migrate".freeze, "test/app_root/db/migrate/001_create_users.rb".freeze, "test/factory.rb".freeze, "test/keys".freeze, "test/keys/private".freeze, "test/keys/public".freeze, "test/test_helper.rb".freeze, "test/unit".freeze, "test/unit/encrypted_attributes_test.rb".freeze, "test/unit/sha_cipher_test.rb".freeze] s.homepage = "http://www.pluginaweek.org".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Adds support for automatically encrypting ActiveRecord attributes".freeze s.test_files = ["test/unit/sha_cipher_test.rb".freeze, "test/unit/encrypted_attributes_test.rb".freeze] s.specification_version = 2 s.add_runtime_dependency(%q.freeze, [">= 0.3.0".freeze]) end