Sha256: dcf3acca850a6a9c0739111bc0609f210efff13ca5b7f5cd79229ee663a6e00c
Contents?: true
Size: 1.6 KB
Versions: 2
Compression:
Stored size: 1.6 KB
Contents
# -*- encoding: utf-8 -*- require File.expand_path File.join('..', 'lib', 'amp_html', 'version'), __FILE__ Gem::Specification.new do |gem| gem.name = 'amp-html' gem.version = AmpHtml::VERSION gem.platform = Gem::Platform::RUBY gem.summary = 'Reliable and high-performant apps with AMP & Rails. Formerly `amphtml`.' gem.description = "[BETA, Formerly `amphtml`] AmpHtml is a universal solution to integrate the AMP Project (Accelerated Mobile Pages Project) into your Rails app with ease. It enables you to quickly spin-up, build and test your app with AMP, while fulfilling the app's unique requirements. It comes with a bunch of superpowers like user authentication, notifications, blogs, animations and support for assets in AMP. Make your app consistently fast, beautiful and high-performing across devices and distribution platforms." gem.authors = ['Jonas Hübotter'] gem.email = 'developer@slooob.com' gem.homepage = 'https://github.com/slooob/amp-html' # https://railsamp.com gem.license = 'MIT' gem.files = `git ls-files`.split("\n") gem.require_paths = ['lib'] gem.bindir = 'bin' gem.executables = ['amp-html'] gem.post_install_message = IO.read 'INSTALL.md' gem.required_ruby_version = '>= 2.0' gem.add_dependency 'rails', '>= 4.0.0' # Development gem.add_dependency 'thor', '~> 0.20' gem.add_dependency 'launchy', '~> 2.4' gem.add_dependency 'highline', '~> 1.7' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
amp-html-0.7.10 | amp-html.gemspec |
amp-html-0.7.8 | amp-html.gemspec |