-
Notifications
You must be signed in to change notification settings - Fork 1
/
refinerycms-dashboard.gemspec
77 lines (74 loc) · 2.6 KB
/
refinerycms-dashboard.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
# Encoding: UTF-8
# DO NOT EDIT THIS FILE DIRECTLY! Instead, use lib/gemspec.rb to generate it.
Gem::Specification.new do |s|
s.name = %q{refinerycms-dashboard}
s.version = %q{1.0.10}
s.summary = %q{Dashboard engine for Refinery CMS}
s.description = %q{The dashboard is usually the first engine the user sees in the backend of Refinery CMS. It displays useful information and contains links to common functionality.}
s.date = %q{2012-03-06}
s.email = %q{[email protected]}
s.homepage = %q{http://refinerycms.com}
s.rubyforge_project = %q{refinerycms}
s.authors = ['Resolve Digital', 'Philip Arndt', 'David Jones', 'Steven Heidel', 'Uģis Ozols']
s.license = %q{MIT}
s.require_paths = %w(lib)
s.executables = %w()
s.files = [
'app',
'app/controllers',
'app/controllers/admin',
'app/controllers/admin/dashboard_controller.rb',
'app/helpers',
'app/helpers/admin',
'app/helpers/admin/dashboard_helper.rb',
'app/views',
'app/views/admin',
'app/views/admin/dashboard',
'app/views/admin/dashboard/_actions.html.erb',
'app/views/admin/dashboard/_additional_dashboard_menu_items.html.erb',
'app/views/admin/dashboard/_recent_activity.html.erb',
'app/views/admin/dashboard/_recent_inquiries.html.erb',
'app/views/admin/dashboard/_records.html.erb',
'app/views/admin/dashboard/index.html.erb',
'app/views/admin/dashboard/index.rss.builder',
'config',
'config/locales',
'config/locales/bg.yml',
'config/locales/cs.yml',
'config/locales/da.yml',
'config/locales/de.yml',
'config/locales/el.yml',
'config/locales/en.yml',
'config/locales/es.yml',
'config/locales/fi.yml',
'config/locales/fr.yml',
'config/locales/it.yml',
'config/locales/jp.yml',
'config/locales/lolcat.yml',
'config/locales/lt.yml',
'config/locales/lv.yml',
'config/locales/nb.yml',
'config/locales/nl.yml',
'config/locales/pl.yml',
'config/locales/pt-BR.yml',
'config/locales/rs.yml',
'config/locales/ru.yml',
'config/locales/sk.yml',
'config/locales/sl.yml',
'config/locales/sv.yml',
'config/locales/vi.yml',
'config/locales/zh-CN.yml',
'config/locales/zh-TW.yml',
'config/routes.rb',
'features',
'features/dashboard.feature',
'features/support',
'features/support/paths.rb',
'lib',
'lib/gemspec.rb',
'lib/refinerycms-dashboard.rb',
'license.md',
'refinerycms-dashboard.gemspec'
]
s.add_dependency 'refinerycms-core', '~> 3.0'
end