# 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 = "dynamic_menus" s.version = "0.0.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["kaspernj"] s.date = "2013-05-28" s.description = "Various helpers to create dynamic menus in Rails." s.email = "k@spernj.org" s.extra_rdoc_files = [ "README.rdoc" ] s.files = [ "Gemfile", "Gemfile.lock", "MIT-LICENSE", "README.rdoc", "Rakefile", "VERSION", "app/controllers/dynamic_menus_controller.rb", "app/models/dynamic_menu.rb", "app/views/dynamic_menus/_form.html.haml", "app/views/dynamic_menus/edit.html.haml", "app/views/dynamic_menus/index.html.haml", "app/views/dynamic_menus/new.html.haml", "app/views/dynamic_menus/show.html.haml", "app/views/error_no_access.html.haml", "dynamic_menus.gemspec", "lib/dynamic_menus.rb", "lib/dynamic_menus/version.rb", "lib/tasks/dynamic_menus_tasks.rake", "test/dummy/README.rdoc", "test/dummy/Rakefile", "test/dummy/app/assets/javascripts/application.js", "test/dummy/app/assets/stylesheets/application.css", "test/dummy/app/controllers/application_controller.rb", "test/dummy/app/helpers/application_helper.rb", "test/dummy/app/mailers/.gitkeep", "test/dummy/app/models/.gitkeep", "test/dummy/app/models/user.rb", "test/dummy/app/views/layouts/application.html.haml", "test/dummy/config.ru", "test/dummy/config/application.rb", "test/dummy/config/boot.rb", "test/dummy/config/database.yml", "test/dummy/config/environment.rb", "test/dummy/config/environments/development.rb", "test/dummy/config/environments/production.rb", "test/dummy/config/environments/test.rb", "test/dummy/config/initializers/backtrace_silencers.rb", "test/dummy/config/initializers/inflections.rb", "test/dummy/config/initializers/mime_types.rb", "test/dummy/config/initializers/secret_token.rb", "test/dummy/config/initializers/session_store.rb", "test/dummy/config/initializers/wrap_parameters.rb", "test/dummy/config/locales/en.yml", "test/dummy/config/routes.rb", "test/dummy/db/migrate/20130311085618_create_users.rb", "test/dummy/db/migrate/20130311085700_create_dynamic_menus.rb", "test/dummy/db/schema.rb", "test/dummy/lib/assets/.gitkeep", "test/dummy/log/.gitkeep", "test/dummy/public/404.html", "test/dummy/public/422.html", "test/dummy/public/500.html", "test/dummy/public/favicon.ico", "test/dummy/script/rails", "test/dummy/test/fixtures/users.yml", "test/dummy/test/unit/user_test.rb", "test/dynamic_menus_test.rb", "test/test_helper.rb" ] s.homepage = "http://github.com/kaspernj/dynamic_menus" s.licenses = ["MIT"] s.require_paths = ["lib"] s.rubygems_version = "1.8.23" s.summary = "Various helpers to create dynamic menus in Rails." if s.respond_to? :specification_version then 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_runtime_dependency(%q, [">= 0"]) s.add_runtime_dependency(%q, [">= 0"]) s.add_development_dependency(%q, [">= 0"]) else s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) end else s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) s.add_dependency(%q, [">= 0"]) end end