forked from rails/acts_as_tree
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathparndt-acts_as_tree.gemspec
More file actions
31 lines (30 loc) · 916 Bytes
/
Copy pathparndt-acts_as_tree.gemspec
File metadata and controls
31 lines (30 loc) · 916 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Gem::Specification.new do |s|
s.name = %q{parndt-acts_as_tree}
s.version = %q{1.2.5}
s.description = %q{Use this acts_as extension if you want to model a tree structure by providing a parent association and a children
association.}
s.date = %q{2010-08-31}
s.summary = %q{acts_as_tree plugin.}
s.homepage = %q{http://philiparndt.name}
s.authors = ["David Heinemeier Hansson", "Philip Arndt", "Others"]
s.require_paths = %w(lib)
s.files = [
'init.rb',
'lib',
'lib/active_record',
'lib/active_record/acts',
'lib/active_record/acts/tree.rb',
'lib/acts_as_tree.rb',
'lib/gemspec.rb',
'rails',
'rails/init.rb',
'Rakefile',
'readme.textile',
'test',
'test/acts_as_tree_test.rb',
'VERSION'
]
s.test_files = [
'test/acts_as_tree_test.rb'
]
end