Sha256: 9d49e33e5f65cad55c01c2235148a28b92c19bfb0fdecd455f942ae85b70fa21
Contents?: true
Size: 633 Bytes
Versions: 1
Compression:
Stored size: 633 Bytes
Contents
# coding: utf-8 Gem::Specification.new do |spec| spec.name = 'ns-macro-processor' spec.version = '0.0.2' spec.licenses = ['MIT'] spec.authors = ['Kevin Rutherford'] spec.email = ['kevin@rutherford-software.com'] spec.summary = %q{An opinionated macro processor} spec.description = %q{An opinionated macro processor} spec.homepage = "https://github.com/kevinrutherford/ns-macro-processor" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^spec/}) } spec.require_paths = ['lib'] spec.add_development_dependency 'rspec', '~> 3.7' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ns-macro-processor-0.0.2 | ns-macro-processor.gemspec |