forked from refinery/refinerycms-page-images
-
Notifications
You must be signed in to change notification settings - Fork 0
/
refinerycms-page-images.gemspec
48 lines (45 loc) · 1.53 KB
/
refinerycms-page-images.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
Gem::Specification.new do |s|
s.name = %q{refinerycms-page-images}
s.version = %q{1.0.4}
s.description = %q{Page Images Engine for Refinery CMS}
s.date = %q{2011-05-08}
s.summary = %q{Page Images Engine for Refinery CMS}
s.email = %q{[email protected]}
s.homepage = %q{http://github.com/resolve/refinerycms-page-images}
s.authors = ['Resolve Digital', 'David Jones', 'Philip Arndt']
s.require_paths = %w(lib)
s.add_dependency 'refinerycms-pages', '>= 0.9.9.1'
s.files = [
'app',
'config',
'db',
'features',
'lib',
'public',
'readme.md',
'app/models',
'app/models/image_page.rb',
'app/views',
'app/views/admin',
'app/views/admin/pages',
'app/views/admin/pages/tabs',
'app/views/admin/pages/tabs/_images.html.erb',
'app/views/admin/pages/tabs/_images_bar.html.erb',
'app/views/admin/pages/tabs/_images_field.html.erb',
'config/locales',
'config/locales/en.yml',
'config/locales/nl.yml',
'db/migrate',
'db/migrate/20101014230041_create_page_images.rb',
'db/migrate/20101014230042_add_caption_to_image_pages.rb',
'features/attach_page_images.feature',
'lib/gemspec.rb',
'lib/generators',
'lib/generators/refinerycms_page_images_generator.rb',
'lib/refinerycms-page-images.rb',
'public/javascripts',
'public/javascripts/page-image-picker.js',
'public/stylesheets',
'public/stylesheets/page-image-picker.css'
]
end