Sha256: c6a09d708a48c722e059b4fa716158ca1322736e55718999eceae1058181c594
Contents?: true
Size: 956 Bytes
Versions: 1
Compression:
Stored size: 956 Bytes
Contents
# -*- encoding: utf-8 -*- lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'caches_page_with_host/version' Gem::Specification.new do |gem| gem.license = "MIT" gem.name = "caches_page_with_host" gem.version = CachesPageWithHost::VERSION gem.authors = ["Andrey"] gem.email = ["railscode@gmail.com"] gem.description = "Caches Page with current host to public/kesh folder. Include nginx for example config" gem.summary = "Caches Page with current host to public/kesh folder. Include nginx for example config" gem.homepage = "https://github.com/vav/caches_page_with_host" 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"] gem.add_dependency "rails", ">= 3.2.12" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
caches_page_with_host-0.0.12 | caches_page_with_host.gemspec |