Sha256: 1cce8f7929edb39701604fb683aed4808f03e53242b56c769d28b7d85cef1572

Contents?: true

Size: 529 Bytes

Versions: 6

Compression:

Stored size: 529 Bytes

Contents

Gem::Specification.new do |s|
  s.name = 'jcompiler'
  s.version = "0.1.#{b = `cat build`.strip; %x(echo #{b.to_i + 1} > build); b}"
  s.authors = ['Tetsuri Moriya']
  s.email = ['tetsuri.moriya@gmail.com']
  s.summary = 'High performance JSON view'
  s.description = 'High performance JSON view via compiled DSL'
  s.homepage = 'https://bitbucket.org/pandora2000/jcompiler'
  s.license = 'MIT'
  s.files = `git ls-files`.split("\n")
  s.add_dependency 'ParseTree', '~> 3.0', '>= 3.0.9'
  s.add_dependency 'sourcify', '~> 0'
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
jcompiler-0.1.91 jcompiler.gemspec
jcompiler-0.1.90 jcompiler.gemspec
jcompiler-0.1.89 jcompiler.gemspec
jcompiler-0.1.88 jcompiler.gemspec
jcompiler-0.1.87 jcompiler.gemspec
jcompiler-0.1.86 jcompiler.gemspec