# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'html5compat/version' Gem::Specification.new do |spec| spec.name = "html5compat" spec.version = Html5compat::VERSION spec.authors = ["Marcel Ruhf"] spec.email = ["marcel@marcelruhf.com"] spec.summary = %q{This gem adds html5shiv and respond.js to the Rails asset pipeline} spec.description = %q{This gem adds html5shiv and respond.js to the Rails asset pipeline} spec.homepage = "https://github.com/marcelruhf/html5compat" spec.license = "Apache-2.0" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 0" spec.add_development_dependency "rake", "~> 0" end