Sha256: 0b228961807a9e16517b06b205fe3e97d5dd4401d288e8bf480fb797e2d3200c
Contents?: true
Size: 844 Bytes
Versions: 1
Compression:
Stored size: 844 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.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.1 | image_tag_silent_alt.gemspec |