forked from ninjudd/method_cache
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmethod_cache.gemspec
More file actions
36 lines (33 loc) · 1.01 KB
/
method_cache.gemspec
File metadata and controls
36 lines (33 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{method_cache}
s.version = "0.7.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Justin Balthrop"]
s.date = %q{2011-09-20}
s.description = %q{Simple memcache-based memoization library for Ruby}
s.email = %q{code@justinbalthrop.com}
s.extra_rdoc_files = [
"LICENSE",
"README.rdoc"
]
s.files = [
"LICENSE",
"README.rdoc",
"Rakefile",
"VERSION.yml",
"lib/method_cache.rb",
"lib/method_cache/proxy.rb",
"method_cache.gemspec",
"test/method_cache_remote_test.rb",
"test/method_cache_test.rb",
"test/test_helper.rb"
]
s.homepage = %q{http://github.com/ninjudd/method_cache}
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.summary = %q{Simple memcache-based memoization library for Ruby}
end