Sha256: 95eb47f668c0a26ec92e719b46ed99f75fa1493616681c5670e1c2855345cc82
Contents?: true
Size: 719 Bytes
Versions: 4
Compression:
Stored size: 719 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/nilac/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Adhithya Rajasekaran"] gem.email = ["adhithyan15@gmail.com"] gem.description = %q{Nilac is the official compiler of Nila language} gem.summary = %q{Nilac compiles Nila files into line for line Javascript.} gem.homepage = "http://adhithyan15.github.com/nila" gem.files = `git ls-files`.split($\) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.name = "nilac" gem.require_paths = ["lib"] gem.version = Nilac::VERSION end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
nilac-0.0.3 | nilac.gemspec |
nilac-0.0.2 | nilac.gemspec |
nilac-0.0.0.1 | nilac.gemspec |
nilac-0.0.1 | nilac.gemspec |