Sha256: 6ce0ee21baf54e2f6f4ad062acbaa86f81e5b9958272a9d4ce4c4947ca1f5428
Contents?: true
Size: 1000 Bytes
Versions: 6
Compression:
Stored size: 1000 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "ehcache/version" Gem::Specification.new do |s| s.name = %q{jruby-ehcache-rails2} s.version = Ehcache::VERSION s.authors = [%q{Dylan Stamat}, %q{Jason Voegele}] s.date = %q{2012-03-14} s.description = %q{The Ehcache cache store provider for Rails 2} s.email = [%q{dstamat@elctech.com}, %q{jvoegele@terracotta.org}] s.extra_rdoc_files = [ "README.txt" ] s.homepage = %q{http://ehcache.rubyforge.org} s.rubyforge_project = %q{ehcache} s.rubygems_version = %q{1.8.9} s.summary = %q{Rails 2 cache store provider using Ehcache} s.files = `git ls-files`.split("\n").concat( ["lib/active_support/ehcache_store.rb", "lib/ehcache/active_support_store.rb"]) 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"] s.add_runtime_dependency "jruby-ehcache" end
Version data entries
6 entries across 6 versions & 3 rubygems