# -*- encoding: utf-8 -*- # stub: menu_helper 0.0.1 ruby lib Gem::Specification.new do |s| s.name = "menu_helper".freeze s.version = "0.0.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Aaron Pfeifer, Neil Abraham".freeze] s.autorequire = "menu_helper".freeze s.date = "2007-08-16" s.email = "info@pluginaweek.org".freeze s.files = ["MIT-LICENSE".freeze, "README".freeze, "Rakefile".freeze, "init.rb".freeze, "lib/menu_helper".freeze, "lib/menu_helper.rb".freeze, "lib/menu_helper/html_element.rb".freeze, "lib/menu_helper/menu.rb".freeze, "lib/menu_helper/menu_bar.rb".freeze, "test/app_root".freeze, "test/app_root/app".freeze, "test/app_root/app/controllers".freeze, "test/app_root/app/controllers/about_us_controller.rb".freeze, "test/app_root/app/controllers/contact_controller.rb".freeze, "test/app_root/app/controllers/home_controller.rb".freeze, "test/app_root/config".freeze, "test/app_root/config/routes.rb".freeze, "test/test_helper.rb".freeze, "test/unit".freeze, "test/unit/html_element_test.rb".freeze, "test/unit/menu_bar_test.rb".freeze, "test/unit/menu_helper_test.rb".freeze, "test/unit/menu_test.rb".freeze] s.homepage = "http://www.pluginaweek.org".freeze s.required_ruby_version = Gem::Requirement.new("> 0.0.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Adds a helper method for generating a menubar".freeze s.test_files = ["test/unit/html_element_test.rb".freeze, "test/unit/menu_test.rb".freeze, "test/unit/menu_helper_test.rb".freeze, "test/unit/menu_bar_test.rb".freeze] end