Sha256: 57006ffdcfe367008d15b8d80287db05296920ebedc4a59a1a4d450eefa123a1
Contents?: true
Size: 950 Bytes
Versions: 3
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", "~> 2.6.3") end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
elephas-2.1.2 | elephas.gemspec |
elephas-2.1.1 | elephas.gemspec |
elephas-2.1.0 | elephas.gemspec |