Sha256: a3c8221decaaafd4f74a3c7799c2a371acc048b89d9389d9a5131ba786646d82
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.4' 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.4 | ns-macro-processor.gemspec |