Sha256: e7fcb136d6574c67b46d40f959cef4e3ba8cd39b79464cf3163a69c8246d73a4

Contents?: true

Size: 749 Bytes

Versions: 1

Compression:

Stored size: 749 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
  gem.add_dependency("shark")
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
nilac-0.0.3.3 nilac.gemspec