forked from refinery/refinerycms-inquiries
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrefinerycms-inquiries.gemspec
More file actions
20 lines (17 loc) · 948 Bytes
/
refinerycms-inquiries.gemspec
File metadata and controls
20 lines (17 loc) · 948 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Encoding: UTF-8
Gem::Specification.new do |s|
s.name = %q{refinerycms-inquiries}
s.version = %q{2.1.0.dev}
s.date = "#{Date.today.strftime("%Y-%m-%d")}"
s.summary = %q{Inquiry handling functionality for the Refinery CMS project.}
s.description = %q{Inquiry handling functionality extracted from Refinery CMS to allow you to have a contact form and manage inquiries in the Refinery backend.}
s.homepage = %q{http://refinerycms.com}
s.email = %q{info@refinerycms.com}
s.authors = ['Philip Arndt', 'Uģis Ozols', 'David Jones']
s.require_paths = %w(lib)
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- spec/*`.split("\n")
s.add_dependency 'refinerycms-core', '~> 2.1.0.dev'
s.add_dependency 'refinerycms-settings', '~> 2.1.0.dev'
s.add_dependency 'filters_spam', '~> 0.2'
end