Sha256: e16be0ad970c9679dad969298eec6afc6ed0926d4c45a93cd1b42ff4a6b89af0

Contents?: true

Size: 962 Bytes

Versions: 1

Compression:

Stored size: 962 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/st-granat/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.13 caches_page_with_host.gemspec