Sha256: b835e411ceb134cc179382f84cf78f8976bb31cfbe0fac8bf628042b65e68998
Contents?: true
Size: 754 Bytes
Versions: 1
Compression:
Stored size: 754 Bytes
Contents
lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |s| s.name = 'mastalk' s.version = '0.9.1' s.summary = 'mastalk' s.description = 'Mastalk markdown extension language' s.authors = ['Douglas Roper', 'Justin Perry'] s.email = 'dougdroper@gmail.com' s.files = `git ls-files`.split($/) s.homepage = 'https://github.com/moneyadviceservice/mastalk' s.license = 'MIT' s.add_runtime_dependency 'kramdown', '~> 1.13', '>= 1.13' s.add_runtime_dependency 'htmlentities', '~> 4.3.2', '>= 4.3.2' s.add_development_dependency 'rspec', '~> 3.1.0', '>= 3.1.0' s.add_development_dependency 'rake', '~> 10.3.2', '>= 10.3.2' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mastalk-0.9.1 | mastalk.gemspec |