Sha256: c09c501ab7fcaf6ccd9bc7e3d3593af9cc81b0483c4e8eebeb3f26c8d991aae3

Contents?: true

Size: 929 Bytes

Versions: 1

Compression:

Stored size: 929 Bytes

Contents

# -*- encoding: utf-8 -*-
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'infopark_component_cache/version'

Gem::Specification.new do |gem|
  gem.name          = "infopark_component_cache"
  gem.version       = InfoparkComponentCache::VERSION
  gem.authors       = ["Tomasz Przedmojski"]
  gem.email         = ["tomasz.przedmojski@infopark.de"]
  gem.description   = %q{Easy and intelligent fragment caching for RailsConnector projects}
  gem.summary       = %q{Fragment caching with automatic dependency resolution and cache invalidation.}
  gem.homepage      = ""

  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'

  gem.add_dependency 'infopark_rails_connector'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
infopark_component_cache-1.0.0 infopark_component_cache.gemspec