# -*- encoding: utf-8 -*- # stub: menu_helper 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "menu_helper".freeze s.version = "0.1.0".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".freeze] s.date = "2008-10-26" s.email = "aaron@pluginaweek.org".freeze s.files = ["CHANGELOG.rdoc".freeze, "LICENSE".freeze, "README.rdoc".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/helpers".freeze, "test/helpers/menu_helper_test.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_test.rb".freeze] s.homepage = "http://www.pluginaweek.org".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Adds a helper method for generating a menubar".freeze s.test_files = ["test/unit/menu_bar_test.rb".freeze, "test/unit/menu_test.rb".freeze, "test/unit/html_element_test.rb".freeze, "test/helpers/menu_helper_test.rb".freeze] end