forked from parasew/acts_as_tree
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathacts_as_tree.gemspec
48 lines (44 loc) · 1.3 KB
/
acts_as_tree.gemspec
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Generated by jeweler
# DO NOT EDIT THIS FILE
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{acts_as_tree}
s.version = "1.2.3"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["David Heinemeier Hansson", "and others"]
s.date = %q{2009-08-19}
s.description = %q{acts_as_tree as a gem}
s.email = %q{[email protected]}
s.extra_rdoc_files = [
"README"
]
s.files = [
"README",
"Rakefile",
"VERSION",
"init.rb",
"lib/active_record/acts/tree.rb",
"lib/acts_as_tree.rb",
"lib/acts_as_tree/helper.rb",
"lib/acts_as_tree/railtie.rb",
"rails/init.rb",
"test/acts_as_tree_test.rb"
]
s.homepage = %q{http://github.com/saturnflyer/acts_as_tree}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.5}
s.summary = %q{acts_as_tree as a gem}
s.test_files = [
"test/acts_as_tree_test.rb"
]
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
else
end
else
end
end