Sha256: c550048d259804dcea98762ab8194f32df8dc7da7a2e3f432d1be457b730f5aa

Contents?: true

Size: 1.95 KB

Versions: 1

Compression:

Stored size: 1.95 KB

Contents

# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = "pgcrypto"
  s.version = "0.2.4"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Flip Sasser"]
  s.date = "2012-08-11"
  s.description = "\n      PGCrypto is an ActiveRecord::Base extension that allows you to asymmetrically\n      encrypt PostgreSQL columns with as little trouble as possible. It's totally\n      freaking rad.\n    "
  s.email = "flip@x451.com"
  s.extra_rdoc_files = [
    "LICENSE",
    "README.markdown"
  ]
  s.files = [
    ".rspec",
    ".simplecov",
    "CHANGES",
    "Gemfile",
    "Guardfile",
    "LICENSE",
    "README.markdown",
    "Rakefile",
    "VERSION",
    "autotest/discover.rb",
    "lib/generators/pgcrypto/install/USAGE",
    "lib/generators/pgcrypto/install/install_generator.rb",
    "lib/generators/pgcrypto/install/templates/initializer.rb",
    "lib/generators/pgcrypto/install/templates/migration.rb",
    "lib/pgcrypto.rb",
    "lib/pgcrypto/active_record.rb",
    "lib/pgcrypto/arel.rb",
    "lib/pgcrypto/column.rb",
    "lib/pgcrypto/key.rb",
    "lib/pgcrypto/table_manager.rb",
    "pgcrypto.gemspec",
    "spec/lib/pgcrypto_spec.rb",
    "spec/spec_helper.rb",
    "spec/support/private.key",
    "spec/support/public.key"
  ]
  s.homepage = "http://github.com/Plinq/pgcrypto"
  s.require_paths = ["lib"]
  s.rubygems_version = "1.8.24"
  s.summary = "A transparent ActiveRecord::Base extension for encrypted columns"

  if s.respond_to? :specification_version then
    s.specification_version = 3

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
      s.add_runtime_dependency(%q<activerecord>, [">= 3.2"])
    else
      s.add_dependency(%q<activerecord>, [">= 3.2"])
    end
  else
    s.add_dependency(%q<activerecord>, [">= 3.2"])
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pgcrypto-0.2.4 pgcrypto.gemspec