Sha256: c9ba13dd20486b803cc91bf598ba09639af50a630783929cc55a88d54632d0ab
Contents?: true
Size: 1.15 KB
Versions: 13
Compression:
Stored size: 1.15 KB
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{rails3_acts_as_paranoid} s.version = "0.1.1" s.required_rubygems_version = Gem::Requirement.new(">= 1.3.6") if s.respond_to? :required_rubygems_version= s.authors = [%q{Goncalo Silva}] s.date = %q{2011-09-03} s.description = %q{Active Record (>=3.0) plugin which allows you to hide and restore records without actually deleting them. Check its GitHub page for more in-depth information.} s.email = [%q{goncalossilva@gmail.com}] s.homepage = %q{http://github.com/goncalossilva/rails3_acts_as_paranoid} s.require_paths = [%q{lib}] s.rubyforge_project = %q{rails3_acts_as_paranoid} s.rubygems_version = %q{1.8.5} s.summary = %q{Active Record (>=3.0) plugin which allows you to hide and restore records without actually deleting them.} 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.0"]) else s.add_dependency(%q<activerecord>, ["~> 3.0"]) end else s.add_dependency(%q<activerecord>, ["~> 3.0"]) end end
Version data entries
13 entries across 13 versions & 1 rubygems