This repository has been archived by the owner on Jan 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathradiant-cache_by_page-extension.gemspec
56 lines (51 loc) · 1.89 KB
/
radiant-cache_by_page-extension.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
43
44
45
46
47
48
49
50
51
52
53
54
55
# 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 = "radiant-cache_by_page-extension"
s.version = "1.0.3"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Andrew vonderLuft"]
s.date = "2013-03-05"
s.description = "Enables per page admin option of setting caching to a non-default value, or turning it off altogether."
s.email = "avonderluft@avlux.net"
s.extra_rdoc_files = [
"README.textile"
]
s.files = [
"HELP_admin.textile",
"README.textile",
"Rakefile",
"VERSION",
"app/views/admin/pages/_caching_meta.html.haml",
"app/views/admin/pages/_caching_td.html.haml",
"app/views/admin/pages/_caching_th.html.haml",
"cache_by_page_extension.rb",
"db/migrate/001_add_page_options.rb",
"lib/cache_by_page/page_extensions.rb",
"lib/cache_by_page/site_controller_extensions.rb",
"lib/tasks/cache_by_page_extension_tasks.rake",
"radiant-cache_by_page-extension.gemspec",
"spec/controllers/admin_pages_controller_spec.rb",
"spec/controllers/site_controller_extensions_spec.rb",
"spec/integration/page_caching_spec.rb",
"spec/models/page_extensions_spec.rb",
"spec/spec.opts",
"spec/spec_helper.rb"
]
s.homepage = "https://github.com/avonderluft/radiant-cache_by_page-extension"
s.require_paths = ["lib"]
s.rubygems_version = "1.8.24"
s.summary = "Cache By Page Extension for Radiant CMS"
if s.respond_to? :specification_version then
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<radiant>, [">= 0.9.1"])
else
s.add_dependency(%q<radiant>, [">= 0.9.1"])
end
else
s.add_dependency(%q<radiant>, [">= 0.9.1"])
end
end