Sha256: d1f8cfff368466e7060a6a2f9f48a7530b9d853ab27cf22488c4d7f0f17f75b4
Contents?: true
Size: 787 Bytes
Versions: 1
Compression:
Stored size: 787 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.6' s.date = '2015-03-02' 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.6 | mastalk.gemspec |