# -*- encoding: utf-8 -*- # stub: middleman-aria_current 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "middleman-aria_current".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 = ["Tyson Gach".freeze, "Sean Doyle".freeze] s.date = "2017-03-17" s.email = ["tyson@thoughtbot.com".freeze, "sean@thoughtbot.com".freeze] s.files = [".gitignore".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE.md".freeze, "README.md".freeze, "Rakefile".freeze, "features/aria_current.feature".freeze, "features/support/env.rb".freeze, "fixtures/aria_current-app/build/index.html".freeze, "fixtures/aria_current-app/config.rb".freeze, "fixtures/aria_current-app/source/different-url.html.erb".freeze, "fixtures/aria_current-app/source/foo-bar.html.erb".freeze, "fixtures/aria_current-app/source/with-block.html.erb".freeze, "fixtures/aria_current-app/source/with-params.html.erb".freeze, "fixtures/aria_current-app/source/without-params.html.erb".freeze, "lib/middleman-aria_current.rb".freeze, "lib/middleman-aria_current/extension.rb".freeze, "middleman-aria_current.gemspec".freeze] s.homepage = "https://github.com/thoughtbot/middleman-aria_current".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A Middleman extension for indicating a current (active) link using `aria-current`.".freeze s.test_files = ["features/aria_current.feature".freeze, "features/support/env.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q<middleman-core>.freeze, ["~> 4.2".freeze]) end