Sha256: e68d0667b58debe6db4f1f134ab1c7c5c740cb6f9606cc7da3daf1eb2775f23c

Contents?: true

Size: 970 Bytes

Versions: 1

Compression:

Stored size: 970 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'
  gem.add_development_dependency 'rspec'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
infopark_component_cache-1.1.0 infopark_component_cache.gemspec