# -*- encoding: utf-8 -*- # stub: slim_breadcrumb 0.0.1 ruby lib Gem::Specification.new do |s| s.name = "slim_breadcrumb".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 = ["Sebastian Fiedlschuster".freeze] s.date = "2012-06-11" s.description = "Slim out certain elements of a breadcrumb navigation and show these elements only if the user\\'s mouse dwellls on the breadcrumb separator.".freeze s.email = ["sebastian@fiedlschuster.de".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".sass-cache/dee5c1696b53a5db8342d6b3792b979412cf849f/breadcrumb.css.sassc".freeze, ".sass-cache/dee5c1696b53a5db8342d6b3792b979412cf849f/modifications.css.sassc".freeze, ".sass-cache/dee5c1696b53a5db8342d6b3792b979412cf849f/root.css.sassc".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Guardfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "lib/assets/images/slim_breadcrumb/breadcrumb-sep.png".freeze, "lib/assets/javascripts/slim_breadcrumb.js.coffee".freeze, "lib/slim_breadcrumb.rb".freeze, "lib/slim_breadcrumb/engine.rb".freeze, "lib/slim_breadcrumb/version.rb".freeze, "slim_breadcrumb.gemspec".freeze, "spec/integration/slim_breadcrumb_spec.rb".freeze, "spec/spec_helper.rb".freeze, "test_app/.gitignore".freeze, "test_app/Gemfile".freeze, "test_app/README.md".freeze, "test_app/Rakefile".freeze, "test_app/app/assets/images/rails.png".freeze, "test_app/app/assets/images/screenshot.png".freeze, "test_app/app/assets/javascripts/activate_best_in_place.js".freeze, "test_app/app/assets/javascripts/application.js".freeze, "test_app/app/assets/stylesheets/application.css".freeze, "test_app/app/assets/stylesheets/breadcrumb.css.sass".freeze, "test_app/app/assets/stylesheets/modifications.css.sass".freeze, "test_app/app/assets/stylesheets/nifty.css".freeze, "test_app/app/assets/stylesheets/root.css.sass".freeze, "test_app/app/controllers/application_controller.rb".freeze, "test_app/app/controllers/root_controller.rb".freeze, "test_app/app/helpers/application_helper.rb".freeze, "test_app/app/helpers/error_messages_helper.rb".freeze, "test_app/app/helpers/layout_helper.rb".freeze, "test_app/app/mailers/.gitkeep".freeze, "test_app/app/models/.gitkeep".freeze, "test_app/app/views/layouts/application.html.erb".freeze, "test_app/app/views/root/index.html.erb".freeze, "test_app/config.ru".freeze, "test_app/config/application.rb".freeze, "test_app/config/boot.rb".freeze, "test_app/config/database.yml".freeze, "test_app/config/environment.rb".freeze, "test_app/config/environments/development.rb".freeze, "test_app/config/environments/production.rb".freeze, "test_app/config/environments/test.rb".freeze, "test_app/config/initializers/backtrace_silencers.rb".freeze, "test_app/config/initializers/inflections.rb".freeze, "test_app/config/initializers/mime_types.rb".freeze, "test_app/config/initializers/secret_token.rb".freeze, "test_app/config/initializers/session_store.rb".freeze, "test_app/config/initializers/wrap_parameters.rb".freeze, "test_app/config/locales/en.yml".freeze, "test_app/config/routes.rb".freeze, "test_app/db/schema.rb".freeze, "test_app/db/seeds.rb".freeze, "test_app/lib/assets/.gitkeep".freeze, "test_app/lib/tasks/.gitkeep".freeze, "test_app/public/404.html".freeze, "test_app/public/422.html".freeze, "test_app/public/500.html".freeze, "test_app/public/favicon.ico".freeze, "test_app/public/robots.txt".freeze, "test_app/public/stylesheets/application.css".freeze, "test_app/script/rails".freeze, "test_app/test/fixtures/users.yml".freeze, "test_app/test/functional/users_controller_test.rb".freeze, "test_app/test/unit/user_test.rb".freeze, "test_app/vendor/assets/javascripts/.gitkeep".freeze, "test_app/vendor/assets/stylesheets/.gitkeep".freeze, "test_app/vendor/plugins/.gitkeep".freeze] s.homepage = "https://github.com/fiedl/slim_breadcrumb".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Slim out certain elements of a breadcrumb navigation and show these elements only if the user\\'s mouse dwellls on the breadcrumb separator.".freeze s.test_files = ["spec/integration/slim_breadcrumb_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 3.2".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 2.8.0".freeze]) s.add_development_dependency(%q.freeze, ["= 1.0.1".freeze]) s.add_development_dependency(%q.freeze, [">= 1.5.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["= 2.10.0".freeze]) s.add_development_dependency(%q.freeze, ["= 0.5.5".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end