Skip to content

Commit

Permalink
Make that 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerjan Stokkink committed May 4, 2012
1 parent 7596071 commit 0a0d6b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ancestry.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +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.3'
s.version = '1.3.0'

s.author = 'Stefan Kroes'
s.email = 's.a.kroes@gmail.com'
Expand Down

0 comments on commit 0a0d6b2

Please sign in to comment.