Sha256: 39c33cd20954252d420cb0ac5785daa3c620804801da44e2bf53c5ac092953c7

Contents?: true

Size: 855 Bytes

Versions: 6

Compression:

Stored size: 855 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "ehcache/version"

Gem::Specification.new do |s|
  s.name = %q{jruby-ehcache}
  s.version = Ehcache::VERSION
  s.authors = [%q{Dylan Stamat}, %q{Jason Voegele}]
  s.date = %q{2012-03-14}
  s.description = %q{JRuby interface to the popular Java caching library Ehcache}
  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{JRuby interface to Ehcache}

  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

6 entries across 6 versions & 3 rubygems

Version Path
jruby-ehcache-rails3-1.3.1 jruby-ehcache.gemspec
jruby-ehcache-rails2-1.3.1 jruby-ehcache.gemspec
jruby-ehcache-1.3.1 jruby-ehcache.gemspec
jruby-ehcache-rails3-1.3.0 jruby-ehcache.gemspec
jruby-ehcache-rails2-1.3.0 jruby-ehcache.gemspec
jruby-ehcache-1.3.0 jruby-ehcache.gemspec