Sha256: 0ca40983f17099c0da74c31bb518d4325cf158b80c2a4cc207232872c9ae6721
Contents?: true
Size: 1.06 KB
Versions: 1
Compression:
Stored size: 1.06 KB
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', '~> 4.2.6' gem.add_dependency 'infopark_fiona_connector' gem.add_development_dependency 'rspec-rails', '~> 3.5' gem.add_development_dependency 'sqlite3' gem.add_development_dependency 'byebug' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
infopark_component_cache-3.1.0 | infopark_component_cache.gemspec |