-
Notifications
You must be signed in to change notification settings - Fork 0
/
padrino-cache-0.12.5.gemspec
42 lines (37 loc) · 1.52 KB
/
padrino-cache-0.12.5.gemspec
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
36
37
38
39
40
41
42
# -*- encoding: utf-8 -*-
# stub: padrino-cache 0.12.5 ruby lib
Gem::Specification.new do |s|
s.name = "padrino-cache"
s.version = "0.12.5"
s.required_rubygems_version = Gem::Requirement.new(">= 1.3.6") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Padrino Team", "Nathan Esquenazi", "Davide D'Agostino", "Arthur Chiu"]
s.date = "2015-03-04"
s.description = "Caching support for memcached, page and fragment"
s.email = "padrinorb@gmail.com"
s.extra_rdoc_files = ["README.rdoc"]
s.files = ["README.rdoc"]
s.homepage = "http://www.padrinorb.com"
s.licenses = ["MIT"]
s.rdoc_options = ["--charset=UTF-8"]
s.rubyforge_project = "padrino-cache"
s.rubygems_version = "2.4.5"
s.summary = "Page and fragment caching for Padrino"
s.installed_by_version = "2.4.5" if s.respond_to? :installed_by_version
if s.respond_to? :specification_version then
s.specification_version = 4
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<padrino-core>, ["= 0.12.5"])
s.add_runtime_dependency(%q<padrino-helpers>, ["= 0.12.5"])
s.add_runtime_dependency(%q<moneta>, ["~> 0.7.0"])
else
s.add_dependency(%q<padrino-core>, ["= 0.12.5"])
s.add_dependency(%q<padrino-helpers>, ["= 0.12.5"])
s.add_dependency(%q<moneta>, ["~> 0.7.0"])
end
else
s.add_dependency(%q<padrino-core>, ["= 0.12.5"])
s.add_dependency(%q<padrino-helpers>, ["= 0.12.5"])
s.add_dependency(%q<moneta>, ["~> 0.7.0"])
end
end