-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtzispa_experts.gemspec
More file actions
26 lines (21 loc) · 934 Bytes
/
tzispa_experts.gemspec
File metadata and controls
26 lines (21 loc) · 934 Bytes
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
# -*- encoding: utf-8 -*-
require File.expand_path('../lib/tzispa/experts/version', __FILE__)
Gem::Specification.new do |s|
s.name = Tzispa::Experts::GEM_NAME
s.version = Tzispa::Experts::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ['Juan Antonio Piñero']
s.email = ['japinero@area-integral.com']
s.homepage = 'https://github.com/japiber/tzispa_experts'
s.summary = 'Specialized misc modules for Tzispa framework'
s.description = 'Experts for Tzispa'
s.licenses = ['MIT']
s.required_ruby_version = '~> 2.3'
s.add_dependency 'mini_magick', '~> 4.4'
s.add_dependency 'reverse_markdown', '~> 1.0'
s.add_dependency 'redcarpet', '~> 3.3'
s.add_dependency 'nokogiri', '~> 1.6'
s.add_dependency 'mail', '~> 2.6'
s.files = Dir.glob("{lib}/**/*") + %w(README.md CHANGELOG.md)
s.require_paths = ['lib']
end