forked from amoeba-rb/amoeba
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,11 +5,11 @@ require 'amoeba/version' | |
Gem::Specification.new do |s| | ||
s.name = 'amoeba' | ||
s.version = Amoeba::VERSION | ||
s.authors = ['Vaughn Draughon'] | ||
s.email = '[email protected]' | ||
s.homepage = 'http://github.com/rocksolidwebdesign/amoeba' | ||
s.authors = ['Vaughn Draughon', 'Oleksandr Simonov'] | ||
s.email = '[email protected]' | ||
s.homepage = 'http://github.com/amoeba-rb/amoeba' | ||
s.license = 'BSD' | ||
s.summary = 'Easy copying of rails models and their child associations. ' | ||
s.summary = 'Easy copying of rails models and their child associations.' | ||
|
||
s.description = <<-EOF | ||
An extension to ActiveRecord to allow the duplication method to also copy associated children, with recursive support for nested of grandchildren. The behavior is controllable with a simple DSL both on your rails models and on the fly, i.e. per instance. Numerous configuration styles and preprocessing directives are included for power and flexibility. Supports preprocessing of field values to prepend strings such as "Copy of ", to nullify or process field values with regular expressions. Supports most association types including has_one :through and has_many :through. | ||
|