-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpslm.gemspec
More file actions
22 lines (20 loc) · 777 Bytes
/
Copy pathpslm.gemspec
File metadata and controls
22 lines (20 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# -*- coding: utf-8 -*-
Gem::Specification.new do |s|
s.name = 'pslm'
s.version = '0.0.0'
s.date = '2013-11-16'
s.summary = "plain text psalm format formatter utility and library"
s.authors = ["Jakub Pavlík"]
s.email = 'jkb.pavlik@gmail.com'
s.files = Dir['lib/*.rb'] + Dir['lib/pslm/*.rb'] + Dir['lib/pslm/psalmtones/*.yml']
s.executables = ['pslm.rb']
s.homepage =
'http://github.com/igneus/pslm'
s.licenses = ['LGPL-3.0', 'MIT']
s.add_runtime_dependency 'colorize'
s.add_runtime_dependency 'deep_merge', '>= 1.1'
s.add_runtime_dependency 'hashie', '> 3.4'
s.add_development_dependency "rspec", '~> 3.11'
s.add_development_dependency "rake"
s.add_development_dependency "aruba", '~> 2.1'
end