Sha256: 40b2de6543d9be377b0ce858c8a15f1c5f44929a16c5079ca8cc1682ab360430

Contents?: true

Size: 1 KB

Versions: 2

Compression:

Stored size: 1 KB

Contents

# 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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
html5compat-1.0.1 html5compat.gemspec
html5compat-1.0.0 html5compat.gemspec