forked from bright4/radiant-drag-order
-
Notifications
You must be signed in to change notification settings - Fork 7
/
radiant-drag_order-extension.gemspec
65 lines (60 loc) · 2.25 KB
/
radiant-drag_order-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
# 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-drag_order-extension}
s.version = "0.5.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Dirk Kelly"]
s.date = %q{2011-11-09}
s.description = %q{Radiant DragOrder allows you to reorder pages funly}
s.email = %q{[email protected]}
s.extra_rdoc_files = [
"README.md"
]
s.files = [
"README.md",
"Rakefile",
"VERSION",
"app/views/admin/pages/_handle.html.haml",
"app/views/admin/pages/_node.html.haml",
"app/views/admin/pages/index.html.haml",
"config/routes.rb",
"db/migrate/01_add_position_to_pages.rb",
"db/migrate/02_add_default_position.rb",
"drag_order_extension.rb",
"lib/drag_order/controllers/admin/pages_controller.rb",
"lib/drag_order/helpers/admin/node_helper.rb",
"lib/drag_order/models/page.rb",
"lib/drag_order/tags/core.rb",
"lib/radiant-drag_order-extension.rb",
"lib/tasks/drag_order_extension_tasks.rake",
"pkg/radiant-drag_order-extension-0.3.9.gem",
"public/images/admin/extensions/drag_order/handle.png",
"public/javascripts/admin/extensions/drag_order/drag_order.js",
"public/javascripts/admin/sitemap.js",
"public/javascripts/admin/sortable_tree.js",
"public/stylesheets/sass/admin/extensions/drag_order/drag_order.sass",
"public/stylesheets/sass/admin/partials/_index.sass",
"radiant-drag_order-extension.gemspec",
"spec/controllers/pages_controller_spec.rb",
"spec/datasets/sort_pages.rb",
"spec/spec.opts",
"spec/spec_helper.rb"
]
s.homepage = %q{http://github.com/dirkkelly/radiant-drag_order-extension}
s.require_paths = ["lib"]
s.rubygems_version = %q{1.4.2}
s.summary = %q{Drag Order 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