Sha256: b235760c7777c21f4d31120fd80b434c285e2517c203286555e61a53265068a2

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.3.5'
  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.3.5 mastalk.gemspec