-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathradiant-settings-extension.gemspec
84 lines (79 loc) · 2.82 KB
/
radiant-settings-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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# 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{radiant-settings-extension}
s.version = "1.1.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Alex Wayne", "Jim Gay", "Andrew vonderLuft"]
s.date = %q{2011-04-21}
s.description = %q{Allows users to edit the details of the config table.}
s.email = %q{[email protected]}
s.extra_rdoc_files = [
"README.markdown"
]
s.files = [
"HELP_admin.md",
"README.markdown",
"Rakefile",
"VERSION",
"app/controllers/admin/settings_controller.rb",
"app/helpers/admin/settings_helper.rb",
"app/views/admin/settings/_form.html.haml",
"app/views/admin/settings/_setting.html.haml",
"app/views/admin/settings/edit.html.haml",
"app/views/admin/settings/index.html.haml",
"app/views/admin/settings/new.html.haml",
"config/locales/de.yml",
"config/locales/en.yml",
"config/locales/nl.yml",
"config/locales/ru.yml",
"config/routes.rb",
"cucumber.yml",
"db/migrate/001_add_description_to_config.rb",
"db/migrate/002_add_settings_roles.rb",
"features/support/env.rb",
"features/support/paths.rb",
"lib/config_find_all_as_tree.rb",
"lib/config_protection.rb",
"lib/settings_tags.rb",
"lib/tasks/settings_extension_tasks.rake",
"public/images/extensions/settings/setting.png",
"radiant-settings-extension.gemspec",
"settings_extension.rb",
"spec/controllers/admin/settings_controller_spec.rb",
"spec/helpers/admin/settings_helper_spec.rb",
"spec/lib/radiant/admin_ui_spec.rb",
"spec/lib/settings_tags_spec.rb",
"spec/models/config_spec.rb",
"spec/spec.opts",
"spec/spec_helper.rb",
"spec/views/admin/settings/edit_view_spec.rb",
"spec/views/admin/settings/index_view_spec.rb"
]
s.homepage = %q{https://github.com/saturnflyer/radiant-settings}
s.require_paths = ["lib"]
s.rubygems_version = %q{1.5.2}
s.summary = %q{Settings Extension for Radiant CMS}
s.test_files = [
"spec/controllers/admin/settings_controller_spec.rb",
"spec/helpers/admin/settings_helper_spec.rb",
"spec/lib/radiant/admin_ui_spec.rb",
"spec/lib/settings_tags_spec.rb",
"spec/models/config_spec.rb",
"spec/spec_helper.rb",
"spec/views/admin/settings/edit_view_spec.rb",
"spec/views/admin/settings/index_view_spec.rb"
]
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