Sha256: b90a979cfac9bff670505881d127bae5507599880163cb5ac188a1db81450b6d

Contents?: true

Size: 1.02 KB

Versions: 5

Compression:

Stored size: 1.02 KB

Contents

# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = "acts_as_audited"
  s.version = "2.1.0"

  s.required_rubygems_version = Gem::Requirement.new(">= 1.3.6") if s.respond_to? :required_rubygems_version=
  s.authors = ["Brandon Keepers", "Kenneth Kalmer", "Daniel Morrison", "Brian Ryckbost"]
  s.date = "2012-04-11"
  s.email = "daniel@collectiveidea.com  "
  s.homepage = "https://github.com/collectiveidea/acts_as_audited"
  s.rdoc_options = ["--main", "README.rdoc", "--line-numbers", "--inline-source"]
  s.require_paths = ["lib"]
  s.rubygems_version = "1.8.10"
  s.summary = "ActiveRecord extension that logs all changes to your models in an audits table"

  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<rails>, [">= 3.0.3", "~> 3.0"])
    else
      s.add_dependency(%q<rails>, [">= 3.0.3", "~> 3.0"])
    end
  else
    s.add_dependency(%q<rails>, [">= 3.0.3", "~> 3.0"])
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
sunrise-cms-0.3.3 vendor/bundle/ruby/1.9.1/specifications/acts_as_audited-2.1.0.gemspec
sunrise-cms-0.3.2 vendor/bundle/ruby/1.9.1/specifications/acts_as_audited-2.1.0.gemspec
sunrise-cms-0.3.1 vendor/bundle/ruby/1.9.1/specifications/acts_as_audited-2.1.0.gemspec
sunrise-cms-0.3.0 vendor/bundle/ruby/1.9.1/specifications/acts_as_audited-2.1.0.gemspec
sunrise-cms-0.3.0.rc vendor/bundle/ruby/1.9.1/specifications/acts_as_audited-2.1.0.gemspec