To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / vendor / plugins / awesome_nested_set / awesome_nested_set.gemspec @ 442:753f1380d6bc

History | View | Annotate | Download (1.21 KB)

1
Gem::Specification.new do |s|
2
  s.name = "awesome_nested_set"
3
  s.version = "1.1.1"
4
  s.summary = "An awesome replacement for acts_as_nested_set and better_nested_set."
5
  s.description = s.summary
6
 
7
  s.files = %w(init.rb MIT-LICENSE Rakefile README.rdoc lib/awesome_nested_set.rb lib/awesome_nested_set/compatability.rb lib/awesome_nested_set/helper.rb lib/awesome_nested_set/named_scope.rb rails/init.rb test/awesome_nested_set_test.rb test/test_helper.rb test/awesome_nested_set/helper_test.rb test/db/database.yml test/db/schema.rb test/fixtures/categories.yml test/fixtures/category.rb test/fixtures/departments.yml test/fixtures/notes.yml)
8
 
9
  s.add_dependency "activerecord", ['>= 1.1']
10
 
11
  s.has_rdoc = true
12
  s.extra_rdoc_files = [ "README.rdoc"]
13
  s.rdoc_options = ["--main", "README.rdoc", "--inline-source", "--line-numbers"]
14
 
15
  s.test_files = %w(test/awesome_nested_set_test.rb test/test_helper.rb test/awesome_nested_set/helper_test.rb test/db/database.yml test/db/schema.rb test/fixtures/categories.yml test/fixtures/category.rb test/fixtures/departments.yml test/fixtures/notes.yml)
16
  s.require_path = 'lib'
17
  s.author = "Collective Idea"
18
  s.email = "info@collectiveidea.com"
19
  s.homepage = "http://collectiveidea.com"
20
end