Sha256: 43fb5b3af19e50ec58d339fbe2e4cf09177c46c57699abe9e74117e2c4382dd7
Contents?: true
Size: 884 Bytes
Versions: 1
Compression:
Stored size: 884 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/retina_image_tag/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Felix Faerber"] gem.email = ["mail@ffaerber.com"] gem.description = %q{A high-resolution image is loaded when the retina_image_tag is called from a retina display } gem.summary = %q{A high-resolution image is loaded when the retina_image_tag is called from a retina display } gem.homepage = "https://github.com/ffaerber/retina_image_tag" 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.name = "retina_image_tag" gem.require_paths = ["lib","vendor"] gem.version = RetinaImageTag::VERSION gem.add_dependency "railties", "~> 3.1" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
retina_image_tag-0.0.1 | retina_image_tag.gemspec |