Sha256: a21db0aff358847d65aa6b1882ae858b4782bc89d58172c0ba6bbb40660936fc
Contents?: true
Size: 438 Bytes
Versions: 92
Compression:
Stored size: 438 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") end
Version data entries
92 entries across 92 versions & 1 rubygems