Sha256: 3748222e2a451966ae8d72fed6f36771a7b3f5fbc359f59c31378d6feb715049

Contents?: true

Size: 872 Bytes

Versions: 1

Compression:

Stored size: 872 Bytes

Contents

# -*- encoding: utf-8 -*-
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'image_tag_silent_alt/version'

Gem::Specification.new do |gem|
  gem.name          = "image_tag_silent_alt"
  gem.version       = ImageTagSilentAlt::VERSION
  gem.authors       = ["Philip Hallstrom"]
  gem.email         = ["philip@pjkh.com"]
  gem.description   = %q{Set an image's alt attribute to a blank string by default.}
  gem.summary       = %q{Set an image's alt attribute to a blank string by default.}
  gem.homepage      = "https://github.com/phallstrom/image_tag_silent_alt"
  gem.license       = "MIT"

  gem.files         = `git ls-files`.split($/)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.require_paths = ["lib"]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
image_tag_silent_alt-0.0.2 image_tag_silent_alt.gemspec