This repository was archived by the owner on Mar 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbhm-admin.gemspec
More file actions
116 lines (111 loc) · 4.68 KB
/
bhm-admin.gemspec
File metadata and controls
116 lines (111 loc) · 4.68 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
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
# 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{bhm-admin}
s.version = "0.3.6"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Darcy Laycock"]
s.date = %q{2011-04-15}
s.description = %q{Provides a reasonably dynamic and simple to use admin area for Rails 3 application. Built on a bunch of open source libraries.}
s.email = %q{sutto@sutto.net}
s.extra_rdoc_files = [
"LICENSE",
"README.md"
]
s.files = [
".document",
"Gemfile",
"LICENSE",
"README.md",
"Rakefile",
"app/controllers/admin/base_controller.rb",
"app/controllers/admin_controller.rb",
"app/views/admin/shared/_edit_base.html.haml",
"app/views/admin/shared/_footer.html.haml",
"app/views/admin/shared/_header.html.haml",
"app/views/admin/shared/_new_base.html.haml",
"app/views/admin/shared/_sections.html.haml",
"app/views/admin/shared/_sidebar.html.haml",
"app/views/layouts/admin.html.haml",
"bhm-admin.gemspec",
"compass/stylesheets/bhm/admin/_base.sass",
"compass/stylesheets/bhm/admin/_content.sass",
"compass/stylesheets/bhm/admin/_flash.sass",
"compass/stylesheets/bhm/admin/_footer.sass",
"compass/stylesheets/bhm/admin/_forms.sass",
"compass/stylesheets/bhm/admin/_formtastic.sass",
"compass/stylesheets/bhm/admin/_general.sass",
"compass/stylesheets/bhm/admin/_grid.sass",
"compass/stylesheets/bhm/admin/_header.sass",
"compass/stylesheets/bhm/admin/_listing.sass",
"compass/stylesheets/bhm/admin/_sidebar.sass",
"compass/stylesheets/bhm/admin/_util.sass",
"compass/templates/project/admin.sass",
"compass/templates/project/manifest.rb",
"config/locales/en.yml",
"lib/bhm-admin.rb",
"lib/bhm/admin.rb",
"lib/bhm/admin/attr_accessible_scoping.rb",
"lib/bhm/admin/compass_framework.rb",
"lib/bhm/admin/engine.rb",
"lib/bhm/admin/nested_form_helper.rb",
"lib/bhm/admin/presentation_helper.rb",
"lib/bhm/admin/sidebar_helper.rb",
"lib/generators/bhm_admin/resource/resource_generator.rb",
"lib/generators/bhm_admin/resource/templates/_form.html.haml",
"lib/generators/bhm_admin/resource/templates/controller.rb",
"lib/generators/bhm_admin/resource/templates/edit.html.haml",
"lib/generators/bhm_admin/resource/templates/index.html.haml",
"lib/generators/bhm_admin/resource/templates/new.html.haml",
"lib/generators/bhm_admin/resource/templates/show.html.haml",
"test/helper.rb",
"test/test_bhm_admin.rb"
]
s.homepage = %q{http://github.com/YouthTree/bhm-admin}
s.require_paths = ["lib"]
s.rubygems_version = %q{1.6.2}
s.summary = %q{General Admin Area stuff extracted from the big-help-mob web application.}
s.test_files = [
"test/helper.rb",
"test/test_bhm_admin.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<will_paginate>, [">= 0"])
s.add_runtime_dependency(%q<inherited_resources>, [">= 0"])
s.add_runtime_dependency(%q<show_for>, [">= 0"])
s.add_runtime_dependency(%q<compass>, [">= 0.10.0.rc4"])
s.add_runtime_dependency(%q<fancy-buttons>, [">= 0"])
s.add_runtime_dependency(%q<compass-960-plugin>, [">= 0"])
s.add_runtime_dependency(%q<compass-colors>, [">= 0"])
s.add_runtime_dependency(%q<jammit>, [">= 0"])
s.add_runtime_dependency(%q<will_paginate>, [">= 0"])
s.add_development_dependency(%q<shoulda>, [">= 0"])
else
s.add_dependency(%q<will_paginate>, [">= 0"])
s.add_dependency(%q<inherited_resources>, [">= 0"])
s.add_dependency(%q<show_for>, [">= 0"])
s.add_dependency(%q<compass>, [">= 0.10.0.rc4"])
s.add_dependency(%q<fancy-buttons>, [">= 0"])
s.add_dependency(%q<compass-960-plugin>, [">= 0"])
s.add_dependency(%q<compass-colors>, [">= 0"])
s.add_dependency(%q<jammit>, [">= 0"])
s.add_dependency(%q<will_paginate>, [">= 0"])
s.add_dependency(%q<shoulda>, [">= 0"])
end
else
s.add_dependency(%q<will_paginate>, [">= 0"])
s.add_dependency(%q<inherited_resources>, [">= 0"])
s.add_dependency(%q<show_for>, [">= 0"])
s.add_dependency(%q<compass>, [">= 0.10.0.rc4"])
s.add_dependency(%q<fancy-buttons>, [">= 0"])
s.add_dependency(%q<compass-960-plugin>, [">= 0"])
s.add_dependency(%q<compass-colors>, [">= 0"])
s.add_dependency(%q<jammit>, [">= 0"])
s.add_dependency(%q<will_paginate>, [">= 0"])
s.add_dependency(%q<shoulda>, [">= 0"])
end
end