Sha256: 2e3e0a0fd9dc90c72c6c3930cfe3797ec86868b1e80c777b3a5ed093a02a1477

Contents?: true

Size: 587 Bytes

Versions: 18

Compression:

Stored size: 587 Bytes

Contents

require_relative "lib/template-ruby-parser"

Gem::Specification.new do |s|
  s.name = "template-ruby-parser"
  s.version = ::Template::Parser::Version
  s.summary = "A parser for the Template programming language"
  s.description =
    'Like "Hello {name}" with {name: "Dorian"} gives "Hello Dorian"'
  s.authors = ["Dorian MariƩ"]
  s.email = "dorian@dorianmarie.fr"
  s.files = `git ls-files`.split($/)
  s.test_files = s.files.grep(%r{^(test|spec|features)/})
  s.require_paths = ["lib"]
  s.homepage = "https://github.com/dorianmariefr/template-ruby-parser"
  s.license = "MIT"
end

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
template-ruby-parser-0.1.8 template-ruby-parser.gemspec
code-ruby-parser-0.1.8 template-ruby-parser.gemspec
template-ruby-parser-0.1.7 template-ruby-parser.gemspec
code-ruby-parser-0.1.7 template-ruby-parser.gemspec
template-ruby-parser-0.1.6 template-ruby-parser.gemspec
code-ruby-parser-0.1.6 template-ruby-parser.gemspec
template-ruby-parser-0.1.5 template-ruby-parser.gemspec
code-ruby-parser-0.1.5 template-ruby-parser.gemspec
template-ruby-parser-0.1.4 template-ruby-parser.gemspec
code-ruby-parser-0.1.4 template-ruby-parser.gemspec
template-ruby-parser-0.1.3 template-ruby-parser.gemspec
code-ruby-parser-0.1.3 template-ruby-parser.gemspec
template-ruby-parser-0.1.2 template-ruby-parser.gemspec
code-ruby-parser-0.1.2 template-ruby-parser.gemspec
template-ruby-parser-0.1.1 template-ruby-parser.gemspec
code-ruby-parser-0.1.1 template-ruby-parser.gemspec
template-ruby-parser-0.1.0 template-ruby-parser.gemspec
code-ruby-parser-0.1.0 template-ruby-parser.gemspec