Sha256: fa17670e2806b2d5c43a13d93f167e1b7f5420e216b09c6e1d703195ebfed8d9
Contents?: true
Size: 755 Bytes
Versions: 1
Compression:
Stored size: 755 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "cache_it/version" Gem::Specification.new do |s| s.name = "cache_it" s.version = CacheIt::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Rodrigo Vanegas"] s.email = ["rvanegas@gmail.com"] s.homepage = "" s.summary = %q{ActiveRecord caching} s.description = %q{Integrates ActiveRecord with cache stores provided by Rails.cache, incluing memcached} s.rubyforge_project = "cache_it" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cache_it-0.0.1 | cache_it.gemspec |