Sha256: fdb690c349340b8a6ae48fa51684e88be661dc139294cf205f3e7d989db0e43c

Contents?: true

Size: 575 Bytes

Versions: 10

Compression:

Stored size: 575 Bytes

Contents

require 'rake'

begin
  require 'jeweler'
  Jeweler::Tasks.new do |gemspec|
    gemspec.name = "pgcrypto"
    gemspec.summary = "A transparent ActiveRecord::Base extension for encrypted columns"
    gemspec.description = %{
      PGCrypto is an ActiveRecord::Base extension that allows you to asymmetrically
      encrypt PostgreSQL columns with as little trouble as possible. It's totally
      freaking rad.
    }
    gemspec.email = "flip@x451.com"
    gemspec.homepage = "http://github.com/Plinq/pgcrypto"
    gemspec.authors = ["Flip Sasser"]
  end
rescue LoadError
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
pgcrypto-0.4.1 Rakefile
pgcrypto-0.3.6 Rakefile
pgcrypto-0.3.5 Rakefile
pgcrypto-0.3.4 Rakefile
pgcrypto-0.3.3 Rakefile
pgcrypto-0.3.1 Rakefile
pgcrypto-0.2.7 Rakefile
pgcrypto-0.2.6 Rakefile
pgcrypto-0.2.5 Rakefile
pgcrypto-0.2.4 Rakefile