Sha256: 9b6d11334c34a9c3317a5aa6a0758c0c0878ff275e9d5c6bd61fb7fd51f1b883
Contents?: true
Size: 756 Bytes
Versions: 1
Compression:
Stored size: 756 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.5.7' 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.5.0', '>= 1.5.0' 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.5.7 | mastalk.gemspec |