Sha256: 3e091cbdff2c2ceb35cede1a3a97e625d69b57bd7caafb8e84dadaa1d3b05e99
Contents?: true
Size: 968 Bytes
Versions: 3
Compression:
Stored size: 968 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'ie/compat/version' Gem::Specification.new do |spec| spec.name = 'ie-compat' spec.version = IE::Compat::VERSION spec.authors = ['Elia Schito'] spec.email = ['elia@schito.me'] spec.summary = %q{The usual set of IE 9 and <9 compatibility assets} spec.description = %q{Sick of reimplementing `console.log` every time you have to support Microsoft Internet Explorer < 10?} spec.homepage = 'https://github.com/mikamai/ie-compat#readme' spec.license = 'MIT' spec.files = `git ls-files -z`.split("\x0") 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', '~> 1.6' spec.add_development_dependency 'rake' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ie-compat-0.1.2 | ie-compat.gemspec |
ie-compat-0.1.1 | ie-compat.gemspec |
ie-compat-0.1.0 | ie-compat.gemspec |