Sha256: 20c9b6b0bc9807a3f65de135483ceb0d1575951efdf4176ddca45ac65b76b14d

Contents?: true

Size: 950 Bytes

Versions: 1

Compression:

Stored size: 950 Bytes

Contents

# encoding: utf-8
#
# This file is part of the elephas gem. Copyright (C) 2013 and above Shogun <shogun_panda@me.com>.
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
#

require File.expand_path('../lib/elephas/version', __FILE__)

Gem::Specification.new do |gem|
  gem.name = "elephas"
  gem.version = Elephas::Version::STRING
  gem.homepage = "http://sw.cow.tc/elephas"
  gem.summary = %q{A storage agnostic caching framework.}
  gem.description = %q{A storage agnostic caching framework.}
  gem.rubyforge_project = "elephas"

  gem.authors = ["Shogun"]
  gem.email = ["shogun_panda@me.com"]

  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.required_ruby_version = ">= 1.9.3"

  gem.add_dependency("lazier", "~> 3.2.4")
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
elephas-4.1.4 elephas.gemspec