Sha256: 695c2f9a727e48e24f2a2461baaf85bfaa2add52e3e2ba2083c2cda316e3b7cd
Contents?: true
Size: 768 Bytes
Versions: 8
Compression:
Stored size: 768 Bytes
Contents
require File.expand_path('../lib/fotoramajs/version', __FILE__) Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.name = 'fotoramajs' s.version = Fotoramajs::VERSION s.summary = 'Fotorama is a simple, stunning, powerful JavaScript gallery.' s.description = 'Fotorama is a simple, stunning, powerful JavaScript ' + 'gallery. This is a gem, that allow you to simple install ' + 'and maintain Fotorama in Rails Assets Pipeline.' s.files = `git ls-files`.split("\n") s.require_path = 'lib' s.author = 'Artem Polikarpov' s.email = 'fotoramajs@gmail.com' s.homepage = 'http://fotorama.io/' s.license = 'MIT' s.add_dependency 'sprockets', '>= 2' end
Version data entries
8 entries across 8 versions & 1 rubygems