forked from parndt/refinerycms-messages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrefinerycms-messages.gemspec
35 lines (33 loc) · 1.2 KB
/
refinerycms-messages.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
Gem::Specification.new do |s|
s.name = %q{refinerycms-messages}
s.version = %q{0.9.7}
s.description = %q{A really straightforward open source Ruby on Rails messages engine designed for integration with RefineryCMS.}
s.date = %q{2010-07-05}
s.summary = %q{Ruby on Rails messages engine for RefineryCMS.}
s.authors = %w(Philip\ Arndt)
s.require_paths = %w(lib)
s.files = [
'readme.md',
'app/controllers',
'app/controllers/admin',
'app/controllers/admin/messages_controller.rb',
'app/controllers/messages_controller.rb',
'app/models',
'app/models/message.rb',
'app/views',
'app/views/admin',
'app/views/admin/messages',
'app/views/admin/messages/_form.html.erb',
'app/views/admin/messages/_message.html.erb',
'app/views/admin/messages/_sortable_list.html.erb',
'app/views/admin/messages/edit.html.erb',
'app/views/admin/messages/index.html.erb',
'app/views/admin/messages/new.html.erb',
'app/views/messages',
'app/views/messages/index.html.erb',
'app/views/messages/show.html.erb',
'config/routes.rb',
'lib/gemspec.rb',
'lib/messages.rb'
]
end