# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{sortable_nested_set} s.version = "0.2.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Jason Murad"] s.date = %q{2010-12-15} s.description = %q{reusable menu for navigation and modification or hierarchical categories} s.email = %q{jason@thriess.com} s.extra_rdoc_files = [ "README", "README.rdoc" ] s.files = [ ".document", "Gemfile", "Gemfile.lock", "README", "README.rdoc", "Rakefile", "VERSION", "app/helpers/sortable_nested_set_helper.rb", "app/views/sortable_nested_set/_category.html.erb", "app/views/sortable_nested_set/_item.html.erb", "app/views/sortable_nested_set/_tree.html.erb", "app/views/sortable_nested_set/sns_destroy_category.js.erb", "app/views/sortable_nested_set/sns_destroy_item.js.erb", "lib/sortable_nested_set.rb", "lib/sortable_nested_set/acts_as_sortable_nested_set.rb", "lib/sortable_nested_set/engine.rb", "lib/sortable_nested_set/handles_sortable_nested_set.rb", "lib/sortable_nested_set/routes.rb", "public/images/folder_closed.png", "public/images/folder_open.png", "public/images/mega_menu.png", "public/javascripts/jquery.hoverIntent.minified.js", "public/javascripts/jquery.ui.nestedSortable.js", "public/javascripts/sortable_nested_set.js", "public/stylesheets/sortable_nested_set.css", "sortable_nested_set.gemspec", "test/helper.rb", "test/test_sortable_nested_set.rb" ] s.homepage = %q{http://github.com/jrmurad/sortable_nested_set} s.licenses = ["MIT"] s.require_paths = ["lib"] s.rubygems_version = %q{1.3.7} s.summary = %q{reusable menu for navigation and modification or hierarchical categories} s.test_files = [ "test/helper.rb", "test/test_sortable_nested_set.rb" ] if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, [">= 0"]) s.add_development_dependency(%q, [">= 0"]) s.add_development_dependency(%q, ["~> 1.0.0"]) s.add_development_dependency(%q, ["~> 1.5.1"]) s.add_development_dependency(%q, [">= 0"]) else s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, ["~> 1.0.0"]) s.add_dependency(%q, ["~> 1.5.1"]) s.add_dependency(%q, [">= 0"]) end else s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, ["~> 1.0.0"]) s.add_dependency(%q, ["~> 1.5.1"]) s.add_dependency(%q, [">= 0"]) end end