Sha256: adc62d20b23e7b66c8cf2a9090063d9c6c17e4a144d881f8db8b786fc7521743
Contents?: true
Size: 654 Bytes
Versions: 1
Compression:
Stored size: 654 Bytes
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |gem| gem.name = 'retinajs-rails' gem.version = '2.1.3' gem.date = Date.today gem.authors = ["Joshua Jansen"] gem.email = ["joshuajansen88@gmail.com"] gem.description = %q{Adds retina.js assets and image helpers to your Rails app} gem.summary = %q{This gem adds the retina.js assets to your asset pipeline and adds helper methods for rendering retina images.} gem.homepage = "https://github.com/joshuajansen/retinajs-rails" gem.files = `git ls-files`.split($\) gem.require_paths = ["lib"] gem.license = 'MIT' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
retinajs-rails-2.1.3 | retinajs-rails.gemspec |