Sha256: ca431d1e6a6aac70a1cd0256bdcaaace949586263c86ee09cd82206fe31885c2

Contents?: true

Size: 1.68 KB

Versions: 1

Compression:

Stored size: 1.68 KB

Contents

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

Gem::Specification.new do |s|
  s.name = %q{paranoid}
  s.version = "0.0.1"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["David Genord II"]
  s.date = %q{2010-02-18}
  s.description = %q{}
  s.email = %q{github@xspond.com}
  s.extra_rdoc_files = [
    "README.textile"
  ]
  s.files = [
    "MIT-LICENSE",
     "README.textile",
     "Rakefile",
     "VERSION.yml",
     "init.rb",
     "lib/paranoid.rb",
     "lib/paranoid/base.rb",
     "lib/paranoid/relation.rb",
     "paranoid.gemspec",
     "spec/database.yml",
     "spec/models.rb",
     "spec/paranoid_spec.rb",
     "spec/schema.rb",
     "spec/spec.opts",
     "spec/spec_helper.rb"
  ]
  s.homepage = %q{http://github.com/xspond/paranoid/}
  s.rdoc_options = ["--charset=UTF-8"]
  s.require_paths = ["lib"]
  s.rubygems_version = %q{1.3.5}
  s.summary = %q{Enable soft delete of ActiveRecord records. Based off defunct ActsAsParanoid and IsParanoid}
  s.test_files = [
    "spec/models.rb",
     "spec/paranoid_spec.rb",
     "spec/schema.rb",
     "spec/spec_helper.rb"
  ]

  if s.respond_to? :specification_version then
    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
    s.specification_version = 3

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
paranoid-0.0.1 paranoid.gemspec