# -*- encoding: utf-8 -*- # stub: tophat 2.3.0 ruby lib Gem::Specification.new do |s| s.name = "tophat".freeze s.version = "2.3.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 = ["Steve Agalloco".freeze] s.date = "2016-07-13" s.description = "Simple view helpers for your layouts".freeze s.email = ["steve.agalloco@gmail.com".freeze] s.files = [".document".freeze, ".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE.md".freeze, "README.md".freeze, "Rakefile".freeze, "lib/tophat.rb".freeze, "lib/tophat/html.rb".freeze, "lib/tophat/meta.rb".freeze, "lib/tophat/opengraph.rb".freeze, "lib/tophat/railtie.rb".freeze, "lib/tophat/reset.rb".freeze, "lib/tophat/robots.rb".freeze, "lib/tophat/stylesheet.rb".freeze, "lib/tophat/title.rb".freeze, "lib/tophat/twitter_card.rb".freeze, "lib/tophat/version.rb".freeze, "spec/spec_helper.rb".freeze, "spec/tophat/html_helper_spec.rb".freeze, "spec/tophat/meta_helper_spec.rb".freeze, "spec/tophat/opengraph_helper_spec.rb".freeze, "spec/tophat/robots_helper_spec.rb".freeze, "spec/tophat/stylesheet_helper_spec.rb".freeze, "spec/tophat/title_helper_spec.rb".freeze, "spec/tophat/twitter_card_helper_spec.rb".freeze, "spec/tophat_spec.rb".freeze, "tophat.gemspec".freeze] s.homepage = "https://github.com/stve/tophat".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Simple view helpers for your layouts".freeze s.test_files = ["spec/spec_helper.rb".freeze, "spec/tophat/html_helper_spec.rb".freeze, "spec/tophat/meta_helper_spec.rb".freeze, "spec/tophat/opengraph_helper_spec.rb".freeze, "spec/tophat/robots_helper_spec.rb".freeze, "spec/tophat/stylesheet_helper_spec.rb".freeze, "spec/tophat/title_helper_spec.rb".freeze, "spec/tophat/twitter_card_helper_spec.rb".freeze, "spec/tophat_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 3.0.0".freeze]) end