Skip to content

Commit

Permalink
Released 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Kroes committed Oct 28, 2010
1 parent 36eb9b9 commit 9267b46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.rdoc
Expand Up @@ -230,6 +230,9 @@ The materialised path pattern requires Ancestry to use a 'like' condition in ord

The latest and recommended version of ancestry is 1.2.2. The three numbers of each version numbers are respectively the major, minor and patch versions. We started with major version 1 because it looks so much better and ancestry was already quite mature and complete when it was published. The major version is only bumped when backwards compatibility is broken. The minor version is bumped when new features are added. The patch version is bumped when bugs are fixed.

- Version 1.2.3 (2010-10-28)
- Fixed error with determining ActiveRecord version
- Added option to specify :primary_key_format (thanks goes to rolftimmermans)
- Version 1.2.2 (2010-10-24)
- Fixed all deprecation warnings for rails 3.0.X
- Added :report option to check_ancestry_integrity!
Expand Down
5 changes: 2 additions & 3 deletions ancestry.gemspec
Expand Up @@ -3,8 +3,7 @@ Gem::Specification.new do |s|
s.description = 'Organise ActiveRecord model into a tree structure'
s.summary = 'Ancestry allows the records of a ActiveRecord model to be organised in a tree structure, using a single, intuitively formatted database column. It exposes all the standard tree structure relations (ancestors, parent, root, children, siblings, descendants) and all of them can be fetched in a single sql query. Additional features are named_scopes, integrity checking, integrity restoration, arrangement of (sub)tree into hashes and different strategies for dealing with orphaned records.'

s.version = '1.2.2'
s.date = '2010-10-24'
s.version = '1.2.3'

s.author = 'Stefan Kroes'
s.email = 's.a.kroes@gmail.com'
Expand All @@ -24,4 +23,4 @@ Gem::Specification.new do |s|
]

s.add_dependency 'activerecord', '>= 2.2.2'
end
end

0 comments on commit 9267b46

Please sign in to comment.