Class: WithoutScope::ActsAsRevisable::GemSpecOptions

Inherits:
Object
  • Object
show all
Defined in:
lib/acts_as_revisable/gem_spec_options.rb

Constant Summary collapse

HASH =
{
  :name => "acts_as_revisable",
  :version => WithoutScope::ActsAsRevisable::VERSION::STRING,
  :summary => "acts_as_revisable enables revision tracking, querying, reverting and branching of ActiveRecord models. Inspired by acts_as_versioned.",
  :email => "[email protected]",
  :homepage => "http://github.com/rich/acts_as_revisable",
  :has_rdoc => true,
  :authors => ["Rich Cavanaugh", "Stephen Caudill"],
  :files => %w( LICENSE README.rdoc Rakefile ) + Dir["{spec,lib,generators,rails}/**/*"],
  :rdoc_options => ["--main", "README.rdoc"],
  :extra_rdoc_files => ["README.rdoc", "LICENSE"]
}